Skip to content

Commit

Permalink
chore(deps): update dev dependencies (#2880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 4, 2024
1 parent 9bae069 commit d454913
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 615 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- 18.1.0
- 18.2.0
- 18.3.1
- 19.0.0-rc.0
- 19.0.0-rc-0bc30748-20241028
- 0.0.0-experimental-0bc30748-20241028
- 19.0.0-rc.1
- 19.0.0-rc-1b1283ad-20241203
- 0.0.0-experimental-1b1283ad-20241203
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,40 +114,40 @@
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/node": "^22.8.4",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/ui": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"@vitest/ui": "^2.1.8",
"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-jest-dom": "^5.4.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-6fc168f-20241025",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-testing-library": "^7.0.0",
"immer": "^10.1.1",
"jsdom": "^25.0.1",
"json": "^11.0.0",
"prettier": "^3.3.3",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"prettier": "^3.4.2",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"redux": "^5.0.1",
"rollup": "^4.24.3",
"rollup": "^4.28.0",
"rollup-plugin-esbuild": "^6.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"use-sync-external-store": "^1.2.2",
"vitest": "^2.1.4"
"vitest": "^2.1.8"
},
"peerDependencies": {
"@types/react": ">=18.0.0",
Expand Down
Loading

0 comments on commit d454913

Please sign in to comment.