Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Feb 10, 2023
1 parent b857d5e commit 35a1e10
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 805 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-555ece0cd-20230112
- 0.0.0-experimental-555ece0cd-20230112
- 18.3.0-next-6ddcbd4f9-20230209
- 0.0.0-experimental-6ddcbd4f9-20230209
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,47 +174,47 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@redux-devtools/extension": "^3.2.4",
"@rollup/plugin-alias": "^4.0.2",
"@redux-devtools/extension": "^3.2.5",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"concurrently": "^7.6.0",
"downlevel-dts": "^0.11.0",
"esbuild": "^0.16.17",
"eslint": "^8.31.0",
"esbuild": "^0.17.7",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^9.0.17",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"immer": "^9.0.19",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"json": "^11.0.0",
"prettier": "^2.8.2",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": "^5.0.0-alpha.0",
"rollup": "^3.10.0",
"rollup": "^3.15.0",
"rollup-plugin-esbuild": "^5.0.0",
"shx": "^0.3.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"immer": ">=9.0",
Expand Down
Loading

0 comments on commit 35a1e10

Please sign in to comment.