Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Nov 5, 2024
1 parent 159221e commit 94d3036
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 251 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-cae764ce-20241025
- 0.0.0-experimental-cae764ce-20241025
- 19.0.0-rc-4d577fd2-20241104
- 0.0.0-experimental-4d577fd2-20241104
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 @@ -115,10 +115,10 @@
"@types/jsdom": "^21.1.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@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",
Expand All @@ -138,15 +138,15 @@
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"redux": "^5.0.1",
"rollup": "^4.24.1",
"rollup": "^4.24.4",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
Expand Down
Loading

0 comments on commit 94d3036

Please sign in to comment.