Skip to content

Commit

Permalink
fix: move react-formio to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjong committed Jan 17, 2024
1 parent 50bb89c commit fe7c93d
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"storybook": "storybook dev --config-dir config/ --port 6006",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react-formio": "^4.3.0"
},
"dependencies": {
"@gemeente-denhaag/accordion": "workspace:*",
"@gemeente-denhaag/action": "workspace:*",
Expand Down Expand Up @@ -131,6 +128,7 @@
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-formio": "4.3.0",
"react-syntax-highlighter": "15.5.0",
"require-from-string": "2.0.2",
"rimraf": "3.0.2",
Expand Down
Loading

0 comments on commit fe7c93d

Please sign in to comment.