Skip to content

Commit fa9e074

Browse files
committed
fix
1 parent d36821a commit fa9e074

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"private": true,
33
"license": "MIT",
4+
"type": "module",
45
"workspaces": [
56
"packages/**"
67
],
@@ -65,6 +66,7 @@
6566
"@types/react-dom": "18.2.17",
6667
"@typescript-eslint/eslint-plugin": "^6.13.2",
6768
"@typescript-eslint/parser": "^6.13.2",
69+
"@vitest/eslint-plugin": "1.1.25",
6870
"app-root-path": "^3.1.0",
6971
"barrelsby": "^2.8.1",
7072
"concurrently": "^8.2.2",
@@ -86,6 +88,8 @@
8688
"eslint-plugin-testing-library": "^6.2.0",
8789
"eslint-plugin-unicorn": "^49.0.0",
8890
"eslint-plugin-unused-imports": "^3.0.0",
91+
"eslint-plugin-vitest": "0.5.4",
92+
"jsdom": "26.0.0",
8993
"prettier": "^3.1.0",
9094
"react": "^18.2.0",
9195
"react-dom": "^18.2.0",
@@ -95,7 +99,8 @@
9599
"turbo": "^1.11.0",
96100
"turbowatch": "2.29.4",
97101
"typedoc": "^0.25.4",
98-
"typescript": "5.3.3"
102+
"typescript": "5.3.3",
103+
"vitest": "3.0.5"
99104
},
100105
"packageManager": "yarn@4.6.0",
101106
"engines": {

packages/zustand-x/package.json

-6
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,5 @@
5252
],
5353
"publishConfig": {
5454
"access": "public"
55-
},
56-
"devDependencies": {
57-
"@vitest/eslint-plugin": "1.1.25",
58-
"eslint-plugin-vitest": "0.5.4",
59-
"jsdom": "26.0.0",
60-
"vitest": "3.0.5"
6155
}
6256
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8779,6 +8779,7 @@ __metadata:
87798779
"@types/react-dom": "npm:18.2.17"
87808780
"@typescript-eslint/eslint-plugin": "npm:^6.13.2"
87818781
"@typescript-eslint/parser": "npm:^6.13.2"
8782+
"@vitest/eslint-plugin": "npm:1.1.25"
87828783
app-root-path: "npm:^3.1.0"
87838784
barrelsby: "npm:^2.8.1"
87848785
concurrently: "npm:^8.2.2"
@@ -8800,6 +8801,8 @@ __metadata:
88008801
eslint-plugin-testing-library: "npm:^6.2.0"
88018802
eslint-plugin-unicorn: "npm:^49.0.0"
88028803
eslint-plugin-unused-imports: "npm:^3.0.0"
8804+
eslint-plugin-vitest: "npm:0.5.4"
8805+
jsdom: "npm:26.0.0"
88038806
prettier: "npm:^3.1.0"
88048807
react: "npm:^18.2.0"
88058808
react-dom: "npm:^18.2.0"
@@ -8810,6 +8813,7 @@ __metadata:
88108813
turbowatch: "npm:2.29.4"
88118814
typedoc: "npm:^0.25.4"
88128815
typescript: "npm:5.3.3"
8816+
vitest: "npm:3.0.5"
88138817
zustand: "npm:5.0.2"
88148818
languageName: unknown
88158819
linkType: soft
@@ -11034,15 +11038,11 @@ __metadata:
1103411038
version: 0.0.0-use.local
1103511039
resolution: "zustand-x@workspace:packages/zustand-x"
1103611040
dependencies:
11037-
"@vitest/eslint-plugin": "npm:1.1.25"
11038-
eslint-plugin-vitest: "npm:0.5.4"
1103911041
immer: "npm:^10.0.3"
11040-
jsdom: "npm:26.0.0"
1104111042
lodash.mapvalues: "npm:^4.6.0"
1104211043
mutative: "npm:1.1.0"
1104311044
react-tracked: "npm:^1.7.11"
1104411045
use-sync-external-store: "npm:1.4.0"
11045-
vitest: "npm:3.0.5"
1104611046
peerDependencies:
1104711047
zustand: ">=5.0.2"
1104811048
languageName: unknown

0 commit comments

Comments
 (0)