Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 6, 2025
1 parent 4989634 commit 4c9cc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions generators/app/dependencyVersions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@types/assert": "1.5.11",
"@types/land-notebook-renderer": "1.72.3",
"@types/node": "20.x",
"@types/node": "22.x",
"assert": "2.1.0",
"concurrently": "9.1.0",
"concurrently": "9.1.2",
"css-loader": "7.1.2",
"esbuild": "0.24.0",
"esbuild": "0.24.2",
"glob": "11.0.0",
"npm-run-all": "4.1.5",
"process": "0.11.10",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"chalk": "5.3.0",
"chalk": "5.4.1",
"fast-plist": "0.1.3",
"request-light": "0.8.0",
"which": "5.0.0",
"yosay": "3.0.0"
},
"devDependencies": {
"@types/node": "18.19.57",
"@types/node": "22.10.5",
"jsonc-parser": "3.3.1"
}
}

0 comments on commit 4c9cc54

Please sign in to comment.