Skip to content

Commit 34928ca

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent abefd0c commit 34928ca

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
@@ -7,20 +7,20 @@
77
"@codeeditorland/test-cli": "0.0.1",
88
"@codeeditorland/test-electron": "0.0.1",
99
"@codeeditorland/test-web": "0.0.1",
10-
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
11-
"@types/assert": "^1.5.11",
12-
"@types/land-notebook-renderer": "^1.72.3",
10+
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
11+
"@types/assert": "1.5.11",
12+
"@types/land-notebook-renderer": "1.72.3",
1313
"@types/node": "20.x",
14-
"assert": "^2.1.0",
15-
"concurrently": "^9.1.0",
16-
"css-loader": "^7.1.2",
17-
"esbuild": "^0.24.0",
18-
"glob": "^11.0.0",
19-
"npm-run-all": "^4.1.5",
20-
"process": "^0.11.10",
21-
"style-loader": "^4.0.0",
22-
"ts-loader": "^9.5.1",
23-
"util": "^0.12.5"
14+
"assert": "2.1.0",
15+
"concurrently": "9.1.0",
16+
"css-loader": "7.1.2",
17+
"esbuild": "0.24.0",
18+
"glob": "11.0.0",
19+
"npm-run-all": "4.1.5",
20+
"process": "0.11.10",
21+
"style-loader": "4.0.0",
22+
"ts-loader": "9.5.1",
23+
"util": "0.12.5"
2424
},
2525
"devDependencies": {}
2626
}

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.3.0",
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.3.0",
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": "18.19.57",
19+
"jsonc-parser": "3.3.1"
2020
}
2121
}

0 commit comments

Comments
 (0)