Skip to content

Commit

Permalink
chore(deps): update dependencies (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 24, 2021
1 parent 2ddbd76 commit 19d9cf0
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 898 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-beta-71d16750c-20211202
- 0.0.0-experimental-71d16750c-20211202
- 18.0.0-rc.0
- 0.0.0-experimental-20212349a-20211223
testing: [default, alpha]
exclude:
- { react: 16.8.0, testing: alpha }
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,45 +128,45 @@
]
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-external-helpers": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/core": "^7.16.5",
"@babel/plugin-external-helpers": "^7.16.5",
"@babel/plugin-transform-react-jsx": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-env": "^7.16.4",
"@babel/preset-env": "^7.16.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@swc/core": "^1.2.118",
"@swc/jest": "^0.2.11",
"@swc/core": "^1.2.122",
"@swc/jest": "^0.2.15",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"concurrently": "^6.4.0",
"esbuild": "^0.14.2",
"eslint": "^8.4.1",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"concurrently": "^6.5.1",
"esbuild": "^0.14.8",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"immer": "^9.0.7",
"jest": "^27.4.3",
"jest": "^27.4.5",
"json": "^11.0.0",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.3",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.60.2",
"rollup": "^2.62.0",
"rollup-plugin-esbuild": "^4.7.2",
"shx": "^0.3.3",
"typescript": "^4.5.2"
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
Loading

0 comments on commit 19d9cf0

Please sign in to comment.