Skip to content

Commit

Permalink
chore: bump deps and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 29, 2025
1 parent fc46023 commit cbb24ac
Show file tree
Hide file tree
Showing 6 changed files with 1,626 additions and 1,275 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export default defineNuxtConfig({

ui: {
theme: {
colors: ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error']
}
colors: ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error'],
},
},

sitemap: {
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "nuxt-seo-docs",
"type": "module",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "nuxi dev",
"build": "npm -C ../ run build && nuxi build",
Expand All @@ -9,10 +13,6 @@
"lint:docs:fix": "markdownlint ./content --fix && case-police 'content/**/*.md' *.md --fix",
"twoslash:verify": "nuxt-content-twoslash verify --content-dir content"
},
"engines": {
"node": ">=22.0.0"
},
"type": "module",
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/heroicons": "^1.2.2",
Expand All @@ -39,6 +39,7 @@
"@vueuse/core": "^12.4.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^12.4.0",
"better-sqlite3": "^11.8.1",
"case-police": "^0.7.2",
"clsx": "^2.1.1",
"consola": "^3.4.0",
Expand All @@ -56,7 +57,6 @@
"tailwind-merge": "^2.6.0",
"tailwindcss": "4.0.0-beta.9",
"tailwindcss-animate": "^1.0.7",
"wrangler": "^3.103.2",
"better-sqlite3": "^11.8.1"
"wrangler": "^3.103.2"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,40 +59,40 @@
"typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict"
},
"dependencies": {
"@nuxt/kit": "^3.15.2",
"@nuxt/kit": "^3.15.3",
"@nuxtjs/robots": "^5.2.2",
"@nuxtjs/sitemap": "^7.2.2",
"@nuxtjs/sitemap": "^7.2.3",
"nuxt-link-checker": "^4.1.0",
"nuxt-og-image": "^4.1.1",
"nuxt-og-image": "^4.1.2",
"nuxt-schema-org": "^4.1.1",
"nuxt-seo-utils": "^6.0.8",
"nuxt-site-config": "^3.0.6"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^4.1.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "3.15.2",
"@nuxt/schema": "3.15.3",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/i18n": "^9.1.3",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.10.1",
"eslint": "^9.18.0",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"execa": "^9.5.2",
"happy-dom": "^16.6.0",
"happy-dom": "^16.7.3",
"nitropack": "^2.10.4",
"nuxt": "3.15.2",
"typescript": "5.6.3",
"vitest": "^3.0.2"
"nuxt": "3.15.3",
"typescript": "5.7.3",
"vitest": "^3.0.4"
},
"resolutions": {
"typescript": "5.6.3",
"@tailwindcss/postcss": "4.0.0-beta.9",
"@tailwindcss/vite": "4.0.0-beta.9",
"tailwindcss": "4.0.0-beta.9",
"@nuxt/ui": "3.0.0-alpha.11",
"@nuxt/ui-pro": "3.0.0-alpha.11",
"@tailwindcss/postcss": "4.0.0-beta.9",
"@tailwindcss/vite": "4.0.0-beta.9",
"node-fetch-native": "1.6.6",
"tailwind-variants": "0.3.0",
"node-fetch-native": "1.6.6"
"tailwindcss": "4.0.0-beta.9",
"typescript": "5.6.3"
},
"publishConfig": {
"resolutions": {},
Expand Down
Loading

0 comments on commit cbb24ac

Please sign in to comment.