Skip to content

Commit 215e20b

Browse files
committed
[JS] update grid dependencies to latest versions
1 parent bc1c14c commit 215e20b

File tree

2 files changed

+291
-280
lines changed

2 files changed

+291
-280
lines changed

javascript/grid-ui/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@apollo/client": "3.10.4",
8-
"@emotion/react": "11.11.4",
9-
"@emotion/styled": "11.11.5",
7+
"@apollo/client": "3.11.8",
8+
"@emotion/react": "11.13.3",
9+
"@emotion/styled": "11.13.0",
1010
"@mui/icons-material": "5.15.18",
1111
"@mui/material": "5.15.18",
1212
"@novnc/novnc": "1.4.0",
13-
"@types/jest": "29.5.12",
13+
"@types/jest": "29.5.14",
1414
"@types/node": "20.12.12",
1515
"@types/react": "18.2.72",
1616
"@types/react-dom": "18.2.22",
@@ -20,10 +20,10 @@
2020
"graphql.macro": "1.4.2",
2121
"path-browserify": "1.0.1",
2222
"pretty-ms": "9.0.0",
23-
"react": "18.2.0",
24-
"react-dom": "18.2.0",
23+
"react": "18.3.1",
24+
"react-dom": "18.3.1",
2525
"react-modal": "3.16.1",
26-
"react-router-dom": "6.22.3",
26+
"react-router-dom": "6.27.0",
2727
"source-map-explorer": "2.5.3"
2828
},
2929
"scripts": {
@@ -47,13 +47,13 @@
4747
]
4848
},
4949
"devDependencies": {
50-
"@babel/preset-react": "7.24.7",
51-
"@testing-library/jest-dom": "6.4.5",
50+
"@babel/preset-react": "7.25.9",
51+
"@testing-library/jest-dom": "6.6.2",
5252
"@testing-library/react": "14.3.1",
5353
"@testing-library/user-event": "14.5.2",
54-
"esbuild": "0.19.12",
54+
"esbuild": "0.24.0",
5555
"ts-standard": "12.0.2",
56-
"typescript": "5.4.5"
56+
"typescript": "5.6.3"
5757
},
5858
"jest": {
5959
"testMatch": [

0 commit comments

Comments
 (0)