-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move react and react-dom to dev dependencies
- Loading branch information
1 parent
40f821a
commit 0077685
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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" | ||
}, | ||
|
@@ -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", | ||
|