File tree 3 files changed +1
-36
lines changed
3 files changed +1
-36
lines changed Original file line number Diff line number Diff line change 36
36
"test:ssr" : " cross-env STRICT_MODE=1 yarn jest --config jest.ssr.config.js" ,
37
37
"ci-test" : " cross-env STRICT_MODE=1 yarn jest --maxWorkers=2 && cross-env STRICT_MODE=1 yarn test:ssr --runInBand" ,
38
38
"lint" : " concurrently \" yarn check-types\" \" eslint packages\" \" node scripts/lint-packages.js\" \" yarn constraints\" " ,
39
- "jest" : " node scripts/ jest.js " ,
39
+ "jest" : " jest" ,
40
40
"copyrights" : " babel-node --presets @babel/env ./scripts/addHeaders.js" ,
41
41
"build:icons" : " babel-node --presets @babel/env ./scripts/buildIcons.js" ,
42
42
"clean:icons" : " babel-node --presets @babel/env ./scripts/cleanIcons.js" ,
161
161
"fast-glob" : " ^3.1.0" ,
162
162
"framer-motion" : " ^11.3.0-alpha.0" ,
163
163
"fs-extra" : " ^10.0.0" ,
164
- "full-icu" : " ^1.3.0" ,
165
164
"glob" : " ^8.0.3" ,
166
165
"glob-promise" : " ^6.0.5" ,
167
166
"globals" : " ^15.11.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19283,15 +19283,6 @@ __metadata:
19283
19283
languageName: node
19284
19284
linkType: hard
19285
19285
19286
- "full-icu@npm:^1.3.0":
19287
- version: 1.3.0
19288
- resolution: "full-icu@npm:1.3.0"
19289
- bin:
19290
- node-full-icu-path: ./node-icu-data.js
19291
- checksum: 10c0/39f8bea2cae2d35efc35b412fcb68e40ab14933b733f15078a3ecbef4048a33f210f22cd0a8d187cfe736e4b338848ebde9a944972021dd399220655de589d43
19292
- languageName: node
19293
- linkType: hard
19294
-
19295
19286
"function-bind@npm:^1.1.2":
19296
19287
version: 1.1.2
19297
19288
resolution: "function-bind@npm:1.1.2"
@@ -29581,7 +29572,6 @@ __metadata:
29581
29572
fast-glob: "npm:^3.1.0"
29582
29573
framer-motion: "npm:^11.3.0-alpha.0"
29583
29574
fs-extra: "npm:^10.0.0"
29584
- full-icu: "npm:^1.3.0"
29585
29575
glob: "npm:^8.0.3"
29586
29576
glob-promise: "npm:^6.0.5"
29587
29577
globals: "npm:^15.11.0"
You can’t perform that action at this time.
0 commit comments