mirror of
https://github.com/jwetzell/free-d-js.git
synced 2026-07-26 10:28:44 +00:00
Merge pull request #190 from jwetzell/dependabot/npm_and_yarn/tsdown-0.22.2
Bump tsdown from 0.22.1 to 0.22.2
This commit is contained in:
Generated
+13
-13
@@ -2133,13 +2133,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tsdown": {
|
"node_modules/tsdown": {
|
||||||
"version": "0.22.1",
|
"version": "0.22.2",
|
||||||
"resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.22.1.tgz",
|
"resolved": "https://registry.npmjs.org/tsdown/-/tsdown-0.22.2.tgz",
|
||||||
"integrity": "sha512-Ldx1jLyDFEzsN/fMBi2TBVaZe4fuEJhIiHjQhX0pV7oa5uYz5Imdivs5mNzEXOrMEtFRR6C9BQ2YqLoroffB+Q==",
|
"integrity": "sha512-VX9gsyKXsTnBZjnIM4jsHl9aRv+GfgkE/k1hQslilaBfZMlaw3JuGR+6yhiU0QxWBtOCDnTjwOSoXzgB7Rr50g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansis": "^4.3.0",
|
"ansis": "^4.3.1",
|
||||||
"cac": "^7.0.0",
|
"cac": "^7.0.0",
|
||||||
"defu": "^6.1.7",
|
"defu": "^6.1.7",
|
||||||
"empathic": "^2.0.1",
|
"empathic": "^2.0.1",
|
||||||
@@ -2147,11 +2147,11 @@
|
|||||||
"import-without-cache": "^0.4.0",
|
"import-without-cache": "^0.4.0",
|
||||||
"obug": "^2.1.1",
|
"obug": "^2.1.1",
|
||||||
"picomatch": "^4.0.4",
|
"picomatch": "^4.0.4",
|
||||||
"rolldown": "^1.0.2",
|
"rolldown": "~1.1.0",
|
||||||
"rolldown-plugin-dts": "^0.25.1",
|
"rolldown-plugin-dts": "^0.25.2",
|
||||||
"semver": "^7.8.0",
|
"semver": "^7.8.1",
|
||||||
"tinyexec": "^1.1.2",
|
"tinyexec": "^1.2.4",
|
||||||
"tinyglobby": "^0.2.16",
|
"tinyglobby": "^0.2.17",
|
||||||
"tree-kill": "^1.2.2",
|
"tree-kill": "^1.2.2",
|
||||||
"unconfig-core": "^7.5.0"
|
"unconfig-core": "^7.5.0"
|
||||||
},
|
},
|
||||||
@@ -2166,8 +2166,8 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@arethetypeswrong/core": "^0.18.1",
|
"@arethetypeswrong/core": "^0.18.1",
|
||||||
"@tsdown/css": "0.22.1",
|
"@tsdown/css": "0.22.2",
|
||||||
"@tsdown/exe": "0.22.1",
|
"@tsdown/exe": "0.22.2",
|
||||||
"@vitejs/devtools": "*",
|
"@vitejs/devtools": "*",
|
||||||
"publint": "^0.3.8",
|
"publint": "^0.3.8",
|
||||||
"tsx": "*",
|
"tsx": "*",
|
||||||
@@ -2339,9 +2339,9 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^25.9.2",
|
"@types/node": "25.9.2",
|
||||||
"rimraf": "6.1.3",
|
"rimraf": "6.1.3",
|
||||||
"tsdown": "0.22.1",
|
"tsdown": "^0.22.2",
|
||||||
"typescript": "6.0.3"
|
"typescript": "6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "25.9.2",
|
"@types/node": "25.9.2",
|
||||||
"rimraf": "6.1.3",
|
"rimraf": "6.1.3",
|
||||||
"tsdown": "0.22.1",
|
"tsdown": "0.22.2",
|
||||||
"typescript": "6.0.3"
|
"typescript": "6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user