Skip to content

Commit 3cd501e

Browse files
committed
update deps
1 parent c1b8c38 commit 3cd501e

File tree

4 files changed

+2041
-2387
lines changed

4 files changed

+2041
-2387
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
shamefully-hoist=true
2+
strict-peer-dependencies=false

package.json

+21-18
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"homepage": "https://apollo.nuxtjs.org",
77
"type": "module",
88
"exports": {
9-
".": "./dist/module.mjs"
9+
".": {
10+
"types": "./dist/types.d.ts",
11+
"import": "./dist/module.mjs"
12+
}
1013
},
1114
"main": "./dist/module.mjs",
1215
"types": "./dist/module.d.ts",
@@ -18,36 +21,36 @@
1821
"prepack": "pnpm build",
1922
"dev": "nuxi dev playground",
2023
"dev:build": "nuxi build playground",
21-
"prepare": "nuxt-module-build --stub && nuxi prepare playground",
24+
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
2225
"release": "standard-version --prerelease alpha && git push --follow-tags && pnpm publish --tag next"
2326
},
2427
"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",
3435
"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",
3738
"ohash": "^1.0.0"
3839
},
3940
"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",
4144
"@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"
4548
},
4649
"publishConfig": {
4750
"access": "public"
4851
},
4952
"resolutions": {
5053
"@nuxtjs/apollo": "link:."
5154
},
52-
"packageManager": "pnpm@7.18.1"
55+
"packageManager": "pnpm@7.29.1"
5356
}

0 commit comments

Comments
 (0)