Skip to content

Commit

Permalink
refactor: Move some dependencies to dev-dependencies (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl authored Jun 11, 2024
1 parent 8854aa8 commit b8f28fb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
39 changes: 21 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,15 @@
"prop-types": "15.8.1",
"qrcode": "1.5.1",
"react": "16.14.0",
"react-ace": "10.1.0",
"react-ace": "11.0.1",
"react-dnd": "10.0.2",
"react-dnd-html5-backend": "10.0.2",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
"react-json-view": "1.21.3",
"react-popper-tooltip": "4.4.2",
"react-router-dom": "6.4.1",
"regenerator-runtime": "0.13.11",
"semver": "7.5.2",
"typescript": "4.8.3"
"regenerator-runtime": "0.13.11"
},
"devDependencies": {
"@actions/core": "1.9.1",
Expand Down Expand Up @@ -110,8 +108,10 @@
"sass": "1.58.1",
"sass-loader": "13.2.0",
"semantic-release": "17.4.6",
"semver": "7.5.2",
"style-loader": "3.3.1",
"svg-prep": "1.0.4",
"typescript": "4.8.3",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"yaml": "1.10.0"
Expand Down

0 comments on commit b8f28fb

Please sign in to comment.