chore: update dev dependencies (#3128)

This commit is contained in:
Daishi Kato 2025-05-21 20:47:28 +09:00 committed by GitHub
parent ad32cdf7a0
commit ceb9744ac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 625 additions and 551 deletions

View File

@ -19,8 +19,8 @@ jobs:
- 18.3.1 - 18.3.1
- 19.0.0 - 19.0.0
- 19.1.0 - 19.1.0
- 19.2.0-canary-e9db3cc2-20250501 - 19.2.0-canary-c4676e72-20250520
- 0.0.0-experimental-e9db3cc2-20250501 - 0.0.0-experimental-c4676e72-20250520
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4

View File

@ -116,7 +116,7 @@
"homepage": "https://github.com/pmndrs/zustand", "homepage": "https://github.com/pmndrs/zustand",
"packageManager": "pnpm@9.15.5", "packageManager": "pnpm@9.15.5",
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.25.1", "@eslint/js": "^9.27.0",
"@redux-devtools/extension": "^3.3.0", "@redux-devtools/extension": "^3.3.0",
"@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-node-resolve": "^16.0.1",
@ -124,21 +124,21 @@
"@rollup/plugin-typescript": "^12.1.2", "@rollup/plugin-typescript": "^12.1.2",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/node": "^22.15.3", "@types/node": "^22.15.21",
"@types/react": "^19.1.2", "@types/react": "^19.1.4",
"@types/react-dom": "^19.1.3", "@types/react-dom": "^19.1.5",
"@types/use-sync-external-store": "^1.5.0", "@types/use-sync-external-store": "^1.5.0",
"@vitest/coverage-v8": "^3.1.2", "@vitest/coverage-v8": "^3.1.4",
"@vitest/eslint-plugin": "^1.1.44", "@vitest/eslint-plugin": "^1.2.0",
"@vitest/ui": "^3.1.2", "@vitest/ui": "^3.1.4",
"esbuild": "^0.25.3", "esbuild": "^0.25.4",
"eslint": "9.25.1", "eslint": "9.27.0",
"eslint-import-resolver-typescript": "^4.3.4", "eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "6.0.0-rc.1", "eslint-plugin-react-hooks": "6.0.0-rc.1",
"eslint-plugin-testing-library": "^7.1.1", "eslint-plugin-testing-library": "^7.2.1",
"immer": "^10.1.1", "immer": "^10.1.1",
"jsdom": "^26.1.0", "jsdom": "^26.1.0",
"json": "^11.0.0", "json": "^11.0.0",
@ -146,15 +146,15 @@
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0", "react-dom": "19.1.0",
"redux": "^5.0.1", "redux": "^5.0.1",
"rollup": "^4.40.1", "rollup": "^4.41.0",
"rollup-plugin-esbuild": "^6.2.1", "rollup-plugin-esbuild": "^6.2.1",
"shelljs": "^0.9.2", "shelljs": "^0.10.0",
"shx": "^0.4.0", "shx": "^0.4.0",
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"typescript-eslint": "^8.31.1", "typescript-eslint": "^8.32.1",
"use-sync-external-store": "^1.5.0", "use-sync-external-store": "^1.5.0",
"vitest": "^3.1.2" "vitest": "^3.1.4"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": ">=18.0.0", "@types/react": ">=18.0.0",

1142
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff