Skip to content

Commit

Permalink
chore(deps): update dependency react to v17.0.2 (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 19, 2021
1 parent 1a8219c commit e0df263
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"react": "^17.0.0",
"react": "^17.0.1",
"react-test-renderer": "^17.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@emotion/styled": "^11.0.0",
"@styled-system/should-forward-prop": "^5.1.0",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-system": "^5.1.0",
"styled-tools": "^1.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@atlantis-lab/icons": "0.5.67",
"@atlantis-lab/utils": "0.7.65",
"@emotion/styled": "^11.0.0",
"react": "^17.0.0",
"react": "^17.0.1",
"react-swipeable": "5.5.1",
"styled-system": "^5.1.5",
"styled-tools": "^1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@emotion/styled": "11.1.5",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-system": "5.1.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"peerDependencies": {
"@atlantis-lab/layout": "0.1.1",
"@emotion/styled": "11.1.5",
"react": "17.0.1"
"react": "17.0.2"
},
"devDependencies": {
"@emotion/styled": "11.1.5",
"@types/jest": "^26.0.20",
"react": "17.0.1",
"react": "17.0.2",
"react-test-renderer": "^17.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hamburger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@emotion/styled": "^11.0.0",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-tools": "^1.7.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@emotion/styled": "^11.0.0",
"react": "^17.0.0"
"react": "^17.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
},
"peerDependencies": {
"prettier": "^1.18.0 || ^2.0.0",
"react": "^17.0.0"
"react": "^17.0.1"
},
"devDependencies": {
"@monstrs/publish-flow": "0.1.3",
"@svgr/core": "5.5.0",
"camelcase": "6.2.0",
"fs-extra-promise": "1.0.1",
"glob-promise": "4.1.0",
"react": "17.0.1",
"react": "17.0.2",
"ts-node": "9.1.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"peerDependencies": {
"@emotion/styled": "^11.0.0",
"@styled-system/should-forward-prop": "^5.1.0",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-system": "^5.1.0",
"styled-tools": "^1.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"peerDependencies": {
"@emotion/styled": "11.1.5",
"react": "17.0.1"
"react": "17.0.2"
},
"devDependencies": {
"@emotion/styled": "11.1.5",
"@types/jest": "^26.0.20",
"react": "17.0.1",
"react": "17.0.2",
"react-test-renderer": "^17.0.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"dependencies": {
"@emotion/styled": "11.1.5",
"next": "^10.0.9",
"react": "17.0.1",
"react": "17.0.2",
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@atlantis-lab/text": "^0.0.23",
"@emotion/styled": "11.1.5",
"@types/jest": "^26.0.20",
"emotion-theming": "11.0.0",
"react": "17.0.1",
"react": "17.0.2",
"react-test-renderer": "^17.0.1",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@emotion/styled": "11.1.5",
"@types/jest": "^26.0.20",
"react": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-tools": "1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/progress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"peerDependencies": {
"@emotion/styled": "11.1.5",
"react": "17.0.1"
"react": "17.0.2"
},
"devDependencies": {
"@emotion/styled": "11.1.5",
"@types/jest": "^26.0.20",
"react": "17.0.1",
"react": "17.0.2",
"react-test-renderer": "^17.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/css": "^11.1.3",
"@emotion/styled": "^11.1.5",
"rc-select": "9.2.3",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/slideshow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@atlantis-lab/layout": "0.3.65",
"@atlantis-lab/utils": "0.7.65",
"@emotion/styled": "^11.0.0",
"react": "^17.0.0",
"react": "^17.0.1",
"react-swipeable": "5.5.1",
"styled-system": "5.1.5",
"styled-tools": "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@types/jest": "^26.0.20",
"react": "17.0.1",
"react": "17.0.2",
"react-test-renderer": "^17.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@storybook/react": "^6.1.15",
"babel-loader": "^8.2.2",
"emotion-theming": "11.0.0",
"react": "^17.0.0"
"react": "^17.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@emotion/styled": "^11.0.0",
"@types/styled-system": "5.1.10",
"react": "^17.0.0",
"react": "^17.0.1",
"styled-system": "5.1.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"react": "17.0.1",
"react": "17.0.2",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postpack": "pubflow restore"
},
"dependencies": {
"react": "^17.0.0"
"react": "^17.0.1"
},
"devDependencies": {
"@monstrs/publish-flow": "0.1.3"
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16741,6 +16741,14 @@ [email protected], react@^17.0.0:
loose-envify "^1.1.0"
object-assign "^4.1.1"

[email protected], react@^17.0.1:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

react@^16.9.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
Expand Down

0 comments on commit e0df263

Please sign in to comment.