Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Dec 28, 2023
1 parent e808d1f commit 46ef08a
Show file tree
Hide file tree
Showing 9 changed files with 1,465 additions and 2,760 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Expand Up @@ -12,16 +12,16 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.13",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/simple-icons": "^1.1.77",
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/ph": "^1.1.9",
"@iconify-json/simple-icons": "^1.1.86",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/plausible": "^0.2.3",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/plausible": "^0.2.4",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@nuxthq/studio": "^1.0.4"
"@nuxthq/studio": "^1.0.6"
}
}
3 changes: 1 addition & 2 deletions nuxt2-playground/package.json
Expand Up @@ -9,8 +9,7 @@
},
"dependencies": {
"nuxt": "2.17.2",
"postcss": "8.4.31",
"vue": "2.7.15",
"vue": "2.7.16",
"vue-router": "3.6.5"
},
"keywords": []
Expand Down
73 changes: 40 additions & 33 deletions nuxt2-playground/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 15 additions & 16 deletions package.json
Expand Up @@ -24,10 +24,11 @@
"scripts": {
"dev": "nuxi dev playground",
"play": "pnpm dev",
"prepare": "nuxt-module-build prepare",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:nuxt2": "nuxi dev nuxt2-playground",
"dev:prepare": "nuxt-module-build prepare && nuxt-module-build build --stub && nuxi prepare playground && nuxi prepare docs",
"dev:prepare": "pnpm prepare && nuxt-module-build build --stub && nuxi prepare playground && nuxi prepare docs",
"build": "nuxt-module-build build",
"prepack": "pnpm build",
"release": "pnpm lint && pnpm test && pnpm prepack && pnpm changelogen --release --push && pnpm publish",
Expand All @@ -41,7 +42,7 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
Expand All @@ -51,33 +52,31 @@
"h3": "^1.9.0",
"micromatch": "^4.0.5",
"pathe": "^1.1.1",
"postcss": "^8.4.31",
"postcss-custom-properties": "^13.3.2",
"postcss-nesting": "^12.0.1",
"postcss": "^8.4.32",
"postcss-custom-properties": "^13.3.3",
"postcss-nesting": "^12.0.2",
"tailwind-config-viewer": "^1.7.3",
"tailwindcss": "~3.4.0",
"ufo": "^1.3.2"
},
"devDependencies": {
"@fontsource/inter": "^5.0.15",
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "^1.0.3",
"@fontsource/inter": "^5.0.16",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "^1.0.6",
"@nuxt/eslint-config": "latest",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.9.0",
"@tailwindcss/typography": "^0.5.10",
"@types/micromatch": "^4.0.6",
"changelogen": "^0.5.5",
"destr": "^2.0.2",
"eslint": "latest",
"happy-dom": "^12.10.3",
"jsdom": "^22.1.0",
"nuxt": "^3.8.2",
"typescript": "^5.2.2",
"vitest": "0.33.0",
"vue-tsc": "^1.8.22"
"nuxt": "^3.9.0",
"typescript": "^5.3.3",
"vitest": "1.1.0"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.13.1",
"resolutions": {
"@nuxtjs/tailwindcss": "link:."
}
Expand Down

0 comments on commit 46ef08a

Please sign in to comment.