Skip to content

Commit d4110ac

Browse files
authored
updates numerous dependencies (#435)
* updates numerous dependencies * add the yarn.lock
1 parent 28acf15 commit d4110ac

File tree

2 files changed

+1938
-1762
lines changed

2 files changed

+1938
-1762
lines changed

package.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -160,56 +160,56 @@
160160
]
161161
},
162162
"devDependencies": {
163-
"@babel/core": "^7.23.7",
163+
"@babel/core": "^7.26.8",
164164
"@babel/plugin-proposal-class-properties": "^7.14.5",
165-
"@babel/plugin-proposal-decorators": "^7.23.7",
166-
"@babel/plugin-proposal-do-expressions": "^7.23.3",
167-
"@babel/plugin-proposal-export-default-from": "^7.23.3",
165+
"@babel/plugin-proposal-decorators": "^7.25.9",
166+
"@babel/plugin-proposal-do-expressions": "^7.25.9",
167+
"@babel/plugin-proposal-export-default-from": "^7.25.9",
168168
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
169-
"@babel/plugin-proposal-function-bind": "^7.23.3",
170-
"@babel/plugin-proposal-function-sent": "^7.23.3",
169+
"@babel/plugin-proposal-function-bind": "^7.25.9",
170+
"@babel/plugin-proposal-function-sent": "^7.25.9",
171171
"@babel/plugin-proposal-json-strings": "^7.14.5",
172172
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
173173
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
174174
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
175-
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
176-
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
175+
"@babel/plugin-proposal-pipeline-operator": "^7.26.7",
176+
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
177177
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
178178
"@babel/plugin-syntax-import-meta": "^7.10.4",
179-
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
180-
"@babel/plugin-transform-react-inline-elements": "^7.23.3",
181-
"@babel/plugin-transform-runtime": "^7.23.7",
182-
"@babel/preset-env": "^7.23.8",
183-
"@babel/preset-react": "^7.23.3",
184-
"@babel/preset-typescript": "^7.23.3",
185-
"@babel/register": "^7.23.7",
186-
"@electron/notarize": "^2.2.0",
187-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
188-
"@testing-library/jest-dom": "^6.2.0",
179+
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
180+
"@babel/plugin-transform-react-inline-elements": "^7.25.9",
181+
"@babel/plugin-transform-runtime": "^7.26.8",
182+
"@babel/preset-env": "^7.26.8",
183+
"@babel/preset-react": "^7.26.3",
184+
"@babel/preset-typescript": "^7.26.0",
185+
"@babel/register": "^7.25.9",
186+
"@electron/notarize": "^2.5.0",
187+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
188+
"@testing-library/jest-dom": "^6.6.3",
189189
"@testing-library/react": "^14.1.2",
190-
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
190+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
191191
"@types/enzyme": "^3.10.18",
192192
"@types/enzyme-adapter-react-16": "^1.0.9",
193193
"@types/history": "5.0.0",
194-
"@types/jest": "^29.5.12",
194+
"@types/jest": "^29.5.14",
195195
"@types/node": "20.11.5",
196196
"@types/react": "^18.2.79",
197197
"@types/react-dom": "^18.2.25",
198198
"@types/react-router": "5.1.20",
199199
"@types/react-test-renderer": "^18.0.7",
200-
"@types/webpack-env": "^1.18.4",
200+
"@types/webpack-env": "^1.18.8",
201201
"@typescript-eslint/eslint-plugin": "^6.19.0",
202202
"@typescript-eslint/parser": "^6.19.0",
203-
"axios": "^1.7.4",
203+
"axios": "^1.7.9",
204204
"babel-eslint": "^10.1.0",
205205
"babel-jest": "^29.7.0",
206-
"babel-loader": "^9.1.3",
206+
"babel-loader": "^9.2.1",
207207
"babel-plugin-dev-expression": "^0.2.2",
208208
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
209209
"browserslist-config-erb": "^0.0.3",
210210
"chalk": "^4.1.2",
211211
"concurrently": "^8.2.2",
212-
"core-js": "^3.35.0",
212+
"core-js": "^3.40.0",
213213
"cross-env": "^7.0.3",
214214
"css-loader": "^6.9.0",
215215
"detect-port": "^1.5.1",
@@ -221,32 +221,32 @@
221221
"eslint-config-airbnb-typescript": "^17.1.0",
222222
"eslint-config-erb": "^4.1.0",
223223
"eslint-config-prettier": "^9.1.0",
224-
"eslint-import-resolver-webpack": "^0.13.8",
224+
"eslint-import-resolver-webpack": "^0.13.10",
225225
"eslint-plugin-compat": "^4.2.0",
226-
"eslint-plugin-import": "^2.29.1",
226+
"eslint-plugin-import": "^2.31.0",
227227
"eslint-plugin-jest": "^27.6.3",
228-
"eslint-plugin-jsx-a11y": "6.8.0",
229-
"eslint-plugin-prettier": "^5.1.3",
228+
"eslint-plugin-jsx-a11y": "6.10.2",
229+
"eslint-plugin-prettier": "^5.2.3",
230230
"eslint-plugin-promise": "^6.1.1",
231-
"eslint-plugin-react": "^7.33.2",
231+
"eslint-plugin-react": "^7.37.4",
232232
"eslint-plugin-react-hooks": "^4.2.0",
233233
"file-loader": "^6.2.0",
234234
"gunzip-stream": "^1.0.1",
235235
"husky": "^7.0.1",
236236
"identity-obj-proxy": "^3.0.0",
237237
"jest": "^29.7.0",
238-
"lint-staged": "^15.2.2",
239-
"mini-css-extract-plugin": "^2.7.7",
240-
"node-loader": "^2.0.0",
238+
"lint-staged": "^15.4.3",
239+
"mini-css-extract-plugin": "^2.9.2",
240+
"node-loader": "^2.1.0",
241241
"optimize-css-assets-webpack-plugin": "^6.0.1",
242-
"prettier": "^3.2.5",
242+
"prettier": "^3.5.0",
243243
"react-refresh": "^0.14.0",
244244
"react-test-renderer": "^18.2.0",
245245
"rimraf": "^3.0.2",
246246
"sass-loader": "^14.0.0",
247247
"style-loader": "^3.3.4",
248248
"tar-stream": "^3.1.7",
249-
"terser-webpack-plugin": "^5.3.10",
249+
"terser-webpack-plugin": "^5.3.11",
250250
"ts-node": "^10.9.2",
251251
"typescript": "^5.3.3",
252252
"unzip-stream": "^0.3.2",
@@ -262,11 +262,11 @@
262262
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
263263
"@babel/plugin-proposal-private-methods": "^7.14.5",
264264
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
265-
"@emotion/react": "^11.11.4",
266-
"@emotion/styled": "^11.11.5",
267-
"@fontsource/dm-sans": "^5.0.20",
268-
"@grpc/grpc-js": "^1.9.15",
269-
"@mui/icons-material": "^6.4.1",
265+
"@emotion/react": "^11.14.0",
266+
"@emotion/styled": "^11.14.0",
267+
"@fontsource/dm-sans": "^5.1.1",
268+
"@grpc/grpc-js": "^1.12.6",
269+
"@mui/icons-material": "^6.4.4",
270270
"@mui/lab": "^5.0.0-alpha.161",
271271
"@mui/material": "^5.15.5",
272272
"@mui/styles": "^5.15.5",
@@ -276,12 +276,12 @@
276276
"electron-is-packaged": "^1.0.2",
277277
"electron-log": "^5.0.3",
278278
"electron-store": "^8.1.0",
279-
"electron-updater": "^6.3.0",
279+
"electron-updater": "^6.3.9",
280280
"history": "^5.0.0",
281281
"json-schema": "^0.4.0",
282282
"menubar": "^9.4.0",
283283
"moment": "^2.30.1",
284-
"notistack": "^3.0.1",
284+
"notistack": "^3.0.2",
285285
"nth-check": "2.1.1",
286286
"react": "^18.2.0",
287287
"react-dom": "^18.2.0",
@@ -292,10 +292,10 @@
292292
"source-map-support": "^0.5.19",
293293
"ts-proto": "^1.166.2",
294294
"typescript-eslint": "^0.0.1-alpha.0",
295-
"usehooks-ts": "^3.1.0",
295+
"usehooks-ts": "^3.1.1",
296296
"validator": "^13.11.0"
297297
},
298-
"devEngines": {
298+
"engines": {
299299
"node": ">=16.13",
300300
"npm": ">=6.x",
301301
"yarn": ">=1.21.3"

0 commit comments

Comments
 (0)