mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-29 19:30:34 +01:00
chore: update deps
This commit is contained in:
14
package.json
14
package.json
@@ -2,6 +2,7 @@
|
|||||||
"name": "trpc-nuxt",
|
"name": "trpc-nuxt",
|
||||||
"description": "End-to-end typesafe APIs in Nuxt applications.",
|
"description": "End-to-end typesafe APIs in Nuxt applications.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"packageManager": "pnpm@7.18.2",
|
||||||
"version": "0.4.3",
|
"version": "0.4.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
@@ -37,12 +38,12 @@
|
|||||||
"@trpc/server": "^10.0.0"
|
"@trpc/server": "^10.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"h3": "^1.0.1",
|
"h3": "^1.0.2",
|
||||||
"ohash": "^1.0.0",
|
"ohash": "^1.0.0",
|
||||||
"ufo": "^1.0.0"
|
"ufo": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxtjs/eslint-config-typescript": "^11.0.0",
|
"@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",
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
"@nuxtjs/eslint-config-typescript"
|
"@nuxt/eslint-config"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/no-unused-vars": [
|
"@typescript-eslint/no-unused-vars": [
|
||||||
@@ -69,5 +70,10 @@
|
|||||||
"*.md",
|
"*.md",
|
||||||
"dist",
|
"dist",
|
||||||
".output"
|
".output"
|
||||||
]
|
],
|
||||||
|
"pnpm": {
|
||||||
|
"overrides": {
|
||||||
|
"nuxt": "3.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1406
pnpm-lock.yaml
generated
1406
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user