Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Nov 25, 2024
1 parent f6d61ba commit c7e3e95
Show file tree
Hide file tree
Showing 10 changed files with 4,999 additions and 5,984 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc

This file was deleted.

23 changes: 23 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { createConfigForNuxt } from "@nuxt/eslint-config/flat";

export default createConfigForNuxt({
features: {
tooling: true,
},
// options here
})
.override("nuxt/vue/rules", {
rules: {
"vue/multi-word-component-names": "off",
"vue/require-default-prop": "off",
"vue/no-v-html": "off",
},
ignores: ["dist", "node_modules", ".nuxt"],
})
.override("nuxt/typescript/rules", {
rules: {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-invalid-void-type": "off",
},
});
6,244 changes: 2,781 additions & 3,463 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,22 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.14.1592",
"@types/rellax": "^1.7.7",
"rellax": "^1.12.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^22.5.4",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.14.4",
"@types/node": "^22.9.3",
"changelogen": "^0.5.7",
"eslint": "^9.15.0",
"nuxt": "^3.14.1592",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"vitest": "^2.0.5"
},
"overrides": {
"nitropack": "2.9.6"
"prettier-plugin-tailwindcss": "^0.6.9",
"vitest": "^2.1.5"
}
}
3 changes: 1 addition & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default defineNuxtConfig({
devtools: { enabled: true },
tailwindcss: { exposeConfig: true },
colorMode: { classSuffix: "", preference: "dark", fallback: "dark" },
typescript: { shim: false },

googleFonts: {
display: "swap",
Expand Down Expand Up @@ -105,4 +104,4 @@ export default defineNuxtConfig({
},

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

0 comments on commit c7e3e95

Please sign in to comment.