Skip to content

Commit

Permalink
build(app): upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharafluid committed Aug 26, 2024
1 parent 2931e42 commit 9d08dab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
1 change: 1 addition & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default defineAppConfig({
ui: {
primary: "sky",
gray: "neutral",
icons: ["simple-icons", "solar"],
formGroup: {
help: "text-xs mt-1 text-gray-500 dark:text-gray-400",
error: "text-xs mt-1 text-red-500 dark:text-red-400",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export default defineNuxtConfig({
},
},
},
ui: {
icons: ["simple-icons", "solar"],
},
content: {
highlight: {
theme: "slack-dark",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/fonts": "^0.7.0",
"@nuxthq/studio": "^2.0.0",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"@nuxt/fonts": "^0.7.2",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/seo": "^2.0.0-rc.19",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.13.0",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/solar": "^1.1.9",
"@nuxt/content": "^2.12.1",
"@nuxt/ui": "^2.17.0",
"@iconify-json/simple-icons": "^1.1.114",
"@iconify-json/solar": "^1.1.10",
"@nuxt/content": "^2.13.2",
"@nuxt/ui": "^2.18.4",
"@openpanel/web": "^0.0.9-beta"
}
}

0 comments on commit 9d08dab

Please sign in to comment.