-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from Archetipo95/new-deps
chore: update npm dependencies to latest versions
- Loading branch information
Showing
2 changed files
with
1,084 additions
and
749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,37 +17,36 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@formkit/addons": "1.6.2", | ||
"@formkit/icons": "1.6.2", | ||
"@formkit/nuxt": "1.6.2", | ||
"@formkit/pro": "0.122.15", | ||
"@nuxt/image": "1.5.0", | ||
"@nuxt/fonts": "0.6.1", | ||
"@nuxtjs/i18n": "8.3.0", | ||
"@nuxt/devtools": "1.1.5", | ||
"@nuxtjs/tailwindcss": "6.11.4", | ||
"@storybook/addon-a11y": "8.0.6", | ||
"@storybook/addon-designs": "8.0.0", | ||
"@storybook/addon-essentials": "8.0.6", | ||
"@storybook/addon-interactions": "8.0.6", | ||
"@storybook/addon-links": "8.0.6", | ||
"@storybook/addon-themes": "8.0.6", | ||
"@storybook/test": "8.0.6", | ||
"@formkit/addons": "1.6.5", | ||
"@formkit/icons": "1.6.5", | ||
"@formkit/nuxt": "1.6.5", | ||
"@nuxt/image": "1.7.0", | ||
"@nuxt/fonts": "0.7.0", | ||
"@nuxtjs/i18n": "8.3.1", | ||
"@nuxt/devtools": "1.3.2", | ||
"@nuxtjs/tailwindcss": "6.12.0", | ||
"@storybook/addon-a11y": "8.1.5", | ||
"@storybook/addon-designs": "8.0.2", | ||
"@storybook/addon-essentials": "8.1.5", | ||
"@storybook/addon-interactions": "8.1.5", | ||
"@storybook/addon-links": "8.1.5", | ||
"@storybook/addon-themes": "8.1.5", | ||
"@storybook/test": "8.1.5", | ||
"@storybook/testing-library": "0.2.2", | ||
"@storybook/vue3": "8.0.6", | ||
"@storybook/vue3-vite": "8.0.6", | ||
"@types/node": "20.12.7", | ||
"@vueuse/nuxt": "10.9.0", | ||
"chromatic": "11.3.0", | ||
"@storybook/vue3": "8.1.5", | ||
"@storybook/vue3-vite": "8.1.5", | ||
"@types/node": "20.13.0", | ||
"@vueuse/nuxt": "10.10.0", | ||
"chromatic": "11.5.0", | ||
"nuxt": "3.11.2", | ||
"nuxt-headlessui": "1.2.0", | ||
"nuxt-lodash": "2.5.3", | ||
"sass": "1.74.1", | ||
"storybook": "8.0.6", | ||
"sass": "1.77.4", | ||
"storybook": "8.1.5", | ||
"typescript": "5.4.5", | ||
"unplugin-auto-import": "0.17.5", | ||
"unplugin-icons": "0.18.5", | ||
"unplugin-vue-components": "0.26.0", | ||
"unplugin-auto-import": "0.17.6", | ||
"unplugin-icons": "0.19.0", | ||
"unplugin-vue-components": "0.27.0", | ||
"vite-tsconfig-paths": "4.3.2" | ||
} | ||
} |
Oops, something went wrong.