Skip to content

Commit

Permalink
fix(deps): bump semantic release and move loader/schema utils to non-…
Browse files Browse the repository at this point in the history
…dev dependencies (#7)

* Update to latest semantic-release

* Remove dev dependencies which get automatically installed by webpack

* Move schema and loader utils to main dependencies

* Update mocha and chai

* Revert "Remove dev dependencies which get automatically installed by webpack"

This reverts commit 799530a.

* Fix extra dev dependencies, switch to sem. rel. supporting Node 10

Co-authored-by: Kevin Montag <[email protected]>
  • Loading branch information
kmontag and kmontag committed Jul 14, 2022
1 parent 698f818 commit f477b7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"author": "Kevin Montag <[email protected]>",
"license": "MIT",
"dependencies": {
"loader-utils": "^1.1.0",
"protobufjs": "^6.8.0",
"schema-utils": "^0.4.2",
"tmp-promise": "^1.0.4"
},
"devDependencies": {
Expand All @@ -24,15 +26,11 @@
"escodegen": "^1.9.0",
"espree": "^3.5.1",
"estraverse": "^4.2.0",
"glob": "^7.1.2",
"inspect-loader": "^1.0.0",
"jsdoc": "^3.5.5",
"loader-utils": "^1.1.0",
"memory-fs": "^0.4.1",
"minimist": "^1.2.0",
"mocha": "^4.0.1",
"schema-utils": "^0.4.2",
"semantic-release": "^8.2.0",
"semantic-release": "^17.0.0",
"semver": "^5.4.1",
"tmp": "0.0.31",
"uglify-js": "^2.8.29",
Expand Down

0 comments on commit f477b7c

Please sign in to comment.