Skip to content

Commit

Permalink
chore(deps): update dev dependencies (pmndrs#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Feb 28, 2022
1 parent a46f1fd commit 160459f
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 441 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-rc.0
- 0.0.0-experimental-64223fed8-20220210
- 18.0.0-rc.1-next-629036a9c-20220224
- 0.0.0-experimental-629036a9c-20220224
testing: [default, alpha]
exclude:
- { react: 16.8.0, testing: alpha }
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,43 +131,43 @@
]
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.5",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@swc/core": "^1.2.138",
"@swc/jest": "^0.2.17",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.1",
"@swc/core": "^1.2.146",
"@swc/jest": "^0.2.20",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"concurrently": "^7.0.0",
"esbuild": "^0.14.21",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"esbuild": "^0.14.23",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"immer": "^9.0.12",
"jest": "^27.5.1",
"json": "^11.0.0",
"lint-staged": "^12.3.3",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.67.2",
"rollup": "^2.68.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-terser": "^7.0.2",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 160459f

Please sign in to comment.