Skip to content

Commit

Permalink
core(update): update all dependencies - formkit 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed May 15, 2024
1 parent 58befbd commit 5a16328
Show file tree
Hide file tree
Showing 4 changed files with 2,090 additions and 1,848 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ THX to [antfu / Vitesse Nuxt3](https://github.com/antfu/vitesse-nuxt3) for start
- [TipTap](https://tiptap.dev) - Headless Editor
- [Vitest](https://vitest.dev/) - Blazing Fast Unit Test Framework ([Getting started](https://vitest.dev/guide))
- [nuxt-test-utils](https://github.com/nuxt/test-utils) - Support for e2e and unit testing ([Getting started](https://nuxt.com/docs/getting-started/testing))

## Nuxt Modules

- [PrimeVue-Nuxt](https://primevue.org/nuxt/) PrimeVue Nuxt Module
Expand Down
2 changes: 1 addition & 1 deletion components/ToDo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang='ts'>
const props = defineProps({
defineProps({
text: {
type: String,
default: 'TODO',
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt3-primevue-starter",
"type": "module",
"version": "1.9.1",
"version": "1.9.2",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand All @@ -19,39 +19,39 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.0",
"@formkit/nuxt": "1.6.2",
"@iconify-json/carbon": "^1.1.31",
"@antfu/eslint-config": "2.18.0",
"@formkit/nuxt": "1.6.3",
"@iconify-json/carbon": "^1.1.33",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/prime": "^1.1.11",
"@iconify-json/prime": "^1.1.12",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/content": "2.12.1",
"@nuxt/devtools": "1.2.0",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/devtools": "1.3.1",
"@nuxt/test-utils": "^3.13.0",
"@nuxtjs/i18n": "8.3.1",
"@pinia/nuxt": "^0.5.1",
"@sfxcode/formkit-primevue": "^1.9.12",
"@tiptap/extension-highlight": "^2.3.0",
"@tiptap/extension-text-align": "^2.3.0",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/vue-3": "^2.3.0",
"@unocss/nuxt": "^0.59.4",
"@vitest/ui": "^1.5.2",
"@vue/test-utils": "^2.4.5",
"@sfxcode/formkit-primevue": "^1.11.1",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@unocss/nuxt": "^0.60.2",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^10.9.0",
"c8": "^9.1.0",
"eslint": "^9.1.1",
"happy-dom": "^14.7.1",
"eslint": "^9.2.0",
"happy-dom": "^14.11.0",
"jsdom": "^24.0.0",
"nuxt": "^3.11.2",
"nuxt-primevue": "^0.3.1",
"primevue": "^3.52.0",
"quill": "^2.0.0",
"sass": "^1.75.0",
"quill": "^2.0.2",
"sass": "^1.77.1",
"typescript": "^5.4.5",
"unstorage": "^1.10.2",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 5a16328

Please sign in to comment.