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

Commit cbb5a9c

Browse files
committed
Update all major dependencies
1 parent 52e0f31 commit cbb5a9c

File tree

3 files changed

+145
-302
lines changed

3 files changed

+145
-302
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:18.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:18.0
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"dotenv-webpack": "^7.0.2",
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",
@@ -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",
7474
"@types/jest": "^27.0.1",
7575
"@types/mini-css-extract-plugin": "^2.2.0",
7676
"@types/node": "^17.0.21",
77-
"@types/react": "^17.0.20",
78-
"@types/react-dom": "^17.0.5",
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",
@@ -95,7 +95,7 @@
9595
"husky": "^7.0.2",
9696
"jest": "^27.1.1",
9797
"lint-staged": "^12.3.4",
98-
"netlify-cli": "^9.9.0",
98+
"netlify-cli": "^10.0.0",
9999
"prettier": "^2.4.0",
100100
"react-refresh": "^0.11.0",
101101
"style-loader": "^3.2.1",

0 commit comments

Comments
 (0)