Skip to content

Commit

Permalink
chore(deps): update dependencies (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 26, 2021
1 parent ad318f3 commit 56e9beb
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 290 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 @@ -30,8 +30,8 @@ jobs:
react:
- 16.8.0
- 17.0.0
- 18.0.0-alpha-996da67b2-20211018
- 0.0.0-experimental-996da67b2-20211018
- 18.0.0-alpha-4298ddbc5-20211023
- 0.0.0-experimental-4298ddbc5-20211023
testing: [default, alpha]
exclude:
- { react: 16.8.0, testing: alpha }
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,33 +130,33 @@
"@babel/plugin-transform-typescript": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"concurrently": "^6.3.0",
"esbuild": "^0.13.8",
"eslint": "^8.0.1",
"esbuild": "^0.13.9",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.2",
"husky": "^7.0.4",
"immer": "^9.0.6",
"jest": "^27.3.1",
"json": "^11.0.0",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.5",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.58.0",
"rollup": "^2.58.3",
"rollup-plugin-esbuild": "^4.6.0",
"shx": "^0.3.3",
"typescript": "^4.4.4"
Expand Down
Loading

0 comments on commit 56e9beb

Please sign in to comment.