Skip to content

Commit

Permalink
build: move core packages to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Feb 28, 2024
1 parent 88d7211 commit 4686711
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,19 @@
"conventional-recommended-bump": "^6.0.5",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"object-hash": "^3.0.0",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-frame-component": "5.2.6",
"standard-changelog": "^2.0.21",
"ts-jest": "^29.1.1",
"tsup": "^6.7.0",
"typescript": "^4.5.2"
},
"dependencies": {},
"dependencies": {
"object-hash": "^3.0.0",
"react-frame-component": "5.2.6"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
}
Expand Down

0 comments on commit 4686711

Please sign in to comment.