Skip to content

Commit 8cdfbfc

Browse files
authored
Merge pull request #5912 from nickgros/PORTALS-4099
2 parents 0aec926 + e57db28 commit 8cdfbfc

4 files changed

Lines changed: 1066 additions & 1008 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"engines": {
4-
"node": ">=22 <23"
4+
"node": ">=22.12 <23"
55
},
66
"dependencies": {
77
"@emotion/react": "^11.14.0",
@@ -63,13 +63,14 @@
6363
"npm-run-all": "^4.1.5",
6464
"prettier": "^3.7.4",
6565
"prettier-plugin-java": "2.5.0",
66+
"qs": "^6.15.1",
6667
"semver": "^7.7.4",
6768
"tsx": "^4.19.4",
6869
"typescript": "5.8.3",
6970
"typescript-eslint": "^8.52.0",
7071
"uuid": "^9.0.1",
71-
"vite": "^6.4.1",
72-
"vite-plugin-node-polyfills": "0.17.0",
72+
"vite": "^8.0.8",
73+
"vite-plugin-node-polyfills": "0.26.0",
7374
"wait-on": "^8.0.5"
7475
},
7576
"pnpm": {

0 commit comments

Comments
 (0)