Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Dec 16, 2024
1 parent 89c3c8b commit 08e0cdf
Show file tree
Hide file tree
Showing 4 changed files with 4,408 additions and 2,045 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
Expand All @@ -18,7 +17,7 @@
"@nuxt/ui-pro": "^1.5.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "latest",
"@nuxtjs/tailwindcss": "link:..",
"@nuxtjs/plausible": "^1.1.1",
"nuxt-og-image": "^3.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint": "^9.15.0",
"happy-dom": "^15.11.6",
"nuxt": "^3.14.1592",
"typescript": "^5.6.3",
"typescript": "5.6.3",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"dependencies": {
"@nuxtjs/tailwindcss": "latest",
"@nuxtjs/tailwindcss": "link:..",
"nuxt": "latest"
}
}
Loading

0 comments on commit 08e0cdf

Please sign in to comment.