Skip to content

Commit

Permalink
chore: resolve dependencies for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehwagz committed Dec 30, 2021
1 parent c7d78d7 commit 1d34dfe
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 172 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "vite build && tsc --emitDeclarationOnly && mv dist/lib dist/types",
"test": "c8 uvu -r esbuild-register lib/__tests__",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js"
"release": "node scripts/release.mjs"
},
"repository": {
"type": "git",
Expand All @@ -33,20 +33,19 @@
"author": "Mike Wagz",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.5",
"c8": "^7.10.0",
"chalk": "4.1.1",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"esbuild": "^0.14.9",
"esbuild-register": "^3.3.1",
"execa": "^6.0.0",
"prettier": "^2.5.1",
"semver": "^7.3.5",
"typescript": "^4.5.4",
"uvu": "^0.5.2",
"vite": "^2.7.9",
"watchlist": "^0.3.1"
},
"dependencies": {
"chalk": "^5.0.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"execa": "^6.0.0",
"prettier": "^2.5.1",
"semver": "^7.3.5"
}
}
Loading

0 comments on commit 1d34dfe

Please sign in to comment.