Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 31, 2022
1 parent 20ee6e9 commit b81adbb
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 416 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 @@ -33,8 +33,8 @@ jobs:
- 18.0.0
- 18.1.0
- 18.2.0
- 18.3.0-next-0c11baa6a-20221022
- 0.0.0-experimental-0c11baa6a-20221022
- 18.3.0-next-cf3932be5-20221027
- 0.0.0-experimental-cf3932be5-20221027
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,23 +171,23 @@
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.19.3",
"@babel/plugin-transform-typescript": "^7.20.0",
"@babel/preset-env": "^7.19.4",
"@redux-devtools/extension": "^3.2.3",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@swc/core": "^1.3.10",
"@swc/core": "^1.3.11",
"@swc/jest": "^0.2.23",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"concurrently": "^7.5.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.15.12",
Expand All @@ -200,8 +200,8 @@
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.16",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"json": "^11.0.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit b81adbb

Please sign in to comment.