Skip to content

Commit 1f19d5c

Browse files
1 parent 24c7e94 commit 1f19d5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"dependencies": {
1111
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
1212
"@types/assert": "^1.5.11",
13-
"@types/node": "20.x",
13+
"@types/node": "22.x",
1414
"assert": "^2.1.0",
1515
"concurrently": "^9.1.2",
1616
"css-loader": "^7.1.2",
17-
"esbuild": "^0.25.3",
17+
"esbuild": "^0.25.4",
1818
"glob": "^11.0.2",
1919
"npm-run-all": "^4.1.5",
2020
"process": "^0.11.10",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"description": "Yeoman generator for Visual Studio Code extensions.",
1818
"devDependencies": {
1919
"@playform/build": "0.2.4",
20-
"@types/node": "^18.19.57",
20+
"@types/node": "^22.15.18",
2121
"jsonc-parser": "^3.3.1"
2222
},
2323
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandGeneratorCode#readme",

0 commit comments

Comments
 (0)