Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 30, 2024
1 parent 9525f92 commit 1068ff9
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 450 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 @@ -32,8 +32,8 @@ jobs:
- 18.2.0
- 18.3.1
- 19.0.0-rc.0
- 19.0.0-rc-cd22717c-20241013
- 0.0.0-experimental-cd22717c-20241013
- 19.0.0-rc-0bc30748-20241028
- 0.0.0-experimental-0bc30748-20241028
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,24 @@
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"esbuild": "^0.24.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-45ae4c3-20241011",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-vitest": "^0.5.4",
"immer": "^10.1.1",
Expand All @@ -138,13 +138,13 @@
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.24.0",
"rollup": "^4.24.3",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"typescript": "^5.6.3",
"use-sync-external-store": "^1.2.2",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
Expand Down
Loading

0 comments on commit 1068ff9

Please sign in to comment.