Skip to content

Commit

Permalink
fix react dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Oct 30, 2023
1 parent c2ccd89 commit 127e19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/search-metadata-previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^2.7.1",
"styled-components": "^5.3.6",
"yoastseo": "^1.91.2"
Expand All @@ -40,9 +42,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"browserslist": "^4.7.3",
"jest-styled-components": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"jest-styled-components": "^7.0.3"
},
"peerDependencies": {},
"jest": {
Expand Down

0 comments on commit 127e19a

Please sign in to comment.