Skip to content

Commit

Permalink
Merge pull request #1275 from dxc-technology/marcialfps-react18-minors
Browse files Browse the repository at this point in the history
Working with any minor from React 18
  • Loading branch information
marcialfps authored Oct 5, 2022
2 parents 660d852 + 651af36 commit 1b3d457
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 1b3d457

Please sign in to comment.