mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
chore: update deps
This commit is contained in:
12
package.json
12
package.json
@@ -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
1950
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user