mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dev dependencies (#3104)
This commit is contained in:
parent
850777bbfc
commit
2a53f2ec7e
7
.github/workflows/test-multiple-versions.yml
vendored
7
.github/workflows/test-multiple-versions.yml
vendored
@ -17,9 +17,10 @@ jobs:
|
||||
- 18.1.0
|
||||
- 18.2.0
|
||||
- 18.3.1
|
||||
- 19.0.0-rc.1
|
||||
- 19.1.0-canary-3ce77d55-20250106
|
||||
- 0.0.0-experimental-3ce77d55-20250106
|
||||
- 19.0.0
|
||||
- 19.1.0
|
||||
- 19.2.0-canary-e9db3cc2-20250501
|
||||
- 0.0.0-experimental-e9db3cc2-20250501
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
|
||||
3
.github/workflows/test-old-typescript.yml
vendored
3
.github/workflows/test-old-typescript.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
typescript:
|
||||
- 5.8.3
|
||||
- 5.7.3
|
||||
- 5.6.3
|
||||
- 5.5.4
|
||||
- 5.4.5
|
||||
- 5.3.3
|
||||
|
||||
54
package.json
54
package.json
@ -116,46 +116,46 @@
|
||||
"homepage": "https://github.com/pmndrs/zustand",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.17.0",
|
||||
"@eslint/js": "^9.25.1",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@rollup/plugin-alias": "^5.1.1",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@rollup/plugin-typescript": "^12.1.2",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.1.0",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/react": "^19.0.3",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"@vitest/coverage-v8": "^2.1.8",
|
||||
"@vitest/eslint-plugin": "^1.1.24",
|
||||
"@vitest/ui": "^2.1.8",
|
||||
"esbuild": "^0.24.2",
|
||||
"eslint": "9.17.0",
|
||||
"eslint-import-resolver-typescript": "^3.7.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/node": "^22.15.3",
|
||||
"@types/react": "^19.1.2",
|
||||
"@types/react-dom": "^19.1.3",
|
||||
"@types/use-sync-external-store": "^1.5.0",
|
||||
"@vitest/coverage-v8": "^3.1.2",
|
||||
"@vitest/eslint-plugin": "^1.1.44",
|
||||
"@vitest/ui": "^3.1.2",
|
||||
"esbuild": "^0.25.3",
|
||||
"eslint": "9.25.1",
|
||||
"eslint-import-resolver-typescript": "^4.3.4",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jest-dom": "^5.5.0",
|
||||
"eslint-plugin-react": "^7.37.3",
|
||||
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-compiler": "19.1.0-rc.1",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-testing-library": "^7.1.1",
|
||||
"immer": "^10.1.1",
|
||||
"jsdom": "^25.0.1",
|
||||
"jsdom": "^26.1.0",
|
||||
"json": "^11.0.0",
|
||||
"prettier": "^3.4.2",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"redux": "^5.0.1",
|
||||
"rollup": "^4.30.1",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"shelljs": "^0.8.5",
|
||||
"shx": "^0.3.4",
|
||||
"rollup": "^4.40.1",
|
||||
"rollup-plugin-esbuild": "^6.2.1",
|
||||
"shelljs": "^0.9.2",
|
||||
"shx": "^0.4.0",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.19.1",
|
||||
"use-sync-external-store": "^1.4.0",
|
||||
"vitest": "^2.1.8"
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.31.1",
|
||||
"use-sync-external-store": "^1.5.0",
|
||||
"vitest": "^3.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": ">=18.0.0",
|
||||
|
||||
2961
pnpm-lock.yaml
generated
2961
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user