Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
ineshbose committed Oct 9, 2024
2 parents 2d051e2 + e8e98de commit 5ede5ff
Show file tree
Hide file tree
Showing 3 changed files with 2,746 additions and 3,723 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@iconify-json/heroicons": "latest",
"@iconify-json/ph": "latest",
"@iconify-json/simple-icons": "latest",
"@nuxt/ui-pro": "^1.3.1",
"@nuxt/ui-pro": "^1.4.3",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/plausible": "^1.0.0",
"nuxt-og-image": "^2.2.6"
"@nuxtjs/plausible": "^1.0.3",
"nuxt-og-image": "^3.0.4"
},
"devDependencies": {
"@nuxthq/studio": "latest"
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"configKey": "tailwindcss",
"compatibility": {
"nuxt": "^2.9.0 || ^3.0.0-rc.1"
"nuxt": "^2.9.0 || >=3.0.0-rc.1"
},
"exports": {
".": {
Expand Down Expand Up @@ -44,38 +44,38 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.12.3",
"autoprefixer": "^10.4.19",
"@nuxt/kit": "^3.13.2",
"autoprefixer": "^10.4.20",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.12.0",
"h3": "^1.13.0",
"klona": "^2.0.6",
"pathe": "^1.1.2",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"postcss": "^8.4.47",
"postcss-nesting": "^13.0.0",
"tailwind-config-viewer": "^2.0.4",
"tailwindcss": "~3.4.4",
"ufo": "^1.5.3",
"tailwindcss": "~3.4.13",
"ufo": "^1.5.4",
"unctx": "^2.3.1"
},
"devDependencies": {
"@fontsource/inter": "^5.0.18",
"@nuxt/content": "2.12.1",
"@nuxt/devtools": "^1.3.6",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/test-utils": "^3.13.1",
"@tailwindcss/typography": "^0.5.13",
"changelogen": "^0.5.5",
"@fontsource/inter": "^5.1.0",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.2",
"@tailwindcss/typography": "^0.5.15",
"changelogen": "^0.5.7",
"destr": "^2.0.3",
"eslint": "9.5.0",
"happy-dom": "^13.10.1",
"nuxt": "^3.12.3",
"typescript": "^5.4.5",
"vitest": "1.5.0",
"vue-tsc": "^2.0.22"
"eslint": "^9.12.0",
"happy-dom": "^15.7.4",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.12.0",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
},
Expand Down
Loading

0 comments on commit 5ede5ff

Please sign in to comment.