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

Commit c94ba6f

Browse files
committed
Update all major dependencies
1 parent ba6e4b7 commit c94ba6f

File tree

3 files changed

+133
-122
lines changed

3 files changed

+133
-122
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:17.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:17.0
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"@types/styled-components": "^5.1.14",
7777
"@types/testing-library__jest-dom": "^5.14.1",
7878
"@types/webpack-dev-server": "^4.1.0",
79-
"@typescript-eslint/eslint-plugin": "^4.31.0",
80-
"@typescript-eslint/parser": "^4.31.0",
81-
"eslint": "^7.26.0",
79+
"@typescript-eslint/eslint-plugin": "^5.0.0",
80+
"@typescript-eslint/parser": "^5.0.0",
81+
"eslint": "^8.0.0",
8282
"eslint-config-airbnb": "^18.2.1",
8383
"eslint-config-prettier": "^8.3.0",
8484
"eslint-plugin-import": "^2.23.1",
85-
"eslint-plugin-jest": "^24.3.6",
85+
"eslint-plugin-jest": "^25.0.0",
8686
"eslint-plugin-jsx-a11y": "^6.4.1",
8787
"eslint-plugin-prettier": "^4.0.0",
8888
"eslint-plugin-react": "^7.23.2",

0 commit comments

Comments
 (0)