Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Sep 30, 2024
1 parent 2127c31 commit 8f31139
Show file tree
Hide file tree
Showing 7 changed files with 1,081 additions and 1,087 deletions.
2 changes: 1 addition & 1 deletion docs/app/components/content/Examples/BasicExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
...Array.from({ length: 20 }, (v, k) => [
k + 1,
faker.person.fullName(),
faker.helpers.fromRegExp(/\d{3}-\d{3}-\d{4}/),
faker.helpers.fromRegExp(/[0-9]{3}-[0-9]{3}-[0-9]{4}/),
faker.internet.email()?.toLowerCase(),
]),
],
Expand Down
987 changes: 474 additions & 513 deletions docs/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"dependencies": {
"@aksharahegde/nuxt-glow": "^1.1.2",
"@faker-js/faker": "^9.0.2",
"@faker-js/faker": "^9.0.3",
"@internationalized/date": "^3.5.5",
"@internationalized/number": "^3.5.3",
"@morev/vue-transitions": "^3.0.2",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/icon": "^1.5.1",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.0",
"@nuxtjs/seo": "^2.0.0-rc.21",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@tanstack/vue-table": "^8.20.5",
"@vee-validate/nuxt": "^4.13.2",
"@vite-pwa/nuxt": "^0.10.5",
Expand All @@ -46,20 +46,20 @@
"jszip": "^3.10.1",
"nitropack": "2.9.5",
"nuxt": "^3.13.2",
"nuxt-pdfmake": "^0.0.32",
"nuxt-pdfmake": "^0.0.33",
"radix-vue": "^1.9.6",
"tailwind-variants": "^0.2.1",
"v-wave": "^3.0.2",
"vaul-vue": "^0.2.0",
"vue": "3.5.8",
"vue": "3.5.10",
"vue-currency-input": "^3.1.0",
"vue-sonner": "^1.2.1",
"vue-use-active-scroll": "^1.1.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/lucide": "^1.2.5",
"@iconify-json/lucide": "^1.2.6",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/radix-icons": "^1.2.0",
"@nuxtjs/color-mode": "^3.5.1",
Expand All @@ -72,7 +72,7 @@
"@vueuse/nuxt": "^11.1.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2"
},
Expand Down
Loading

0 comments on commit 8f31139

Please sign in to comment.