Skip to content

Commit b73725c

Browse files
committed
fix yarn complaints
1 parent f603450 commit b73725c

File tree

6 files changed

+36
-29
lines changed

6 files changed

+36
-29
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"copy-webpack-plugin": "^4.6.0",
4040
"create-file-webpack": "^1.0.2",
4141
"cross-env": "^5.2.0",
42+
"graphql": "^14.0.2",
43+
"graphql-tag": "^2.10.0",
4244
"html-webpack-plugin": "^3.2.0",
4345
"jest": "^23.6.0",
4446
"lerna": "^3.4.3",

packages/app/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@
1818
"graphql": "^14.0.2",
1919
"graphql-anywhere": "^4.1.24",
2020
"graphql-tag": "^2.10.0",
21-
"react": "^16.7.0"
21+
"prop-types": "^15.6.2",
22+
"react": "^16.7.0",
23+
"react-intl": "^2.7.2"
2224
},
2325
"devDependencies": {
2426
"@types/graphql": "^14.0.4",
2527
"@types/react": "^16.7.18",
28+
"@types/react-intl": "^2.3.14",
2629
"graphql-code-generator": "^0.15.2",
2730
"graphql-codegen-typescript-client": "^0.15.2",
2831
"graphql-codegen-typescript-common": "^0.15.2"

packages/app_electron/package.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,25 @@
1313
"storybook:electron": "wait-on http://localhost:6006 && electron dist --url http://localhost:6006/"
1414
},
1515
"dependencies": {
16-
"@ag/testlib": "^0.0.0"
16+
"@ag/app": "^0.0.0",
17+
"@ag/testlib": "^0.0.0",
18+
"react": "^16.7.0",
19+
"react-dom": "^16.7.0"
1720
},
1821
"devDependencies": {
22+
"@storybook/addon-actions": "^4.1.4",
23+
"@storybook/addon-links": "^4.1.4",
24+
"@storybook/addons": "^4.1.4",
25+
"@storybook/react": "^4.1.4",
1926
"@types/electron-is-dev": "^0.3.0",
2027
"@types/electron-window-state": "^2.0.33",
28+
"@types/react": "^16.7.18",
29+
"@types/react-dom": "^16.0.11",
2130
"commander": "^2.19.0",
2231
"devtron": "^1.4.0",
2332
"electron": "^4.0.0",
2433
"electron-is-dev": "^1.0.1",
2534
"electron-react-devtools": "^0.5.3",
26-
"electron-window-state": "^5.0.3",
27-
"@storybook/react": "^4.1.4",
28-
"@storybook/addon-actions": "^4.1.4",
29-
"@storybook/addon-links": "^4.1.4",
30-
"@storybook/addons": "^4.1.4"
35+
"electron-window-state": "^5.0.3"
3136
}
3237
}

packages/app_rn/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
"@types/react": "^16.7.18",
2424
"@types/react-native": "^0.57.25",
2525
"babel-jest": "23.6.0",
26+
"babel-runtime": "^7.0.0-beta.3",
2627
"haul": "^1.0.0-rc.10",
2728
"jest": "23.6.0",
2829
"metro-react-native-babel-preset": "^0.45.0",
30+
"react-dom": "^16.7.0",
2931
"react-test-renderer": "16.6.3"
3032
}
3133
}

packages/state/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"graphql": "^14.0.2",
1616
"graphql-anywhere": "^4.1.24",
1717
"graphql-tag": "^2.10.0",
18-
"react-redux": "^6.0.0",
1918
"redux": "^4.0.1",
2019
"redux-devtools-extension": "^2.13.7",
2120
"redux-observable": "^1.0.0",

yarn.lock

+17-21
Original file line numberDiff line numberDiff line change
@@ -2414,6 +2414,13 @@
24142414
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
24152415
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
24162416

2417+
"@types/react-dom@^16.0.11":
2418+
version "16.0.11"
2419+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.11.tgz#bd10ccb0d9260343f4b9a49d4f7a8330a5c1f081"
2420+
integrity sha512-x6zUx9/42B5Kl2Vl9HlopV8JF64wLpX3c+Pst9kc1HgzrsH+mkehe/zmHMQTplIrR48H2gpU7ZqurQolYu8XBA==
2421+
dependencies:
2422+
"@types/react" "*"
2423+
24172424
"@types/react-intl@^2.3.14":
24182425
version "2.3.14"
24192426
resolved "https://registry.yarnpkg.com/@types/react-intl/-/react-intl-2.3.14.tgz#dbb973c20908a8e7468974a329df35c256cb459d"
@@ -4202,6 +4209,14 @@ [email protected], babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime
42024209
core-js "^2.4.0"
42034210
regenerator-runtime "^0.11.0"
42044211

