Skip to content

Commit d059209

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 5447ab3 commit d059209

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "generator-code-dependencies-versions",
33
"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",
44
"dependencies": {
5-
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
6-
"@types/assert": "^1.5.11",
7-
"@types/node": "20.x",
8-
"assert": "^2.1.0",
9-
"concurrently": "^9.1.2",
10-
"css-loader": "^7.1.2",
11-
"esbuild": "^0.25.1",
12-
"glob": "^11.0.1",
13-
"npm-run-all": "^4.1.5",
14-
"process": "^0.11.10",
15-
"style-loader": "^4.0.0",
16-
"ts-loader": "^9.5.2",
17-
"util": "^0.12.5"
5+
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
6+
"@types/assert": "1.5.11",
7+
"@types/node": "22.x",
8+
"assert": "2.1.0",
9+
"concurrently": "9.1.2",
10+
"css-loader": "7.1.2",
11+
"esbuild": "0.25.1",
12+
"glob": "11.0.1",
13+
"npm-run-all": "4.1.5",
14+
"process": "0.11.10",
15+
"style-loader": "4.0.0",
16+
"ts-loader": "9.5.2",
17+
"util": "0.12.5"
1818
},
1919
"devDependencies": {}
2020
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"postversion": "git push && git push --tags"
99
},
1010
"dependencies": {
11-
"chalk": "^5.4.1",
12-
"fast-plist": "^0.1.3",
13-
"request-light": "^0.8.0",
14-
"which": "^5.0.0",
15-
"yosay": "^3.0.0"
11+
"chalk": "5.4.1",
12+
"fast-plist": "0.1.3",
13+
"request-light": "0.8.0",
14+
"which": "5.0.0",
15+
"yosay": "3.0.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^18.19.57",
19-
"jsonc-parser": "^3.3.1"
18+
"@types/node": "22.13.14",
19+
"jsonc-parser": "3.3.1"
2020
}
2121
}

0 commit comments

Comments
 (0)