Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 30, 2024
1 parent 814d899 commit da941e1
Show file tree
Hide file tree
Showing 5 changed files with 1,693 additions and 2,221 deletions.
4 changes: 1 addition & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-07-30',
extends: ['@nuxt/ui-pro'],
modules: [
'@nuxthub/core',
Expand All @@ -15,9 +16,6 @@ export default defineNuxtConfig({
hub: {
blob: true,
},
ui: {
icons: ['ph', 'simple-icons', 'logos'],
},
// Development modules
eslint: {
config: {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"dependencies": {
"@iconify-json/logos": "^1.1.43",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.107",
"@nuxt/eslint": "^0.3.13",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.1",
"@nuxthub/core": "^0.7.0",
"@iconify-json/simple-icons": "^1.1.111",
"@nuxt/eslint": "^0.4.0",
"@nuxt/ui": "^2.18.3",
"@nuxt/ui-pro": "^1.4.0",
"@nuxthub/core": "^0.7.1",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"nuxt": "^3.12.2",
"nuxt-auth-utils": "^0.1.0",
"nuxt": "^3.12.4",
"nuxt-auth-utils": "^0.3.2",
"signature_pad": "^5.0.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"eslint": "^9.5.0",
"vue-tsc": "^2.0.22",
"wrangler": "^3.62.0"
"@nuxt/eslint-config": "^0.4.0",
"eslint": "^9.8.0",
"vue-tsc": "^2.0.29",
"wrangler": "^3.67.1"
}
}
Loading

0 comments on commit da941e1

Please sign in to comment.