mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
chore(deps): update dev dependencies (#1351)
* chore(deps): update dev dependencies * tweak a workflow file
This commit is contained in:
parent
93b5a43e82
commit
a576b3c968
1
.github/workflows/test-old-typescript.yml
vendored
1
.github/workflows/test-old-typescript.yml
vendored
@ -40,4 +40,5 @@ jobs:
|
||||
- name: Test ${{ matrix.typescript }}
|
||||
run: |
|
||||
yarn add -D typescript@${{ matrix.typescript }}
|
||||
rm -r node_modules/@types/jsdom node_modules/parse5 node_modules/@types/prettier
|
||||
yarn tsc --noEmit
|
||||
|
||||
54
package.json
54
package.json
@ -148,51 +148,51 @@
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.10",
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/plugin-external-helpers": "^7.18.6",
|
||||
"@babel/plugin-transform-react-jsx": "^7.18.10",
|
||||
"@babel/plugin-transform-runtime": "^7.18.10",
|
||||
"@babel/plugin-transform-typescript": "^7.18.12",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.1",
|
||||
"@babel/plugin-transform-typescript": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@redux-devtools/extension": "^3.2.3",
|
||||
"@rollup/plugin-alias": "^3.1.9",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-alias": "^4.0.0",
|
||||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@swc/core": "^1.2.239",
|
||||
"@swc/jest": "^0.2.22",
|
||||
"@testing-library/react": "^13.3.0",
|
||||
"@types/jest": "^28.1.7",
|
||||
"@types/react": "^18.0.17",
|
||||
"@rollup/plugin-typescript": "^8.5.0",
|
||||
"@swc/core": "^1.3.6",
|
||||
"@swc/jest": "^0.2.23",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/jest": "^29.1.2",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/use-sync-external-store": "^0.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
||||
"@typescript-eslint/parser": "^5.33.1",
|
||||
"concurrently": "^7.3.0",
|
||||
"downlevel-dts": "^0.10.0",
|
||||
"esbuild": "^0.15.5",
|
||||
"eslint": "^8.22.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
||||
"@typescript-eslint/parser": "^5.39.0",
|
||||
"concurrently": "^7.4.0",
|
||||
"downlevel-dts": "^0.10.1",
|
||||
"esbuild": "^0.15.10",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.8.3",
|
||||
"eslint-plugin-jest": "^27.1.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-react": "^7.31.8",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"immer": "^9.0.15",
|
||||
"jest": "^28.1.3",
|
||||
"jest-environment-jsdom": "^28.1.3",
|
||||
"jest": "^29.1.2",
|
||||
"jest-environment-jsdom": "^29.1.2",
|
||||
"json": "^11.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"redux": "^5.0.0-alpha.0",
|
||||
"rollup": "^2.78.0",
|
||||
"rollup-plugin-esbuild": "^4.9.3",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-esbuild": "^4.10.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"shx": "^0.3.4",
|
||||
"typescript": "^4.7.4"
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"date-fns": "2.27.0"
|
||||
|
||||
@ -22,11 +22,11 @@ it('creates a store hook and api object', () => {
|
||||
return { value: null }
|
||||
})
|
||||
expect({ params, result }).toMatchInlineSnapshot(`
|
||||
Object {
|
||||
"params": Array [
|
||||
{
|
||||
"params": [
|
||||
[Function],
|
||||
[Function],
|
||||
Object {
|
||||
{
|
||||
"destroy": [Function],
|
||||
"getState": [Function],
|
||||
"setState": [Function],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user