mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dev dependencies (#1116)
This commit is contained in:
parent
05a4c15cea
commit
b794308b7e
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-02206099a-20220714
|
||||
- 0.0.0-experimental-02206099a-20220714
|
||||
- 18.3.0-next-992911981-20220718
|
||||
- 0.0.0-experimental-992911981-20220718
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
16
package.json
16
package.json
@ -148,28 +148,28 @@
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/core": "^7.18.9",
|
||||
"@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-runtime": "^7.18.9",
|
||||
"@babel/plugin-transform-typescript": "^7.18.8",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"@redux-devtools/extension": "^3.2.2",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"@swc/core": "^1.2.215",
|
||||
"@swc/jest": "^0.2.21",
|
||||
"@swc/core": "^1.2.218",
|
||||
"@swc/jest": "^0.2.22",
|
||||
"@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.30.6",
|
||||
"@typescript-eslint/parser": "^5.30.6",
|
||||
"concurrently": "^7.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"concurrently": "^7.3.0",
|
||||
"downlevel-dts": "^0.10.0",
|
||||
"esbuild": "^0.14.49",
|
||||
"eslint": "^8.20.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user