mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dev dependencies (#2620)
* chore(deps): update dev dependencies * update old ts * use eslint 8
This commit is contained in:
parent
a262c9f1f3
commit
48a4d8742d
4
.github/workflows/test-multiple-versions.yml
vendored
4
.github/workflows/test-multiple-versions.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
- 18.2.0
|
||||
- 18.3.1
|
||||
- 19.0.0-rc.0
|
||||
- 19.0.0-rc-bf3a29d097-20240603
|
||||
- 0.0.0-experimental-bf3a29d097-20240603
|
||||
- 19.0.0-rc-8971381549-20240625
|
||||
- 0.0.0-experimental-8971381549-20240625
|
||||
devtools-skip:
|
||||
- CI-MATRIX-NOSKIP
|
||||
include:
|
||||
|
||||
2
.github/workflows/test-old-typescript.yml
vendored
2
.github/workflows/test-old-typescript.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
typescript:
|
||||
- 5.4.4
|
||||
- 5.4.5
|
||||
- 5.3.3
|
||||
- 5.2.2
|
||||
- 5.1.6
|
||||
|
||||
34
package.json
34
package.json
@ -207,51 +207,51 @@
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.6",
|
||||
"@babel/plugin-external-helpers": "^7.24.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.24.6",
|
||||
"@babel/plugin-transform-runtime": "^7.24.6",
|
||||
"@babel/plugin-transform-typescript": "^7.24.6",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/plugin-external-helpers": "^7.24.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
||||
"@babel/plugin-transform-runtime": "^7.24.7",
|
||||
"@babel/plugin-transform-typescript": "^7.24.7",
|
||||
"@babel/preset-env": "^7.24.7",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@rollup/plugin-alias": "^5.1.0",
|
||||
"@rollup/plugin-babel": "^6.0.4",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-replace": "^5.0.6",
|
||||
"@rollup/plugin-replace": "^5.0.7",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/node": "^20.14.1",
|
||||
"@types/node": "^20.14.9",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "^7.12.0",
|
||||
"@typescript-eslint/parser": "^7.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
||||
"@typescript-eslint/parser": "^7.14.1",
|
||||
"@vitest/coverage-v8": "^1.6.0",
|
||||
"@vitest/ui": "^1.6.0",
|
||||
"downlevel-dts": "^0.11.0",
|
||||
"esbuild": "^0.21.4",
|
||||
"esbuild": "^0.21.5",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "^7.34.2",
|
||||
"eslint-plugin-react-compiler": "0.0.0-experimental-51a85ea-20240601",
|
||||
"eslint-plugin-react": "^7.34.3",
|
||||
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-vitest": "^0.5.4",
|
||||
"immer": "^10.1.1",
|
||||
"jsdom": "^24.1.0",
|
||||
"json": "^11.0.0",
|
||||
"prettier": "^3.3.0",
|
||||
"react": "^19.0.0-rc.0",
|
||||
"react-dom": "^19.0.0-rc.0",
|
||||
"prettier": "^3.3.2",
|
||||
"react": "19.0.0-rc.0",
|
||||
"react-dom": "19.0.0-rc.0",
|
||||
"redux": "^5.0.1",
|
||||
"rollup": "^4.18.0",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"shelljs": "^0.8.5",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "^5.5.2",
|
||||
"vitest": "^1.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
2082
pnpm-lock.yaml
generated
2082
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user