Skip to content

Commit

Permalink
Merge pull request #23 from React95/chore/dps
Browse files Browse the repository at this point in the history
chore: update and set @react95/core and @react95/icons as `peerDependency`
  • Loading branch information
ggdaltoso authored Jan 12, 2024
2 parents 0a42c9a + 46f88c4 commit c43ac1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"@gatsbyjs/reach-router": "2.0.1",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@react95/core": "^6.0.6",
"@react95/icons": "^2.0.6",
"@xstyled/styled-components": "^3.8.0",
"babel-plugin-styled-components": "^2.1.1",
"cross-env": "^7.0.3",
Expand All @@ -46,7 +44,9 @@
},
"peerDependencies": {
"gatsby": "^5.0.0",
"styled-components": "^5.3.3"
"styled-components": "^5.3.3",
"@react95/core": "^7.0.1",
"@react95/icons": "^2.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c43ac1e

Please sign in to comment.