Skip to content

Commit

Permalink
chore: Update major level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Oct 1, 2024
1 parent 150012d commit 52f8ed5
Show file tree
Hide file tree
Showing 6 changed files with 724 additions and 470 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.1.6",
Expand All @@ -70,7 +71,7 @@
"typescript": "5.6.2",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",
"webpack-merge": "6.0.1",
"webpack-node-externals": "3.0.0"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/optimise-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"passport": "0.7.0",
"path": "0.12.7",
"sqlite3": "5.1.7",
"swagger-ui-express": "4.6.3",
"swagger-ui-express": "5.0.1",
"utf-8-validate": "6.0.4",
"uuid": "10.0.0",
"ws": "8.18.0"
},
"devDependencies": {
"@stryker-mutator/core": "7.3.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/html-reporter": "3.1.0",
"@stryker-mutator/javascript-mutator": "4.0.0",
"@stryker-mutator/jest-runner": "7.3.0",
"@stryker-mutator/jest-runner": "8.6.0",
"jest": "24.9.0",
"native-ext-loader": "2.3.0",
"run-script-webpack-plugin": "0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/optimise-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
"electron-log": "5.2.0",
"electron-updater": "6.3.8",
"express": "4.21.0",
"electron-unhandled": "4.0.1",
"electron-unhandled": "5.0.0",
"sqlite3": "5.1.7"
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"electron": "31.6.0",
"electron-builder": "24.13.3",
"copy-webpack-plugin": "12.0.2",
"electron": "32.1.2",
"electron-builder": "25.0.5",
"electron-reload": "1.5.0",
"html-webpack-plugin": "5.6.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/optimise-remote-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
"bufferutil": "4.0.8",
"utf-8-validate": "6.0.4",
"ws": "8.18.0"
},
"devDependencies": {
"eslint-plugin-promise": "6.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/optimise-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-datepicker": "4.25.0",
"react-dom": "17.0.2",
"react-event-timeline": "1.6.3",
"react-helmet-async": "1.3.0",
"react-helmet-async": "2.0.5",
"react-markdown": "8.0.7",
"react-medium-image-zoom": "5.2.10",
"react-redux": "8.1.3",
Expand All @@ -51,7 +51,7 @@
"rehype-raw": "6.1.1"
},
"devDependencies": {
"http-proxy-middleware": "2.0.6",
"http-proxy-middleware": "3.0.2",
"markdown-image-loader": "3.0.1",
"prop-types": "15.8.1",
"react-app-rewired": "2.2.1",
Expand Down
Loading

0 comments on commit 52f8ed5

Please sign in to comment.