mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dependencies (#1094)
This commit is contained in:
parent
1449732ad9
commit
b455e01e9e
5
.github/workflows/test-multiple-versions.yml
vendored
5
.github/workflows/test-multiple-versions.yml
vendored
@ -32,8 +32,9 @@ jobs:
|
||||
- 17.0.0
|
||||
- 18.0.0
|
||||
- 18.1.0
|
||||
- 18.2.0-next-340060ccc-20220428
|
||||
- 0.0.0-experimental-340060ccc-20220428
|
||||
- 18.2.0
|
||||
- 18.3.0-next-02206099a-20220714
|
||||
- 0.0.0-experimental-02206099a-20220714
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
64
package.json
64
package.json
@ -145,54 +145,54 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"use-sync-external-store": "1.1.0"
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/plugin-external-helpers": "^7.16.7",
|
||||
"@babel/plugin-transform-react-jsx": "^7.17.3",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/plugin-transform-typescript": "^7.16.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/plugin-external-helpers": "^7.18.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.18.6",
|
||||
"@babel/plugin-transform-typescript": "^7.18.8",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@redux-devtools/extension": "^3.2.2",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-node-resolve": "^13.2.1",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-typescript": "^8.3.2",
|
||||
"@swc/core": "^1.2.173",
|
||||
"@swc/jest": "^0.2.20",
|
||||
"@testing-library/react": "^13.1.1",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/react": "^18.0.8",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"@swc/core": "^1.2.215",
|
||||
"@swc/jest": "^0.2.21",
|
||||
"@testing-library/react": "^13.3.0",
|
||||
"@types/jest": "^28.1.6",
|
||||
"@types/react": "^18.0.15",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/use-sync-external-store": "^0.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
||||
"@typescript-eslint/parser": "^5.21.0",
|
||||
"concurrently": "^7.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
||||
"@typescript-eslint/parser": "^5.30.6",
|
||||
"concurrently": "^7.2.2",
|
||||
"downlevel-dts": "^0.10.0",
|
||||
"esbuild": "^0.14.38",
|
||||
"eslint": "^8.14.0",
|
||||
"esbuild": "^0.14.49",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.1.5",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"immer": "^9.0.12",
|
||||
"jest": "^28.0.3",
|
||||
"jest-environment-jsdom": "^28.0.2",
|
||||
"eslint-plugin-jest": "^26.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"immer": "^9.0.15",
|
||||
"jest": "^28.1.3",
|
||||
"jest-environment-jsdom": "^28.1.3",
|
||||
"json": "^11.0.0",
|
||||
"prettier": "^2.6.2",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"prettier": "^2.7.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"redux": "^5.0.0-alpha.0",
|
||||
"rollup": "^2.70.2",
|
||||
"rollup": "^2.77.0",
|
||||
"rollup-plugin-esbuild": "^4.9.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^4.6.4"
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"date-fns": "2.27.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user