Skip to content

Commit

Permalink
Move nuxt to the specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 7, 2023
1 parent 5a3aa03 commit 99314dd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
3 changes: 2 additions & 1 deletion apps/d0rich.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"devDependencies": {
"@nuxt-themes/typography": "^1.0.1",
"@types/dateformat": "^5.0.0",
"@vueuse/core": "^10.1.0"
"@vueuse/core": "^10.1.0",
"nuxt": "3.6"
},
"dependencies": {
"@d0rich/nuxt-content-mermaid": "*",
Expand Down
3 changes: 2 additions & 1 deletion apps/design.d0rich.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@d0rich/nuxt-design-system": "*",
"vue-gtag": "^2.0.1"
"vue-gtag": "^2.0.1",
"nuxt": "3.6"
}
}
21 changes: 14 additions & 7 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vitest": "^0.1.4",
"nuxt": "3.6",
"playwright": "^1.32.1",
"prettier": "^2.8.4",
"turbo": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/d0xigen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dateformat": "^5.0.3",
"gsap": "^3.11.5",
"node-html-to-image": "^3.3.0",
"nuxt": "^3.5.2",
"nuxt": "^3.6",
"png-to-ico": "^2.1.8",
"rehype-external-links": "^2.0.1",
"remark-simple-plantuml": "npm:@akebifiky/remark-simple-plantuml@^1.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/nuxt-content-mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@nuxt/content": "^2.5.2",
"@nuxtjs/color-mode": "^3.2.0",
"@types/dateformat": "^5.0.0",
"@types/mermaid": "^9.2.0"
"@types/mermaid": "^9.2.0",
"nuxt": "3.6"
}
}
3 changes: 2 additions & 1 deletion packages/nuxt-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0"
"@vitejs/plugin-vue": "^4.1.0",
"nuxt": "3.6"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.2.0",
Expand Down

0 comments on commit 99314dd

Please sign in to comment.