Skip to content

Commit

Permalink
chore(deps): replace dependency standard-version with commit-and-tag-…
Browse files Browse the repository at this point in the history
…version ^9.5.0 (#326)

* chore(deps): replace dependency standard-version with commit-and-tag-version ^9.5.0

* Update package.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Leonardo Matos <[email protected]>
  • Loading branch information
renovate[bot] and leomp12 authored May 13, 2024
1 parent 21e2ea4 commit 0f88943
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 107 deletions.
189 changes: 84 additions & 105 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"serve": "webpack-dev-server",
"build": "rm -rf ./dist; node ./build/bin.cjs && bash ./build/esm.sh && npx -p typescript tsc",
"doc": "rm -rf ./docs/*; jsdoc ./src -r ./README.md -d ./docs -t ./node_modules/docdash",
"release": "npm ddp && npm run build && npx standard-version --prerelease rc"
"release": "npm ddp && npm run build && npx commit-and-tag-version --prerelease rc"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"husky": "^4.3.8",
"jsdoc": "^4.0.3",
"standard": "^17.1.0",
"standard-version": "^9.3.2",
"commit-and-tag-version": "^9.5.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
Expand Down

0 comments on commit 0f88943

Please sign in to comment.