Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into drop-py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VietND96 committed Jan 3, 2025
2 parents ae9cb6f + ec6e817 commit 5ad5136
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 280 deletions.
12 changes: 6 additions & 6 deletions javascript/grid-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"dependencies": {
"@apollo/client": "3.12.4",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "5.15.18",
"@mui/material": "5.15.18",
"@novnc/novnc": "1.5.0",
Expand All @@ -16,10 +16,10 @@
"@types/react-dom": "18.2.22",
"@types/react-modal": "3.16.3",
"@types/react-router-dom": "5.3.3",
"graphql": "16.9.0",
"graphql": "16.10.0",
"graphql.macro": "1.4.2",
"path-browserify": "1.0.1",
"pretty-ms": "9.1.0",
"pretty-ms": "9.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-modal": "3.16.3",
Expand Down Expand Up @@ -47,13 +47,13 @@
]
},
"devDependencies": {
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"esbuild": "0.24.2",
"ts-standard": "12.0.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"jest": {
"testMatch": [
Expand Down
16 changes: 8 additions & 8 deletions javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.17.0",
"clean-jsdoc-theme": "^4.3.0",
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.13.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-prettier": "^5.2.1",
"express": "^4.21.1",
"globals": "^15.12.0",
"express": "^4.21.2",
"globals": "^15.14.0",
"has-flag": "^5.0.1",
"jsdoc": "^4.0.4",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"mocha-junit-reporter": "^2.2.1",
"multer": "1.4.5-lts.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"serve-index": "^1.9.1",
"sinon": "^19.0.2",
"supports-color": "^9.4.0"
"supports-color": "^10.0.0"
},
"scripts": {
"lint": "eslint .",
Expand Down
Loading

0 comments on commit 5ad5136

Please sign in to comment.