Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Apr 18, 2022
1 parent 279bfb1 commit 8e700e0
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 371 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- 16.8.0
- 17.0.0
- 18.0.0
- 18.1.0-next-af730436c-20220405
- 0.0.0-experimental-af730436c-20220405
- 18.1.0-next-726ba8029-20220415
- 0.0.0-experimental-726ba8029-20220415
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,38 +150,38 @@
"@redux-devtools/extension": "^3.2.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@swc/core": "^1.2.164",
"@rollup/plugin-typescript": "^8.3.2",
"@swc/core": "^1.2.168",
"@swc/jest": "^0.2.20",
"@testing-library/react": "^13.0.0",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"concurrently": "^7.1.0",
"esbuild": "^0.14.34",
"eslint": "^8.12.0",
"esbuild": "^0.14.36",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^7.0.4",
"immer": "^9.0.12",
"jest": "^27.5.1",
"json": "^11.0.0",
"lint-staged": "^12.3.7",
"lint-staged": "^12.3.8",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^2.70.1",
"rollup": "^2.70.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 8e700e0

Please sign in to comment.