|
9 | 9 | "test:watch": "jest --watch"
|
10 | 10 | },
|
11 | 11 | "devDependencies": {
|
12 |
| - "@babel/cli": "^7.25.9", |
| 12 | + "@babel/cli": "^7.26.4", |
13 | 13 | "@babel/core": "^7.26.0",
|
14 | 14 | "@babel/preset-env": "^7.26.0",
|
15 |
| - "@babel/preset-react": "^7.25.9", |
| 15 | + "@babel/preset-react": "^7.26.3", |
16 | 16 | "@eslint/compat": "^1.2.4",
|
17 | 17 | "@testing-library/dom": "10.4.0",
|
18 |
| - "@testing-library/react": "^16.0.1", |
19 |
| - "@types/react": "^18.3.12", |
| 18 | + "@testing-library/react": "^16.1.0", |
| 19 | + "@types/react": "^18.3.14", |
20 | 20 | "babel-loader": "^9.2.1",
|
21 | 21 | "cross-env": "^7.0.3",
|
22 | 22 | "eslint": "^9.16.0",
|
23 | 23 | "eslint-config-prettier": "^9.1.0",
|
24 | 24 | "eslint-plugin-import": "^2.31.0",
|
25 | 25 | "eslint-plugin-prettier": "^5.2.1",
|
26 | 26 | "eslint-plugin-react": "^7.37.2",
|
27 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
| 27 | + "eslint-plugin-react-hooks": "^5.1.0", |
28 | 28 | "eslint-plugin-react-perf": "^3.3.3",
|
29 | 29 | "globals": "^15.13.0",
|
30 | 30 | "highcharts": "^12.0.2",
|
31 | 31 | "jest": "^29.7.0",
|
32 | 32 | "jest-environment-jsdom": "^29.7.0",
|
33 |
| - "prettier": "^3.4.1", |
| 33 | + "prettier": "^3.4.2", |
34 | 34 | "react": "^18.3.1",
|
35 | 35 | "react-dom": "^18.3.1",
|
36 | 36 | "rimraf": "^6.0.1",
|
37 | 37 | "typescript": "^5.7.2",
|
38 |
| - "webpack": "^5.96.1", |
| 38 | + "webpack": "^5.97.1", |
39 | 39 | "webpack-cli": "^5.1.4"
|
40 | 40 | },
|
41 | 41 | "workspaces": {
|
|
0 commit comments