Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Sep 11, 2024
1 parent c57854c commit 510cbf5
Show file tree
Hide file tree
Showing 3 changed files with 2,712 additions and 4,815 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@
"pre:release": "pnpm lint && release-it --preRelease"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/kit": "^3.13.1",
"defu": "^6.1.4",
"git-url-parse": "^14.0.0",
"nuxt-component-meta": "^0.6.5",
"nuxt-component-meta": "^0.8.1",
"parse-git-config": "^3.0.0",
"pkg-types": "^1.1.1",
"pkg-types": "^1.2.0",
"socket.io-client": "^4.7.5",
"ufo": "^1.5.3",
"ufo": "^1.5.4",
"untyped": "^1.4.2"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/ui-pro": "^1.3.0",
"@types/node": "^20.14.6",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/image": "^1.8.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/ui-pro": "^1.4.2",
"@types/node": "^22.5.4",
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"release-it": "^17.3.0",
"typescript": "^5.4.5"
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"release-it": "^17.6.0",
"typescript": "^5.6.2"
},
"release-it": {
"git": {
Expand Down
4 changes: 4 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ import { defineNuxtConfig } from 'nuxt/config'
export default defineNuxtConfig({
extends: '@nuxt/ui-pro',
modules: ['@nuxt/ui', '@nuxt/content', '../src/module', '@nuxt/image'],

studio: {
enabled: true,
},

hooks: {
// Set all components to global
'components:extend': () => {
Expand All @@ -28,4 +30,6 @@ export default defineNuxtConfig({
)
},
},

compatibilityDate: '2024-09-11',
})
Loading

0 comments on commit 510cbf5

Please sign in to comment.