Skip to content

Commit 56905b4

Browse files
1 parent 80c3928 commit 56905b4

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"dependencies": {
3-
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
4-
"@types/assert": "^1.5.10",
5-
"@types/node": "20.x",
6-
"assert": "^2.1.0",
7-
"concurrently": "^8.2.2",
8-
"css-loader": "^7.1.2",
9-
"esbuild": "^0.23.1",
10-
"glob": "^11.0.0",
11-
"npm-run-all": "^4.1.5",
12-
"process": "^0.11.10",
13-
"style-loader": "^4.0.0",
14-
"ts-loader": "^9.5.1",
15-
"util": "^0.12.5"
3+
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
4+
"@types/assert": "1.5.10",
5+
"@types/node": "22.x",
6+
"assert": "2.1.0",
7+
"concurrently": "9.0.1",
8+
"css-loader": "7.1.2",
9+
"esbuild": "0.24.0",
10+
"glob": "11.0.0",
11+
"npm-run-all": "4.1.5",
12+
"process": "0.11.10",
13+
"style-loader": "4.0.0",
14+
"ts-loader": "9.5.1",
15+
"util": "0.12.5"
1616
},
1717
"description": "Helper file to manage the versions of the node modules used by the generators. Named package.json so the VS Code dependencies completions work. Must be in a subfolder due to #325",
1818
"name": "generator-code-dependencies-versions"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"chalk": "^5.3.0",
4-
"fast-plist": "^0.1.3",
5-
"request-light": "^0.8.0",
6-
"which": "^4.0.0",
7-
"yosay": "^3.0.0"
3+
"chalk": "5.3.0",
4+
"fast-plist": "0.1.3",
5+
"request-light": "0.8.0",
6+
"which": "4.0.0",
7+
"yosay": "3.0.0"
88
},
99
"description": "Yeoman generator for Visual Studio Code extensions.",
1010
"devDependencies": {
11-
"@types/node": "^18.19.39"
11+
"@types/node": "22.6.0"
1212
},
1313
"main": "./generators/app/index.js",
1414
"name": "generator-code",

0 commit comments

Comments
 (0)