Skip to content

Commit

Permalink
chore: move nuxt-apollo from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Mar 18, 2024
1 parent be94ddf commit 9598eed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
13 changes: 5 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"@directus/sdk": "^15.0.3",
"@nuxt/kit": "^3.10.3",
"defu": "^6.1.4",
"jwt-decode": "^4.0.0"
"jwt-decode": "^4.0.0",
"nuxt-apollo": "^0.2.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
Expand All @@ -46,8 +47,7 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.11.0",
"nuxt-apollo": "^0.2.0"
"nuxt": "^3.11.0"
},
"repository": {
"type": "git",
Expand All @@ -56,4 +56,4 @@
"peerDependencies": {
"@vue/apollo-composable": "^4.0.1"
}
}
}

0 comments on commit 9598eed

Please sign in to comment.