Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 13, 2025
1 parent 71be9ac commit 3ff6d76
Show file tree
Hide file tree
Showing 4 changed files with 635 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache: "pnpm"
- run: pnpm install && pnpm dev:prepare
- run: pnpm run lint:fix
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "link:..",
"@nuxtjs/plausible": "^1.1.1",
"nuxt-og-image": "^3.0.8"
"@nuxtjs/plausible": "^1.2.0",
"nuxt-og-image": "^4.0.2"
},
"devDependencies": {
"@nuxthq/studio": "latest"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.15.0",
"@nuxt/kit": "^3.15.1",
"autoprefixer": "^10.4.20",
"c12": "^2.0.1",
"consola": "^3.3.1",
"consola": "^3.3.3",
"defu": "^6.1.4",
"h3": "^1.13.0",
"h3": "^1.13.1",
"klona": "^2.0.6",
"pathe": "^1.1.2",
"pathe": "^2.0.1",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"tailwind-config-viewer": "^2.0.4",
Expand All @@ -73,23 +73,23 @@
"unctx": "^2.4.1"
},
"devDependencies": {
"@fontsource/inter": "^5.1.0",
"@fontsource/inter": "^5.1.1",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/typography": "^0.5.16",
"changelogen": "^0.5.7",
"destr": "^2.0.3",
"eslint": "^9.17.0",
"happy-dom": "^15.11.7",
"nuxt": "^3.15.0",
"eslint": "^9.18.0",
"happy-dom": "^16.5.3",
"nuxt": "^3.15.1",
"typescript": "5.6.3",
"vitest": "^2.1.5",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"resolutions": {
"@nuxtjs/tailwindcss": "link:.",
"@nuxt/ui": "npm:@nuxt/ui-edge"
Expand Down
Loading

0 comments on commit 3ff6d76

Please sign in to comment.