File tree 3 files changed +10
-11
lines changed
3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"license" : " MIT" ,
4
+ "type" : " module" ,
4
5
"workspaces" : [
5
6
" packages/**"
6
7
],
65
66
"@types/react-dom" : " 18.2.17" ,
66
67
"@typescript-eslint/eslint-plugin" : " ^6.13.2" ,
67
68
"@typescript-eslint/parser" : " ^6.13.2" ,
69
+ "@vitest/eslint-plugin" : " 1.1.25" ,
68
70
"app-root-path" : " ^3.1.0" ,
69
71
"barrelsby" : " ^2.8.1" ,
70
72
"concurrently" : " ^8.2.2" ,
86
88
"eslint-plugin-testing-library" : " ^6.2.0" ,
87
89
"eslint-plugin-unicorn" : " ^49.0.0" ,
88
90
"eslint-plugin-unused-imports" : " ^3.0.0" ,
91
+ "eslint-plugin-vitest" : " 0.5.4" ,
92
+ "jsdom" : " 26.0.0" ,
89
93
"prettier" : " ^3.1.0" ,
90
94
"react" : " ^18.2.0" ,
91
95
"react-dom" : " ^18.2.0" ,
95
99
"turbo" : " ^1.11.0" ,
96
100
"turbowatch" : " 2.29.4" ,
97
101
"typedoc" : " ^0.25.4" ,
98
- "typescript" : " 5.3.3"
102
+ "typescript" : " 5.3.3" ,
103
+ "vitest" : " 3.0.5"
99
104
},
100
105
"packageManager" : " yarn@4.6.0" ,
101
106
"engines" : {
Original file line number Diff line number Diff line change 52
52
],
53
53
"publishConfig" : {
54
54
"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"
61
55
}
62
56
}
Original file line number Diff line number Diff line change @@ -8779,6 +8779,7 @@ __metadata:
8779
8779
" @types/react-dom " : " npm:18.2.17"
8780
8780
" @typescript-eslint/eslint-plugin " : " npm:^6.13.2"
8781
8781
" @typescript-eslint/parser " : " npm:^6.13.2"
8782
+ " @vitest/eslint-plugin " : " npm:1.1.25"
8782
8783
app-root-path : " npm:^3.1.0"
8783
8784
barrelsby : " npm:^2.8.1"
8784
8785
concurrently : " npm:^8.2.2"
@@ -8800,6 +8801,8 @@ __metadata:
8800
8801
eslint-plugin-testing-library : " npm:^6.2.0"
8801
8802
eslint-plugin-unicorn : " npm:^49.0.0"
8802
8803
eslint-plugin-unused-imports : " npm:^3.0.0"
8804
+ eslint-plugin-vitest : " npm:0.5.4"
8805
+ jsdom : " npm:26.0.0"
8803
8806
prettier : " npm:^3.1.0"
8804
8807
react : " npm:^18.2.0"
8805
8808
react-dom : " npm:^18.2.0"
@@ -8810,6 +8813,7 @@ __metadata:
8810
8813
turbowatch : " npm:2.29.4"
8811
8814
typedoc : " npm:^0.25.4"
8812
8815
typescript : " npm:5.3.3"
8816
+ vitest : " npm:3.0.5"
8813
8817
zustand : " npm:5.0.2"
8814
8818
languageName : unknown
8815
8819
linkType : soft
@@ -11034,15 +11038,11 @@ __metadata:
11034
11038
version : 0.0.0-use.local
11035
11039
resolution : " zustand-x@workspace:packages/zustand-x"
11036
11040
dependencies :
11037
- " @vitest/eslint-plugin " : " npm:1.1.25"
11038
- eslint-plugin-vitest : " npm:0.5.4"
11039
11041
immer : " npm:^10.0.3"
11040
- jsdom : " npm:26.0.0"
11041
11042
lodash.mapvalues : " npm:^4.6.0"
11042
11043
mutative : " npm:1.1.0"
11043
11044
react-tracked : " npm:^1.7.11"
11044
11045
use-sync-external-store : " npm:1.4.0"
11045
- vitest : " npm:3.0.5"
11046
11046
peerDependencies :
11047
11047
zustand : " >=5.0.2"
11048
11048
languageName : unknown
You can’t perform that action at this time.
0 commit comments