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

Commit

Permalink
Update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 52e0f31 commit 6316b31
Show file tree
Hide file tree
Showing 3 changed files with 1,337 additions and 1,147 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
docker:
- image: cimg/node:16.8
- image: cimg/node:18.4
# Then run your tests!
# CircleCI will report the results back to your VCS provider.
steps:
Expand All @@ -40,7 +40,7 @@ jobs:

build-and-test:
docker:
- image: cimg/node:16.8
- image: cimg/node:18.4
steps:
- checkout
- node/install-packages:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@svgr/webpack": "^6.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "2.0.6",
"copy-webpack-plugin": "^10.2.4",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"dotenv-webpack": "^7.0.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^5.3.0",
"terser-webpack-plugin": "^5.2.4",
"typescript": "^4.2.4",
Expand All @@ -67,15 +67,15 @@
"@storybook/react": "^6.3.8",
"@storybook/theming": "^6.3.8",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^13.0.0",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/dotenv-webpack": "^7.0.3",
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^27.0.1",
"@types/jest": "^28.0.0",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.5",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.14",
"@types/testing-library__jest-dom": "^5.14.1",
"@types/webpack-dev-server": "^4.1.0",
Expand All @@ -92,14 +92,14 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "0.12.0",
"fork-ts-checker-webpack-plugin": "^7.2.1",
"husky": "^7.0.2",
"jest": "^27.1.1",
"lint-staged": "^12.3.4",
"netlify-cli": "^9.9.0",
"husky": "^8.0.0",
"jest": "^28.0.0",
"lint-staged": "^13.0.0",
"netlify-cli": "^10.0.0",
"prettier": "^2.4.0",
"react-refresh": "^0.11.0",
"style-loader": "^3.2.1",
"ts-jest": "^27.0.5",
"ts-jest": "^28.0.0",
"ts-node": "^10.2.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^4.2.0"
Expand Down
Loading

0 comments on commit 6316b31

Please sign in to comment.