|
8 | 8 | "build-storybook": "build-storybook" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@babel/core": "7.17.5", |
| 11 | + "@babel/core": "7.29.0", |
12 | 12 | "@babel/polyfill": "7.12.1", |
13 | | - "@babel/preset-env": "7.16.11", |
14 | | - "@babel/preset-react": "7.16.7", |
15 | | - "@babel/preset-typescript": "7.16.7", |
16 | | - "@storybook/addon-actions": "6.4.19", |
17 | | - "@storybook/addon-essentials": "6.4.19", |
18 | | - "@storybook/addon-links": "6.4.19", |
19 | | - "@storybook/addon-storyshots": "6.4.19", |
20 | | - "@storybook/cli": "6.4.19", |
21 | | - "@storybook/react": "6.4.19", |
22 | | - "@types/jest": "27.4.0", |
23 | | - "@types/react-dom": "17.0.11", |
| 13 | + "@babel/preset-env": "7.29.0", |
| 14 | + "@babel/preset-react": "7.28.5", |
| 15 | + "@babel/preset-typescript": "7.28.5", |
| 16 | + "@storybook/addon-actions": "6.5.16", |
| 17 | + "@storybook/addon-essentials": "6.5.16", |
| 18 | + "@storybook/addon-links": "6.5.16", |
| 19 | + "@storybook/addon-storyshots": "6.5.16", |
| 20 | + "@storybook/cli": "6.5.16", |
| 21 | + "@storybook/react": "6.5.16", |
| 22 | + "@types/jest": "27.5.2", |
| 23 | + "@types/react-dom": "17.0.26", |
24 | 24 | "@types/react-router-dom": "5.3.3", |
25 | | - "@types/storybook-react-router": "1.0.1", |
26 | | - "@typescript-eslint/eslint-plugin": "5.12.1", |
27 | | - "@typescript-eslint/parser": "5.12.1", |
28 | | - "axios-mock-adapter": "1.20.0", |
| 25 | + "@types/storybook-react-router": "1.0.6", |
| 26 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 27 | + "@typescript-eslint/parser": "5.62.0", |
| 28 | + "axios-mock-adapter": "1.22.0", |
29 | 29 | "babel-jest": "27.5.1", |
30 | | - "babel-loader": "8.2.3", |
| 30 | + "babel-loader": "8.4.1", |
31 | 31 | "babel-plugin-transform-class-properties": "6.24.1", |
32 | | - "eslint": "8.9.0", |
33 | | - "eslint-plugin-react": "7.28.0", |
34 | | - "html-loader": "3.1.0", |
35 | | - "html-webpack-plugin": "5.5.0", |
| 32 | + "eslint": "8.57.1", |
| 33 | + "eslint-plugin-react": "7.37.5", |
| 34 | + "html-loader": "3.1.2", |
| 35 | + "html-webpack-plugin": "5.6.6", |
36 | 36 | "jest": "27.5.1", |
37 | | - "prettier": "2.5.1", |
| 37 | + "prettier": "2.8.8", |
38 | 38 | "prettier-plugin-organize-imports": "2.3.4", |
39 | 39 | "react-is": "17.0.2", |
40 | 40 | "react-test-renderer": "17.0.2", |
41 | 41 | "storybook-react-router": "1.0.8", |
42 | | - "typescript": "4.5.5", |
43 | | - "webpack": "5.69.1", |
44 | | - "webpack-cli": "4.9.2", |
45 | | - "webpack-dev-server": "4.7.4" |
| 42 | + "typescript": "4.9.5", |
| 43 | + "webpack": "5.105.0", |
| 44 | + "webpack-cli": "4.10.0", |
| 45 | + "webpack-dev-server": "4.15.2" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | | - "@material-ui/core": "4.12.3", |
49 | | - "@material-ui/icons": "4.11.2", |
50 | | - "axios": "0.26.0", |
| 48 | + "@material-ui/core": "4.12.4", |
| 49 | + "@material-ui/icons": "4.11.3", |
| 50 | + "axios": "0.30.2", |
51 | 51 | "nullthrows": "1.1.1", |
52 | 52 | "react": "17.0.2", |
53 | 53 | "react-dom": "17.0.2", |
54 | | - "react-router-dom": "6.2.1", |
55 | | - "utility-types": "3.10.0" |
| 54 | + "react-router-dom": "6.30.3", |
| 55 | + "utility-types": "3.11.0" |
56 | 56 | }, |
57 | 57 | "jest": { |
58 | 58 | "testEnvironment": "jsdom", |
|
0 commit comments