chore: deps

This commit is contained in:
iCrawl
2022-08-10 20:37:25 +02:00
parent 831d6506cb
commit 4d128acac5
16 changed files with 1278 additions and 970 deletions

View File

@@ -5,6 +5,7 @@ export default createUnbuildConfig({
{ builder: 'rollup', input: 'src/index' },
{ builder: 'rollup', input: 'src/formatTag/index' },
],
preserveModules: false,
minify: true,
emitCJS: false,
});

View File

@@ -39,18 +39,18 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/core": "^1.9.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "^16.11.46",
"@types/node": "^16.11.47",
"c8": "^7.12.0",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"rollup-plugin-typescript2": "0.32.1",
"typescript": "^4.7.4",
"unbuild": "^0.7.6",
"vitest": "^0.19.1"
"unbuild": "^0.8.4",
"vitest": "^0.21.1"
},
"engines": {
"node": ">=16.9.0"

View File

@@ -11,4 +11,4 @@ outputs:
description: 'The semver string that was extracted from this tag'
runs:
using: node16
main: ../../dist/formatTag/index.mjs
main: ../../dist/index.mjs