Skip to content

Commit

Permalink
Move react and react-dom to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sandercamp committed Sep 4, 2023
1 parent 40f821a commit 0077685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sandercamp/ui-components",
"author": "Sander Camp",
"license": "MIT",
"version": "0.0.26",
"version": "0.0.27",
"packageManager": "[email protected]",
"main": "./lib/index.js",
"exports": {
Expand All @@ -25,8 +25,6 @@
"@storybook/testing-library": "^0.2.0",
"@szhsin/react-menu": "^4.0.3",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-movable": "^3.0.4",
"storybook": "^7.3.2"
},
Expand All @@ -48,6 +46,8 @@
"@types/rollup-plugin-peer-deps-external": "^2",
"postcss": "^8.4.28",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.28.1",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down

0 comments on commit 0077685

Please sign in to comment.