mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dev dependencies (#1402)
This commit is contained in:
parent
20ee6e9633
commit
b81adbb6a3
4
.github/workflows/test-multiple-versions.yml
vendored
4
.github/workflows/test-multiple-versions.yml
vendored
@ -33,8 +33,8 @@ jobs:
|
||||
- 18.0.0
|
||||
- 18.1.0
|
||||
- 18.2.0
|
||||
- 18.3.0-next-0c11baa6a-20221022
|
||||
- 0.0.0-experimental-0c11baa6a-20221022
|
||||
- 18.3.0-next-cf3932be5-20221027
|
||||
- 0.0.0-experimental-cf3932be5-20221027
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
16
package.json
16
package.json
@ -171,7 +171,7 @@
|
||||
"@babel/plugin-external-helpers": "^7.18.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.6",
|
||||
"@babel/plugin-transform-typescript": "^7.19.3",
|
||||
"@babel/plugin-transform-typescript": "^7.20.0",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@redux-devtools/extension": "^3.2.3",
|
||||
"@rollup/plugin-alias": "^4.0.2",
|
||||
@ -179,15 +179,15 @@
|
||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||
"@rollup/plugin-replace": "^5.0.1",
|
||||
"@rollup/plugin-typescript": "^9.0.2",
|
||||
"@swc/core": "^1.3.10",
|
||||
"@swc/core": "^1.3.11",
|
||||
"@swc/jest": "^0.2.23",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/jest": "^29.2.0",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react": "^18.0.24",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/use-sync-external-store": "^0.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
||||
"@typescript-eslint/parser": "^5.40.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
||||
"@typescript-eslint/parser": "^5.41.0",
|
||||
"concurrently": "^7.5.0",
|
||||
"downlevel-dts": "^0.11.0",
|
||||
"esbuild": "^0.15.12",
|
||||
@ -200,8 +200,8 @@
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"immer": "^9.0.16",
|
||||
"jest": "^29.2.1",
|
||||
"jest-environment-jsdom": "^29.2.1",
|
||||
"jest": "^29.2.2",
|
||||
"jest-environment-jsdom": "^29.2.2",
|
||||
"json": "^11.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
"react": "^18.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user