Skip to content

Commit

Permalink
Hoist more react-related deps to root (#22438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 authored Apr 13, 2022
1 parent aa24cdf commit b48c03c
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Hoist react-is devDependencies to the repo root",
"packageName": "@fluentui/react-conformance",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Hoist react-is devDependencies to the repo root",
"packageName": "@fluentui/react-context-selector",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Hoist react-is devDependencies to the repo root",
"packageName": "@fluentui/react-docsite-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Hoist react-is devDependencies to the repo root",
"packageName": "@fluentui/react-icons-mdl2",
"email": "[email protected]",
"dependentChangeType": "none"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"@types/prettier": "2.2.3",
"@types/react": "16.14.23",
"@types/react-dom": "16.9.14",
"@types/react-is": "16.7.1",
"@types/react-test-renderer": "16.9.5",
"@types/scheduler": "0.16.2",
"@types/semver": "^5.5.0",
Expand Down Expand Up @@ -220,6 +221,7 @@
"react": "16.14.0",
"react-app-polyfill": "2.0.0",
"react-dom": "16.14.0",
"react-is": "16.12.0",
"react-test-renderer": "16.14.0",
"sass": "1.49.11",
"sass-loader": "12.4.0",
Expand Down Expand Up @@ -337,6 +339,7 @@
"loader-utils",
"pretty-bytes",
"schema-utils",
"react-is",
"react-test-renderer",
"tslib",
"terser",
Expand Down
1 change: 0 additions & 1 deletion packages/fluentui/react-component-ref/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@types/react-is": "^16.7.1",
"lerna-alias": "^3.0.3-0"
},
"files": [
Expand Down
4 changes: 1 addition & 3 deletions packages/fluentui/react-icons-northstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@types/classnames": "^2.2.9",
"@types/react-is": "^16.7.1",
"lerna-alias": "^3.0.3-0",
"react-is": "^16.6.3"
"lerna-alias": "^3.0.3-0"
},
"files": [
"dist"
Expand Down
1 change: 0 additions & 1 deletion packages/fluentui/react-northstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@types/classnames": "^2.2.9",
"@types/faker": "^4.1.3",
"@types/gulp": "^4.0.6",
"@types/react-is": "^16.7.1",
"@types/simulant": "^0.2.0",
"csstype": "^3.0.2",
"faker": "^4.1.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@types/react-is": "^16.7.1"
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"lodash": "^4.17.15",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-context-selector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"react-is": "^16.6.3"
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@fluentui/react-utilities": "9.0.0-rc.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-docsite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@types/color-check": "0.0.0",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-dom": "16.9.14"
"@types/react-custom-scrollbars": "^4.0.5"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <18.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/react-icons-mdl2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@types/react-is": "^16.7.1",
"@fluentui/scripts": "^1.0.0",
"react-is": "^16.6.3"
"@fluentui/scripts": "^1.0.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5520,7 +5520,7 @@
dependencies:
"@types/react" "*"

"@types/react-is@^16.7.1":
"@types/[email protected]":
version "16.7.1"
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-16.7.1.tgz#d3f1c68c358c00ce116b55ef5410cf486dd08539"
integrity sha512-dMLFD2cCsxtDgMkTydQCM0PxDq8vwc6uN5M/jRktDfYvH3nQj6pjC9OrCXS2lKlYoYTNJorI/dI8x9dpLshexQ==
Expand Down Expand Up @@ -21647,16 +21647,16 @@ react-inspector@^5.1.0:
is-dom "^1.0.0"
prop-types "^15.0.0"

[email protected], react-is@^16.12.0, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

[email protected], react-is@^17.0.1, react-is@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-is@^16.12.0, react-is@^16.6.0, react-is@^16.6.3, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6, react-is@^16.9.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c"
integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q==

react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
Expand Down

0 comments on commit b48c03c

Please sign in to comment.