Skip to content

Commit 5ad5136

Browse files
committed
Merge remote-tracking branch 'origin/trunk' into drop-py3.8
2 parents ae9cb6f + ec6e817 commit 5ad5136

File tree

3 files changed

+413
-280
lines changed

3 files changed

+413
-280
lines changed

javascript/grid-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "module",
66
"dependencies": {
77
"@apollo/client": "3.12.4",
8-
"@emotion/react": "11.13.3",
9-
"@emotion/styled": "11.13.0",
8+
"@emotion/react": "11.14.0",
9+
"@emotion/styled": "11.14.0",
1010
"@mui/icons-material": "5.15.18",
1111
"@mui/material": "5.15.18",
1212
"@novnc/novnc": "1.5.0",
@@ -16,10 +16,10 @@
1616
"@types/react-dom": "18.2.22",
1717
"@types/react-modal": "3.16.3",
1818
"@types/react-router-dom": "5.3.3",
19-
"graphql": "16.9.0",
19+
"graphql": "16.10.0",
2020
"graphql.macro": "1.4.2",
2121
"path-browserify": "1.0.1",
22-
"pretty-ms": "9.1.0",
22+
"pretty-ms": "9.2.0",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-modal": "3.16.3",
@@ -47,13 +47,13 @@
4747
]
4848
},
4949
"devDependencies": {
50-
"@babel/preset-react": "7.25.9",
50+
"@babel/preset-react": "7.26.3",
5151
"@testing-library/jest-dom": "6.6.3",
5252
"@testing-library/react": "14.3.1",
5353
"@testing-library/user-event": "14.5.2",
5454
"esbuild": "0.24.2",
5555
"ts-standard": "12.0.2",
56-
"typescript": "5.6.3"
56+
"typescript": "5.7.2"
5757
},
5858
"jest": {
5959
"testMatch": [

javascript/node/selenium-webdriver/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
"ws": "^8.18.0"
3030
},
3131
"devDependencies": {
32-
"@eslint/js": "^9.14.0",
32+
"@eslint/js": "^9.17.0",
3333
"clean-jsdoc-theme": "^4.3.0",
34-
"eslint": "^9.14.0",
34+
"eslint": "^9.17.0",
3535
"eslint-config-prettier": "^9.1.0",
3636
"eslint-plugin-mocha": "^10.5.0",
37-
"eslint-plugin-n": "^17.13.1",
37+
"eslint-plugin-n": "^17.15.1",
3838
"eslint-plugin-no-only-tests": "^3.3.0",
3939
"eslint-plugin-prettier": "^5.2.1",
40-
"express": "^4.21.1",
41-
"globals": "^15.12.0",
40+
"express": "^4.21.2",
41+
"globals": "^15.14.0",
4242
"has-flag": "^5.0.1",
4343
"jsdoc": "^4.0.4",
44-
"mocha": "^10.8.2",
44+
"mocha": "^11.0.1",
4545
"mocha-junit-reporter": "^2.2.1",
4646
"multer": "1.4.5-lts.1",
47-
"prettier": "^3.3.3",
47+
"prettier": "^3.4.2",
4848
"serve-index": "^1.9.1",
4949
"sinon": "^19.0.2",
50-
"supports-color": "^9.4.0"
50+
"supports-color": "^10.0.0"
5151
},
5252
"scripts": {
5353
"lint": "eslint .",

0 commit comments

Comments
 (0)