4212+
babel-runtime@^7.0.0-beta.3:
4213+
version "7.0.0-beta.3"
4214+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-7.0.0-beta.3.tgz#7c750de5514452c27612172506b49085a4a630f2"
4215+
integrity sha512-jlzZ8RACjt0QGxq+wqsw5bCQE9RcUyWpw987mDY3GYxTpOQT2xoyNoG++oVCHzr/nACLBIprfVBNvv/If1ZYcg==
4216+
dependencies:
4217+
core-js "^2.4.0"
4218+
regenerator-runtime "^0.11.0"
4219+
42054220
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0:
42064221
version "6.26.0"
42074222
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
@@ -7995,13 +8010,6 @@ hoist-non-react-statics@^2.2.1, hoist-non-react-statics@^2.5.0, hoist-non-react-
79958010
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
79968011
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
79978012

7998-
hoist-non-react-statics@^3.2.1:
7999-
version "3.2.1"
8000-
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.2.1.tgz#c09c0555c84b38a7ede6912b61efddafd6e75e1e"
8001-
integrity sha512-TFsu3TV3YLY+zFTZDrN8L2DTFanObwmBLpWvJs1qfUuEQ5bTAdFcwfx2T/bsCXfM9QHSLvjfP+nihEl0yvozxw==
8002-
dependencies:
8003-
react-is "^16.3.2"
8004-
80058013
home-or-tmp@^2.0.0:
80068014
version "2.0.0"
80078015
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -12452,7 +12460,7 @@ react-docgen@^3.0.0-rc.1:
1245212460
node-dir "^0.1.10"
1245312461
recast "^0.16.0"
1245412462

12455-
react-dom@^16.6.3:
12463+
react-dom@^16.6.3, react-dom@^16.7.0:
1245612464
version "16.7.0"
1245712465
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8"
1245812466
integrity sha512-D0Ufv1ExCAmF38P2Uh1lwpminZFRXEINJe53zRAbm4KPwSyd6DY/uDoS0Blj9jvPpn1+wivKpZYc8aAAN/nAkg==
@@ -12512,7 +12520,7 @@ react-intl@^2.7.2:
1251212520
intl-relativeformat "^2.1.0"
1251312521
invariant "^2.1.1"
1251412522

12515-
react-is@^16.3.2, react-is@^16.6.3:
12523+
react-is@^16.6.3:
1251612524
version "16.7.0"
1251712525
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.7.0.tgz#c1bd21c64f1f1364c6f70695ec02d69392f41bfa"
1251812526
integrity sha512-Z0VRQdF4NPDoI0tsXVMLkJLiwEBa+RP66g0xDHxgxysxSoCUccSten4RTF/UFvZF1dZvZ9Zu1sx+MDXwcOR34g==
@@ -12613,18 +12621,6 @@ [email protected]:
1261312621
object-assign "^4.1.1"
1261412622
prop-types "^15.6.0"
1261512623

12616-
react-redux@^6.0.0:
12617-
version "6.0.0"
12618-
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.0.tgz#09e86eeed5febb98e9442458ad2970c8f1a173ef"
12619-
integrity sha512-EmbC3uLl60pw2VqSSkj6HpZ6jTk12RMrwXMBdYtM6niq0MdEaRq9KYCwpJflkOZj349BLGQm1MI/JO1W96kLWQ==
12620-
dependencies:
12621-
"@babel/runtime" "^7.2.0"
12622-
hoist-non-react-statics "^3.2.1"
12623-
invariant "^2.2.4"
12624-
loose-envify "^1.4.0"
12625-
prop-types "^15.6.2"
12626-
react-is "^16.6.3"
12627-
1262812624
react-split-pane@^0.1.84:
1262912625
version "0.1.85"
1263012626
resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.85.tgz#64819946a99b617ffa2d20f6f45a0056b6ee4faa"

0 commit comments

Comments
 (0)