update local pnpm to 7.1.1

This commit is contained in:
Robert Soriano
2022-05-19 09:26:22 -07:00
parent 899369a0a6
commit a48ee2551e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "trpc-nuxt",
"type": "module",
"version": "0.1.1",
"packageManager": "pnpm@7.1.0",
"packageManager": "pnpm@7.1.1",
"license": "MIT",
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
@@ -49,7 +49,7 @@
"eslint": "^8.14.0",
"nuxt": "^3.0.0-rc.3",
"ohash": "^0.1.0",
"pnpm": "^7.1.0",
"pnpm": "^7.1.1",
"superjson": "^1.9.1",
"trpc-nuxt": "workspace:*",
"zod": "^3.16.0"

2
pnpm-lock.yaml generated
View File

@@ -19,7 +19,7 @@ importers:
nuxt: ^3.0.0-rc.3
ohash: ^0.1.0
pathe: ^0.3.0
pnpm: ^7.1.0
pnpm: ^7.1.1
superjson: ^1.9.1
trpc-nuxt: workspace:*
ufo: ^0.8.4