Skip to content

Commit

Permalink
Change peer-dependency to any minor version from React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcialfps committed Sep 19, 2022
1 parent f5f4bac commit 651af36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"main": "./main.js",
"types": "./main.d.ts",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x",
"react-dom": "^18.x",
"styled-components": "^5.0.1"
},
"dependencies": {
Expand Down Expand Up @@ -73,8 +73,8 @@
"eslint-plugin-storybook": "^0.5.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x",
"react-dom": "^18.x",
"react-test-renderer": "^16.8.6",
"storybook-addon-pseudo-states": "^1.0.0",
"styled-components": "^5.0.1",
Expand Down

0 comments on commit 651af36

Please sign in to comment.