Skip to content

Commit 9e810ff

Browse files
committed
Remove full-icu
1 parent f270cbf commit 9e810ff

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "lerna run build",
66
"watch": "lerna run --parallel watch",
77
"build-demo": "cd examples/demo && cross-env REACT_APP_DATA_PROVIDER=rest yarn -s build",
8-
"test-unit": "cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest",
9-
"test-unit-ci": "cross-env NODE_ENV=test cross-env BABEL_ENV=cjs NODE_ICU_DATA=./node_modules/full-icu jest --runInBand",
8+
"test-unit": "cross-env NODE_ENV=test cross-env BABEL_ENV=cjs jest",
9+
"test-unit-ci": "cross-env NODE_ENV=test cross-env BABEL_ENV=cjs jest --runInBand",
1010
"test-e2e": "yarn run -s build && cross-env NODE_ENV=test && cd cypress && yarn -s test",
1111
"test-e2e-local": "cd cypress && yarn -s start",
1212
"test": "yarn -s test-unit && yarn -s test-e2e",
@@ -62,7 +62,6 @@
6262
"eslint-plugin-react": "^7.13.0",
6363
"eslint-plugin-react-hooks": "^1.6.0",
6464
"express": "~4.16.3",
65-
"full-icu": "~1.3.1",
6665
"husky": "^2.3.0",
6766
"jest": "^24.7.0",
6867
"lerna": "~2.9.1",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -7392,11 +7392,6 @@ fsevents@^1.2.7:
73927392
bindings "^1.5.0"
73937393
nan "^2.12.1"
73947394

7395-
full-icu@~1.3.1:
7396-
version "1.3.1"
7397-
resolved "https://registry.yarnpkg.com/full-icu/-/full-icu-1.3.1.tgz#e67fdf58523f1d1e0d9143b1542fe2024c1c8997"
7398-
integrity sha512-VMtK//85QJomhk3cXOCksNwOYaw1KWnYTS37GYGgyf7A3ajdBoPGhaJuJWAH2S2kq8GZeXkdKn+3Mfmgy11cVw==
7399-
74007395
function-bind@^1.1.1:
74017396
version "1.1.1"
74027397
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"

0 commit comments

Comments
 (0)