Skip to content

Commit

Permalink
Merge pull request #36 from deetz99/update-deps
Browse files Browse the repository at this point in the history
Core Layer - Update deps
  • Loading branch information
deetz99 authored Jan 3, 2025
2 parents 04773cf + 320dfcd commit 63f1798
Show file tree
Hide file tree
Showing 6 changed files with 3,117 additions and 13,592 deletions.
2 changes: 1 addition & 1 deletion nuxt/layers/core/.playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const playgroundDir = resolve(__dirname)
const currentDir = resolve(playgroundDir, '..')
export default defineNuxtConfig({
extends: ['..'],
modules: ['@nuxtjs/eslint-module', '@nuxt/test-utils/module', "@nuxt/image"],
modules: ['@nuxt/test-utils/module', "@nuxt/image"],
compatibilityDate: "2024-07-16",
future: {
compatibilityVersion: 4
Expand Down
13 changes: 11 additions & 2 deletions nuxt/layers/core/.playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"@nuxt/image": "^1.7.0",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@testing-library/vue": "^8.1.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "1.6.0",
Expand All @@ -15,7 +14,17 @@
"ora": "^8.0.1",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"vue": "latest",
"vue": "^3.5.0",
"vue-router": "^4.4.0"
},
"overrides": {
"nuxt": {
"vue": "^3.5.0"
}
},
"pnpm": {
"overrides": {
"vite": "5.4.11"
}
}
}
Loading

0 comments on commit 63f1798

Please sign in to comment.