Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Klesse committed Aug 26, 2024
1 parent 17bb257 commit 6b8825c
Show file tree
Hide file tree
Showing 9 changed files with 26,607 additions and 15,204 deletions.
12,841 changes: 6,372 additions & 6,469 deletions package-lock.json

Large diffs are not rendered by default.

41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
"require": "./dist/module.cjs",
"types": "./dist/types.d.ts"
}
},
"main": "./dist/module.cjs",
Expand All @@ -34,43 +35,43 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@apollo/client": "3.9.11",
"@babel/core": "7.24.4",
"@apollo/client": "3.11.4",
"@babel/core": "7.25.2",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-codegen/typescript": "4.0.6",
"@nuxt/kit": "3.11.2",
"@nuxtjs/apollo": "5.0.0-alpha.13",
"@pinia/nuxt": "0.5.1",
"@vue/apollo-composable": "4.0.2",
"@graphql-codegen/client-preset": "4.3.3",
"@graphql-codegen/typescript": "4.0.9",
"@nuxt/kit": "3.13.0",
"@nuxtjs/apollo": "5.0.0-alpha.14",
"@pinia/nuxt": "0.5.4",
"@vue/apollo-composable": "4.2.1",
"gql-query-builder": "3.8.0",
"graphql": "16.8.1",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"graphql-tools": "9.0.1",
"jwt-decode": "4.0.0",
"nuxi": "3.11.1",
"vue": "3.4.21"
"nuxi": "3.13.0",
"vue": "3.4.38"
},
"devDependencies": {
"@lenne.tech/eslint-config-vue": "0.0.16",
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.11.2",
"@nuxt/test-utils": "3.12.0",
"@types/node": "20.12.7",
"@nuxt/schema": "3.13.0",
"@nuxt/test-utils": "3.14.1",
"@types/node": "22.5.0",
"eslint": "8.57.0",
"nuxt": "3.11.2",
"prettier": "3.2.5",
"nuxt": "3.13.0",
"prettier": "3.3.3",
"standard-version": "9.5.0",
"typescript": "5.4.5",
"vitest": "1.4.0"
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"overrides": {
"@nuxt/test-utils": {
"jsdom": "23.0.0",
"happy-dom": "13.0.0"
}
},
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@9.9.0",
"build": {
"externals": [
"ofetch",
Expand Down
2 changes: 2 additions & 0 deletions playground/nuxt-app/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default defineNuxtConfig({
compatibilityDate: '2024-08-26',

devServer: {
port: 3001,
},
Expand Down
Loading

0 comments on commit 6b8825c

Please sign in to comment.