Skip to content

Commit 1651867

Browse files
authored
chore: remove full-icu (#7933)
1 parent e00dc83 commit 1651867

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:ssr": "cross-env STRICT_MODE=1 yarn jest --config jest.ssr.config.js",
3737
"ci-test": "cross-env STRICT_MODE=1 yarn jest --maxWorkers=2 && cross-env STRICT_MODE=1 yarn test:ssr --runInBand",
3838
"lint": "concurrently \"yarn check-types\" \"eslint packages\" \"node scripts/lint-packages.js\" \"yarn constraints\"",
39-
"jest": "node scripts/jest.js",
39+
"jest": "jest",
4040
"copyrights": "babel-node --presets @babel/env ./scripts/addHeaders.js",
4141
"build:icons": "babel-node --presets @babel/env ./scripts/buildIcons.js",
4242
"clean:icons": "babel-node --presets @babel/env ./scripts/cleanIcons.js",
@@ -161,7 +161,6 @@
161161
"fast-glob": "^3.1.0",
162162
"framer-motion": "^11.3.0-alpha.0",
163163
"fs-extra": "^10.0.0",
164-
"full-icu": "^1.3.0",
165164
"glob": "^8.0.3",
166165
"glob-promise": "^6.0.5",
167166
"globals": "^15.11.0",

scripts/jest.js

-24
This file was deleted.

yarn.lock

-10
Original file line numberDiff line numberDiff line change
@@ -19283,15 +19283,6 @@ __metadata:
1928319283
languageName: node
1928419284
linkType: hard
1928519285

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-
1929519286
"function-bind@npm:^1.1.2":
1929619287
version: 1.1.2
1929719288
resolution: "function-bind@npm:1.1.2"
@@ -29581,7 +29572,6 @@ __metadata:
2958129572
fast-glob: "npm:^3.1.0"
2958229573
framer-motion: "npm:^11.3.0-alpha.0"
2958329574
fs-extra: "npm:^10.0.0"
29584-
full-icu: "npm:^1.3.0"
2958529575
glob: "npm:^8.0.3"
2958629576
glob-promise: "npm:^6.0.5"
2958729577
globals: "npm:^15.11.0"

0 commit comments

Comments
 (0)