Skip to content

Commit 4c9cc54

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 4989634 commit 4c9cc54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

generators/app/dependencyVersions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
1111
"@types/assert": "1.5.11",
1212
"@types/land-notebook-renderer": "1.72.3",
13-
"@types/node": "20.x",
13+
"@types/node": "22.x",
1414
"assert": "2.1.0",
15-
"concurrently": "9.1.0",
15+
"concurrently": "9.1.2",
1616
"css-loader": "7.1.2",
17-
"esbuild": "0.24.0",
17+
"esbuild": "0.24.2",
1818
"glob": "11.0.0",
1919
"npm-run-all": "4.1.5",
2020
"process": "0.11.10",

package.json

Lines changed: 2 additions & 2 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.3.0",
11+
"chalk": "5.4.1",
1212
"fast-plist": "0.1.3",
1313
"request-light": "0.8.0",
1414
"which": "5.0.0",
1515
"yosay": "3.0.0"
1616
},
1717
"devDependencies": {
18-
"@types/node": "18.19.57",
18+
"@types/node": "22.10.5",
1919
"jsonc-parser": "3.3.1"
2020
}
2121
}

0 commit comments

Comments
 (0)