Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 20, 2024
1 parent 7c56594 commit 664067f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@types/assert": "1.5.11",
"@types/node": "22.9.0",
"@types/node": "22.9.1",
"assert": "2.1.0",
"concurrently": "9.1.0",
"css-loader": "7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"description": "Yeoman generator for Visual Studio Code extensions.",
"devDependencies": {
"@types/node": "22.9.0"
"@types/node": "22.9.1"
},
"main": "./generators/app/index.js",
"name": "generator-code",
Expand Down

0 comments on commit 664067f

Please sign in to comment.