Skip to content

Commit e174cc8

Browse files
authored
chore(deps): update dependencies (#2345)
1 parent a85865b commit e174cc8

File tree

4 files changed

+726
-678
lines changed

4 files changed

+726
-678
lines changed

.github/workflows/test-multiple-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- 18.0.0
3434
- 18.1.0
3535
- 18.2.0
36-
- 18.3.0-canary-feed8f3f9-20240118
37-
- 0.0.0-experimental-feed8f3f9-20240118
36+
- 18.3.0-canary-a9cc32511-20240215
37+
- 0.0.0-experimental-a9cc32511-20240215
3838
devtools-skip:
3939
- CI-MATRIX-NOSKIP
4040
include:

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -205,48 +205,48 @@
205205
"use-sync-external-store": "1.2.0"
206206
},
207207
"devDependencies": {
208-
"@babel/core": "^7.23.7",
208+
"@babel/core": "^7.23.9",
209209
"@babel/plugin-external-helpers": "^7.23.3",
210210
"@babel/plugin-transform-react-jsx": "^7.23.4",
211-
"@babel/plugin-transform-runtime": "^7.23.7",
211+
"@babel/plugin-transform-runtime": "^7.23.9",
212212
"@babel/plugin-transform-typescript": "^7.23.6",
213-
"@babel/preset-env": "^7.23.8",
213+
"@babel/preset-env": "^7.23.9",
214214
"@redux-devtools/extension": "^3.3.0",
215215
"@rollup/plugin-alias": "^5.1.0",
216216
"@rollup/plugin-babel": "^6.0.4",
217217
"@rollup/plugin-node-resolve": "^15.2.3",
218218
"@rollup/plugin-replace": "^5.0.5",
219219
"@rollup/plugin-terser": "^0.4.4",
220220
"@rollup/plugin-typescript": "^11.1.6",
221-
"@testing-library/react": "^14.1.2",
222-
"@types/node": "^20.11.5",
223-
"@types/react": "^18.2.48",
224-
"@types/react-dom": "^18.2.18",
221+
"@testing-library/react": "^14.2.1",
222+
"@types/node": "^20.11.19",
223+
"@types/react": "^18.2.55",
224+
"@types/react-dom": "^18.2.19",
225225
"@types/use-sync-external-store": "^0.0.6",
226-
"@typescript-eslint/eslint-plugin": "^6.19.0",
227-
"@typescript-eslint/parser": "^6.19.0",
226+
"@typescript-eslint/eslint-plugin": "^7.0.1",
227+
"@typescript-eslint/parser": "^7.0.1",
228228
"@vitest/coverage-v8": "0.33.0",
229229
"@vitest/ui": "0.33.0",
230230
"concurrently": "^8.2.2",
231231
"downlevel-dts": "^0.11.0",
232-
"esbuild": "^0.19.11",
232+
"esbuild": "^0.20.0",
233233
"eslint": "^8.56.0",
234234
"eslint-config-prettier": "^9.1.0",
235235
"eslint-import-resolver-alias": "^1.1.2",
236236
"eslint-plugin-import": "^2.29.1",
237237
"eslint-plugin-prettier": "^5.1.3",
238238
"eslint-plugin-react": "^7.33.2",
239239
"eslint-plugin-react-hooks": "^4.6.0",
240-
"eslint-plugin-vitest": "^0.3.20",
240+
"eslint-plugin-vitest": "^0.3.22",
241241
"immer": "^10.0.3",
242-
"jsdom": "^23.2.0",
242+
"jsdom": "^24.0.0",
243243
"json": "^11.0.0",
244-
"prettier": "^3.2.4",
244+
"prettier": "^3.2.5",
245245
"react": "^18.2.0",
246246
"react-dom": "^18.2.0",
247247
"redux": "^5.0.1",
248-
"rollup": "^4.9.5",
249-
"rollup-plugin-esbuild": "^6.1.0",
248+
"rollup": "^4.12.0",
249+
"rollup-plugin-esbuild": "^6.1.1",
250250
"shx": "^0.3.4",
251251
"typescript": "^5.3.3",
252252
"vitest": "0.33.0"

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"baseUrl": ".",
1515
"paths": {
1616
"zustand": ["./src/index.ts"],
17-
"zustand/*": ["./src/*.ts"],
18-
},
17+
"zustand/*": ["./src/*.ts"]
18+
}
1919
},
2020
"include": ["src/**/*", "tests/**/*"],
21-
"exclude": ["node_modules", "dist"],
21+
"exclude": ["node_modules", "dist"]
2222
}

0 commit comments

Comments
 (0)