chore: update deps

This commit is contained in:
wobsoriano
2022-12-19 11:27:15 -08:00
parent 7c8664d37d
commit bb2d1ef8dd
2 changed files with 1164 additions and 798 deletions

View File

@@ -31,7 +31,8 @@
"build": "tsup", "build": "tsup",
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"release": "bumpp && npm publish" "release": "bumpp && npm publish",
"update-deps": "taze -w && pnpm i"
}, },
"peerDependencies": { "peerDependencies": {
"@trpc/client": "^10.0.0", "@trpc/client": "^10.0.0",
@@ -41,17 +42,18 @@
"h3": "^1.0.2", "h3": "^1.0.2",
"ofetch": "^1.0.0", "ofetch": "^1.0.0",
"ohash": "^1.0.0", "ohash": "^1.0.0",
"ufo": "^1.0.0" "ufo": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@nuxt/eslint-config": "^0.1.1", "@nuxt/eslint-config": "^0.1.1",
"@trpc/client": "^10.5.0", "@trpc/client": "^10.5.0",
"@trpc/server": "^10.5.0", "@trpc/server": "^10.5.0",
"bumpp": "^8.2.1", "bumpp": "^8.2.1",
"concurrently": "^7.5.0", "concurrently": "^7.6.0",
"eslint": "^8.25.0", "eslint": "^8.30.0",
"taze": "^0.8.4",
"tsup": "6.4.0", "tsup": "6.4.0",
"typescript": "^4.7.4" "typescript": "^4.9.4"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [

1950
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff