Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Oct 28, 2024
1 parent 239e568 commit 90520bb
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 330 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-83825814-20241015
- 0.0.0-experimental-83825814-20241015
- 19.0.0-rc-cae764ce-20241025
- 0.0.0-experimental-cae764ce-20241025
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/react": "^16.0.1",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"esbuild": "^0.24.0",
Expand All @@ -125,8 +125,8 @@
"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-605e95c-20241015",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-vitest": "^0.5.4",
"jest-leak-detector": "^29.7.0",
Expand All @@ -138,14 +138,14 @@
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.24.0",
"rollup": "^4.24.1",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 90520bb

Please sign in to comment.