|
40 | 40 | "@babel/preset-typescript": "^7.13.0",
|
41 | 41 | "@babel/runtime": "^7.14.0",
|
42 | 42 | "@svgr/webpack": "^6.2.1",
|
43 |
| - "babel-loader": "^8.2.2", |
| 43 | + "babel-loader": "^9.0.0", |
44 | 44 | "babel-plugin-styled-components": "2.0.6",
|
45 |
| - "copy-webpack-plugin": "^10.2.4", |
| 45 | + "copy-webpack-plugin": "^11.0.0", |
46 | 46 | "cross-env": "^7.0.3",
|
47 | 47 | "css-loader": "^6.2.0",
|
48 |
| - "dotenv-webpack": "^7.0.2", |
| 48 | + "dotenv-webpack": "^8.0.0", |
49 | 49 | "html-webpack-plugin": "^5.3.1",
|
50 | 50 | "mini-css-extract-plugin": "^2.2.2",
|
51 |
| - "react": "^17.0.2", |
52 |
| - "react-dom": "^17.0.2", |
| 51 | + "react": "^18.0.0", |
| 52 | + "react-dom": "^18.0.0", |
53 | 53 | "styled-components": "^5.3.0",
|
54 | 54 | "terser-webpack-plugin": "^5.2.4",
|
55 | 55 | "typescript": "^4.2.4",
|
56 | 56 | "webpack": "^5.52.1",
|
57 |
| - "webpack-cli": "^4.7.0" |
| 57 | + "webpack-cli": "^5.0.0" |
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 | 60 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
67 | 67 | "@storybook/react": "^6.3.8",
|
68 | 68 | "@storybook/theming": "^6.3.8",
|
69 | 69 | "@testing-library/jest-dom": "^5.12.0",
|
70 |
| - "@testing-library/react": "^12.0.0", |
| 70 | + "@testing-library/react": "^13.0.0", |
71 | 71 | "@types/copy-webpack-plugin": "^10.1.0",
|
72 | 72 | "@types/dotenv-webpack": "^7.0.3",
|
73 | 73 | "@types/html-webpack-plugin": "^3.2.6",
|
74 |
| - "@types/jest": "^27.0.1", |
| 74 | + "@types/jest": "^29.0.0", |
75 | 75 | "@types/mini-css-extract-plugin": "^2.2.0",
|
76 |
| - "@types/node": "^17.0.21", |
77 |
| - "@types/react": "^17.0.20", |
78 |
| - "@types/react-dom": "^17.0.5", |
| 76 | + "@types/node": "^18.0.0", |
| 77 | + "@types/react": "^18.0.0", |
| 78 | + "@types/react-dom": "^18.0.0", |
79 | 79 | "@types/styled-components": "^5.1.14",
|
80 | 80 | "@types/testing-library__jest-dom": "^5.14.1",
|
81 | 81 | "@types/webpack-dev-server": "^4.1.0",
|
|
85 | 85 | "eslint-config-airbnb": "^19.0.4",
|
86 | 86 | "eslint-config-prettier": "^8.3.0",
|
87 | 87 | "eslint-plugin-import": "^2.23.1",
|
88 |
| - "eslint-plugin-jest": "^26.1.1", |
| 88 | + "eslint-plugin-jest": "^27.0.0", |
89 | 89 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
90 | 90 | "eslint-plugin-prettier": "^4.0.0",
|
91 | 91 | "eslint-plugin-react": "^7.23.2",
|
92 | 92 | "eslint-plugin-react-hooks": "^4.2.0",
|
93 | 93 | "eslint-plugin-sonarjs": "0.12.0",
|
94 | 94 | "fork-ts-checker-webpack-plugin": "^7.2.1",
|
95 |
| - "husky": "^7.0.2", |
96 |
| - "jest": "^27.1.1", |
97 |
| - "lint-staged": "^12.3.4", |
98 |
| - "netlify-cli": "^9.9.0", |
| 95 | + "husky": "^8.0.0", |
| 96 | + "jest": "^29.0.0", |
| 97 | + "lint-staged": "^13.0.0", |
| 98 | + "netlify-cli": "^12.0.0", |
99 | 99 | "prettier": "^2.4.0",
|
100 | 100 | "react-refresh": "^0.11.0",
|
101 | 101 | "style-loader": "^3.2.1",
|
102 |
| - "ts-jest": "^27.0.5", |
| 102 | + "ts-jest": "^29.0.0", |
103 | 103 | "ts-node": "^10.2.1",
|
104 | 104 | "webpack-bundle-analyzer": "^4.4.2",
|
105 | 105 | "webpack-dev-server": "^4.2.0"
|
|
0 commit comments