Skip to content

Commit

Permalink
[JS] update grid dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 26, 2024
1 parent bc1c14c commit 215e20b
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 280 deletions.
22 changes: 11 additions & 11 deletions javascript/grid-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "3.10.4",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@apollo/client": "3.11.8",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.15.18",
"@mui/material": "5.15.18",
"@novnc/novnc": "1.4.0",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/node": "20.12.12",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
Expand All @@ -20,10 +20,10 @@
"graphql.macro": "1.4.2",
"path-browserify": "1.0.1",
"pretty-ms": "9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-modal": "3.16.1",
"react-router-dom": "6.22.3",
"react-router-dom": "6.27.0",
"source-map-explorer": "2.5.3"
},
"scripts": {
Expand All @@ -47,13 +47,13 @@
]
},
"devDependencies": {
"@babel/preset-react": "7.24.7",
"@testing-library/jest-dom": "6.4.5",
"@babel/preset-react": "7.25.9",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"esbuild": "0.19.12",
"esbuild": "0.24.0",
"ts-standard": "12.0.2",
"typescript": "5.4.5"
"typescript": "5.6.3"
},
"jest": {
"testMatch": [
Expand Down
Loading

0 comments on commit 215e20b

Please sign in to comment.