update deps

This commit is contained in:
silverwind 2022-10-22 13:06:34 +02:00
parent 3ecb3c914a
commit 6859911316
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443
3 changed files with 425 additions and 698 deletions

@ -33,15 +33,15 @@ update: node_modules build
.PHONY: patch
patch: node_modules test
npx versions -Cc 'make --no-print-directory build' patch
npx versions -c 'make --no-print-directory build' patch package.json package-lock.json
@$(MAKE) --no-print-directory publish
.PHONY: minor
minor: node_modules test
npx versions -Cc 'make --no-print-directory build' minor
npx versions -c 'make --no-print-directory build' minor package.json package-lock.json
@$(MAKE) --no-print-directory publish
.PHONY: major
major: node_modules test
npx versions -Cc 'make --no-print-directory build' major
npx versions -c 'make --no-print-directory build' major package.json package-lock.json
@$(MAKE) --no-print-directory publish

1107
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -26,11 +26,11 @@
"devDependencies": {
"ansi-regex": "6.0.1",
"del": "7.0.0",
"esbuild": "0.15.11",
"eslint": "8.25.0",
"eslint-config-silverwind": "59.0.0",
"esbuild": "0.15.12",
"eslint": "8.26.0",
"eslint-config-silverwind": "59.0.1",
"execa": "6.1.0",
"fetch-enhanced": "10.0.2",
"fetch-enhanced": "10.0.3",
"hosted-git-info": "6.0.0",
"minimist": "1.2.7",
"node-fetch": "3.2.10",
@ -42,7 +42,7 @@
"tempy": "3.0.0",
"text-table": "0.2.0",
"timerel": "5.0.4",
"versions": "9.3.3",
"versions": "10.0.4",
"vitest": "0.24.3"
}
}