mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-02-03 13:47:54 +01:00
feat(deps): lock @trpc/server and @trpc/client to version 9
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.3.1",
|
"version": "0.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/module.cjs",
|
|
||||||
"types": "./dist/types.d.ts",
|
|
||||||
"exports": {
|
"exports": {
|
||||||
"./package.json": "./package.json",
|
"./package.json": "./package.json",
|
||||||
".": {
|
".": {
|
||||||
@@ -16,6 +14,8 @@
|
|||||||
"import": "./dist/runtime/api.mjs"
|
"import": "./dist/runtime/api.mjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"main": "./dist/module.cjs",
|
||||||
|
"types": "./dist/types.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"*.d.ts"
|
"*.d.ts"
|
||||||
@@ -30,6 +30,10 @@
|
|||||||
"release": "bumpp --commit --push --tag && npm publish",
|
"release": "bumpp --commit --push --tag && npm publish",
|
||||||
"prepare": "nuxi prepare playground"
|
"prepare": "nuxi prepare playground"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@trpc/client": "<10.0.0",
|
||||||
|
"@trpc/server": "<10.0.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "3.0.0-rc.12",
|
"@nuxt/kit": "3.0.0-rc.12",
|
||||||
"@trpc/client": "^9.27.4",
|
"@trpc/client": "^9.27.4",
|
||||||
|
|||||||
1425
pnpm-lock.yaml
generated
1425
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user