|
6 | 6 | "homepage": "https://apollo.nuxtjs.org",
|
7 | 7 | "type": "module",
|
8 | 8 | "exports": {
|
9 |
| - ".": "./dist/module.mjs" |
| 9 | + ".": { |
| 10 | + "types": "./dist/types.d.ts", |
| 11 | + "import": "./dist/module.mjs" |
| 12 | + } |
10 | 13 | },
|
11 | 14 | "main": "./dist/module.mjs",
|
12 | 15 | "types": "./dist/module.d.ts",
|
|
18 | 21 | "prepack": "pnpm build",
|
19 | 22 | "dev": "nuxi dev playground",
|
20 | 23 | "dev:build": "nuxi build playground",
|
21 |
| - "prepare": "nuxt-module-build --stub && nuxi prepare playground", |
| 24 | + "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", |
22 | 25 | "release": "standard-version --prerelease alpha && git push --follow-tags && pnpm publish --tag next"
|
23 | 26 | },
|
24 | 27 | "dependencies": {
|
25 |
| - "@apollo/client": "^3.7.1", |
26 |
| - "@nuxt/kit": "^3.0.0", |
27 |
| - "@nuxt/module-builder": "^0.2.1", |
28 |
| - "@rollup/plugin-graphql": "^2.0.2", |
29 |
| - "@vue/apollo-composable": "4.0.0-beta.1", |
30 |
| - "cookie-es": "^0.5.0", |
31 |
| - "defu": "^6.1.1", |
32 |
| - "destr": "^1.2.1", |
33 |
| - "graphql": "^16.5.0", |
| 28 | + "@apollo/client": "^3.7.10", |
| 29 | + "@nuxt/kit": "^3.3.1", |
| 30 | + "@rollup/plugin-graphql": "^2.0.3", |
| 31 | + "@vue/apollo-composable": "4.0.0-beta.4", |
| 32 | + "defu": "^6.1.2", |
| 33 | + "destr": "^1.2.2", |
| 34 | + "graphql": "^16.6.0", |
34 | 35 | "graphql-tag": "^2.12.6",
|
35 |
| - "graphql-ws": "^5.11.2", |
36 |
| - "jiti": "^1.15.0", |
| 36 | + "graphql-ws": "^5.12.0", |
| 37 | + "jiti": "^1.18.2", |
37 | 38 | "ohash": "^1.0.0"
|
38 | 39 | },
|
39 | 40 | "devDependencies": {
|
40 |
| - "@nuxt/ui": "^0.3.3", |
| 41 | + "@nuxt/module-builder": "^0.2.1", |
| 42 | + "@nuxt/schema": "^3.3.1", |
| 43 | + "@nuxt/ui": "^0.4.1", |
41 | 44 | "@nuxtjs/eslint-config-typescript": "^12.0.0",
|
42 |
| - "eslint": "^8.28.0", |
43 |
| - "nuxt": "^3.0.0", |
44 |
| - "standard-version": "latest" |
| 45 | + "@types/node": "^18.15.3", |
| 46 | + "eslint": "^8.36.0", |
| 47 | + "nuxt": "^3.3.1" |
45 | 48 | },
|
46 | 49 | "publishConfig": {
|
47 | 50 | "access": "public"
|
48 | 51 | },
|
49 | 52 | "resolutions": {
|
50 | 53 | "@nuxtjs/apollo": "link:."
|
51 | 54 | },
|
52 |
| - "packageManager": "pnpm@7.18.1" |
| 55 | + "packageManager": "pnpm@7.29.1" |
53 | 56 | }
|
0 commit comments