Skip to content

Commit

Permalink
chore: move @nuxt/devtools to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Jan 11, 2024
1 parent d9ba3c7 commit f75697e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineNuxtConfig({
"@nuxtjs/i18n",
"@nuxtjs/sitemap",
"@pinia/nuxt",
"@nuxt/devtools",
...(isLocal ? [ "@nuxt/devtools" ] : []),
"nuxt-simple-robots",
],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"postinstall": "node ./scripts/postinstall.mjs && nuxt prepare && npm list @playwright/test && playwright install || echo 'Playwright installation skipped.'"
},
"dependencies": {
"@nuxt/devtools": "^1.0.6",
"@nuxtjs/i18n": "^8.0.0",
"@nuxtjs/sitemap": "^5.0.1",
"@pinia/nuxt": "^0.5.1",
Expand All @@ -45,6 +44,7 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.332.0",
"@nuxt/devtools": "^1.0.6",
"@playwright/test": "^1.14.1",
"concurrently": "^8.0.1",
"eslint": "latest",
Expand Down

0 comments on commit f75697e

Please sign in to comment.