Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 8146a6f

Browse files
Update all major dependencies
1 parent 52e0f31 commit 8146a6f

File tree

3 files changed

+2158
-1567
lines changed

3 files changed

+2158
-1567
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1717
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
1818
docker:
19-
- image: cimg/node:16.8
19+
- image: cimg/node:19.0
2020
# Then run your tests!
2121
# CircleCI will report the results back to your VCS provider.
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
build-and-test:
4242
docker:
43-
- image: cimg/node:16.8
43+
- image: cimg/node:19.0
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"@babel/preset-typescript": "^7.13.0",
4141
"@babel/runtime": "^7.14.0",
4242
"@svgr/webpack": "^6.2.1",
43-
"babel-loader": "^8.2.2",
43+
"babel-loader": "^9.0.0",
4444
"babel-plugin-styled-components": "2.0.6",
45-
"copy-webpack-plugin": "^10.2.4",
45+
"copy-webpack-plugin": "^11.0.0",
4646
"cross-env": "^7.0.3",
4747
"css-loader": "^6.2.0",
48-
"dotenv-webpack": "^7.0.2",
48+
"dotenv-webpack": "^8.0.0",
4949
"html-webpack-plugin": "^5.3.1",
5050
"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",
5353
"styled-components": "^5.3.0",
5454
"terser-webpack-plugin": "^5.2.4",
5555
"typescript": "^4.2.4",
5656
"webpack": "^5.52.1",
57-
"webpack-cli": "^4.7.0"
57+
"webpack-cli": "^5.0.0"
5858
},
5959
"devDependencies": {
6060
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
@@ -67,15 +67,15 @@
6767
"@storybook/react": "^6.3.8",
6868
"@storybook/theming": "^6.3.8",
6969
"@testing-library/jest-dom": "^5.12.0",
70-
"@testing-library/react": "^12.0.0",
70+
"@testing-library/react": "^13.0.0",
7171
"@types/copy-webpack-plugin": "^10.1.0",
7272
"@types/dotenv-webpack": "^7.0.3",
7373
"@types/html-webpack-plugin": "^3.2.6",
74-
"@types/jest": "^27.0.1",
74+
"@types/jest": "^29.0.0",
7575
"@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",
7979
"@types/styled-components": "^5.1.14",
8080
"@types/testing-library__jest-dom": "^5.14.1",
8181
"@types/webpack-dev-server": "^4.1.0",
@@ -85,21 +85,21 @@
8585
"eslint-config-airbnb": "^19.0.4",
8686
"eslint-config-prettier": "^8.3.0",
8787
"eslint-plugin-import": "^2.23.1",
88-
"eslint-plugin-jest": "^26.1.1",
88+
"eslint-plugin-jest": "^27.0.0",
8989
"eslint-plugin-jsx-a11y": "^6.4.1",
9090
"eslint-plugin-prettier": "^4.0.0",
9191
"eslint-plugin-react": "^7.23.2",
9292
"eslint-plugin-react-hooks": "^4.2.0",
9393
"eslint-plugin-sonarjs": "0.12.0",
9494
"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",
9999
"prettier": "^2.4.0",
100100
"react-refresh": "^0.11.0",
101101
"style-loader": "^3.2.1",
102-
"ts-jest": "^27.0.5",
102+
"ts-jest": "^29.0.0",
103103
"ts-node": "^10.2.1",
104104
"webpack-bundle-analyzer": "^4.4.2",
105105
"webpack-dev-server": "^4.2.0"

0 commit comments

Comments
 (0)