Skip to content

Commit

Permalink
fix: try fixing problems with plugin loading
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Jul 31, 2024
1 parent d93d42d commit dc219f1
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 749 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"vue3-snackbar": "^2.3.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/eslint-config": "^0.4.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/test-utils": "^3.14.0",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.12.4",
"vitest": "^1.0.0"
"vitest": "^2.0.4"
},
"resolutions": {
"rimraf": "latest"
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export default defineNuxtConfig({
modules: ["./src/module"],

compatibilityDate: "2024-07-26",
});
});
Loading

0 comments on commit dc219f1

Please sign in to comment.