mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
remove local pnpm
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"name": "trpc-nuxt",
|
||||
"type": "module",
|
||||
"version": "0.4.0-beta.14",
|
||||
"packageManager": "pnpm@7.14.1",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
@@ -29,7 +28,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "concurrently \"pnpm build --watch\" \"pnpm --filter playground dev\"",
|
||||
"prepublishOnly": "nr build",
|
||||
"prepublishOnly": "pnpm build",
|
||||
"build": "tsup",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
@@ -55,7 +54,6 @@
|
||||
"concurrently": "^7.5.0",
|
||||
"eslint": "^8.25.0",
|
||||
"nuxt": "3.0.0-rc.12",
|
||||
"pnpm": "^7.14.1",
|
||||
"tsup": "6.3.0",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -11,11 +11,10 @@ importers:
|
||||
bumpp: ^8.2.1
|
||||
concurrently: ^7.5.0
|
||||
eslint: ^8.25.0
|
||||
h3: ^0.8.5
|
||||
h3: ^0.8.6
|
||||
nanoid: ^4.0.0
|
||||
nuxt: 3.0.0-rc.12
|
||||
ohash: ^0.1.5
|
||||
pnpm: ^7.14.1
|
||||
tsup: 6.3.0
|
||||
typescript: ^4.7.4
|
||||
ufo: ^0.8.6
|
||||
@@ -33,7 +32,6 @@ importers:
|
||||
concurrently: 7.5.0
|
||||
eslint: 8.26.0
|
||||
nuxt: 3.0.0-rc.12_wyqvi574yv7oiwfeinomdzmc3m
|
||||
pnpm: 7.14.1
|
||||
tsup: 6.3.0_typescript@4.8.4
|
||||
typescript: 4.8.4
|
||||
|
||||
@@ -7402,12 +7400,6 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/7.14.1:
|
||||
resolution: {integrity: sha512-jxnp3SGzTZcSITKfaTfRrkOJYSeHwlU/rF+K9ofaIeHUYF3zR3Qcy5vl8mm07ECMfWhNjOy2phs2o3Zb41pHAg==}
|
||||
engines: {node: '>=14.6'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/portfinder/1.0.32:
|
||||
resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
|
||||
engines: {node: '>= 0.12.0'}
|
||||
|
||||
Reference in New Issue
Block a user