File tree 1 file changed +13
-4
lines changed 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 120
120
"^.+\\ .tsx?$" : " ts-jest"
121
121
}
122
122
},
123
- "dependencies" : {
124
- "json-joy" : " ^11.0.0" ,
125
- "thingies" : " ^1.11.1"
126
- },
123
+ "dependencies" : {},
127
124
"devDependencies" : {
128
125
"@semantic-release/changelog" : " ^6.0.1" ,
129
126
"@semantic-release/git" : " ^10.0.1" ,
137
134
"husky" : " ^8.0.1" ,
138
135
"isomorphic-git" : " ^1.24.2" ,
139
136
"jest" : " ^29.0.0" ,
137
+ "json-joy" : " ^11.0.0" ,
140
138
"path-browserify" : " ^1.0.1" ,
141
139
"prettier" : " ^2.7.1" ,
142
140
"pretty-quick" : " ^4.0.0" ,
145
143
"rimraf" : " ^5.0.0" ,
146
144
"semantic-release" : " ^19.0.3" ,
147
145
"tar-stream" : " ^3.1.2" ,
146
+ "thingies" : " ^1.11.1" ,
148
147
"ts-jest" : " ^29.1.0" ,
149
148
"ts-loader" : " ^9.4.3" ,
150
149
"ts-node" : " ^10.9.1" ,
158
157
"webpack-dev-server" : " ^4.15.1"
159
158
},
160
159
"peerDependencies" : {
160
+ "json-joy" : " ^11.0.0" ,
161
+ "thingies" : " ^1.11.1" ,
161
162
"tslib" : " 2"
162
163
},
164
+ "peerDependenciesMeta" : {
165
+ "json-joy" : {
166
+ "optional" : true
167
+ },
168
+ "thingies" : {
169
+ "optional" : true
170
+ }
171
+ },
163
172
"engines" : {
164
173
"node" : " >= 4.0.0"
165
174
}
You can’t perform that action at this time.
0 commit comments