Skip to content

Commit ec8cebb

Browse files
committed
more cleanup, dependency fixes
1 parent fde1f57 commit ec8cebb

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "react-nlp-annotate",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"homepage": "https://universaldatatool.github.io/react-nlp-annotate/",
55
"main": "./dist/lib.js",
66
"dependencies": {
77
"@material-ui/lab": "^4.0.0-alpha.56",
8+
"chroma-js": "^2.0.3",
89
"color-alpha": "^1.0.4",
910
"react-hotkeys": "^2.0.0",
10-
"react-material-workspace-layout": "^0.1.6",
11+
"react-material-workspace-layout": "^0.1.17",
12+
"react-select": "^3.0.8",
1113
"react-use": "^15.3.3",
14+
"spelling": "^2.0.1",
1215
"use-event-callback": "^0.1.0"
1316
},
1417
"scripts": {
@@ -42,7 +45,6 @@
4245
"@storybook/addons": "^5.3.19",
4346
"@storybook/react": "^5.3.19",
4447
"axios": "^0.19.0",
45-
"chroma-js": "^2.0.3",
4648
"downloadjs": "^1.4.7",
4749
"flow-bin": "^0.92.1",
4850
"gh-pages": "^2.0.1",
@@ -53,9 +55,7 @@
5355
"react-dom": "^16.13.1",
5456
"react-monaco-editor": "^0.26.2",
5557
"react-scripts": "2.1.3",
56-
"react-select": "^3.0.8",
5758
"react-syntax-highlighter": "^10.3.0",
58-
"rimraf": "^3.0.2",
59-
"spelling": "^2.0.1"
59+
"rimraf": "^3.0.2"
6060
}
6161
}

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11418,15 +11418,16 @@ react-lifecycles-compat@^3.0.4:
1141811418
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
1141911419
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
1142011420

11421-
react-material-workspace-layout@^0.1.6:
11422-
version "0.1.6"
11423-
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-0.1.6.tgz#38412f8ca2e282ebc169d709cc12137351c8c427"
11424-
integrity sha512-494vMTYgyPfC5MS7opvRcrWvDyYh3cmKP5uWH8LdSF7oDDVGi9WDEqRQK8eFt0GrBSfNk85eHUEnX74B2cjsDg==
11421+
react-material-workspace-layout@^0.1.17:
11422+
version "0.1.17"
11423+
resolved "https://registry.yarnpkg.com/react-material-workspace-layout/-/react-material-workspace-layout-0.1.17.tgz#98a997e7d8671444fafe53caa4298b6643d1b9cb"
11424+
integrity sha512-GY+jFZ14IYKyzIW/KI8/R0Mttb5dTRdYDKdj++YAU/Z3HSQ7kZJ678mv5Nl7X0o081IpMFg5CRiBvvdozUmBtQ==
1142511425
dependencies:
1142611426
"@material-ui/core" "^4.10.0"
1142711427
"@material-ui/icons" "^4.9.1"
1142811428
classnames "^2.2.6"
1142911429
react "^16.13.1"
11430+
react-use-dimensions "^1.2.1"
1143011431
use-event-callback "^0.1.0"
1143111432

1143211433
react-monaco-editor@^0.26.2:
@@ -11583,6 +11584,11 @@ react-universal-interface@^0.6.2:
1158311584
resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b"
1158411585
integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==
1158511586

11587+
react-use-dimensions@^1.2.1:
11588+
version "1.2.1"
11589+
resolved "https://registry.yarnpkg.com/react-use-dimensions/-/react-use-dimensions-1.2.1.tgz#eb1561db7b06c393209d2bffa449931dd93f7870"
11590+
integrity sha512-XL+Rup9Hosxx3Ap9xpyQMbVwuUa4BSqiOjfBb2zDuGs4uv2FesFV+m8Z/huRx2BNptMd9ARPqFuSNA62zhCozg==
11591+
1158611592
react-use@^15.3.3:
1158711593
version "15.3.3"
1158811594
resolved "https://registry.yarnpkg.com/react-use/-/react-use-15.3.3.tgz#f16de7a16286c446388e8bd99680952fc3dc9a95"

0 commit comments

Comments
 (0)