Skip to content

Commit

Permalink
chore(deps): update dependencies (pmndrs#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 19, 2021
1 parent aa31eb0 commit 3d09a75
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 854 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-f2c381131-20211004
- 0.0.0-experimental-f2c381131-20211004
- 18.0.0-alpha-996da67b2-20211018
- 0.0.0-experimental-996da67b2-20211018
testing: [default, alpha]
exclude:
- { react: 16.8.0, testing: alpha }
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,35 +131,35 @@
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.27",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"concurrently": "^6.3.0",
"esbuild": "^0.13.4",
"eslint": "^7.32.0",
"esbuild": "^0.13.8",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.5.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",
"immer": "^9.0.6",
"jest": "^27.2.4",
"jest": "^27.3.1",
"json": "^11.0.0",
"lint-staged": "^11.2.0",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.58.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-esbuild": "^4.6.0",
"shx": "^0.3.3",
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
Loading

0 comments on commit 3d09a75

Please sign in to comment.