Skip to content

Commit 14989c4

Browse files
committedJan 8, 2024
chore: update deps
1 parent 1a8100b commit 14989c4

File tree

4 files changed

+889
-606
lines changed

4 files changed

+889
-606
lines changed
 

Diff for: ‎docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@iconify-json/heroicons": "^1.1.19",
1616
"@iconify-json/ph": "^1.1.9",
17-
"@iconify-json/simple-icons": "^1.1.86",
17+
"@iconify-json/simple-icons": "^1.1.87",
1818
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
1919
"@nuxtjs/fontaine": "^0.4.1",
2020
"@nuxtjs/google-fonts": "^3.1.3",

Diff for: ‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@
4242
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
4343
},
4444
"dependencies": {
45-
"@nuxt/kit": "^3.9.0",
45+
"@nuxt/kit": "^3.9.1",
4646
"autoprefixer": "^10.4.16",
4747
"chokidar": "^3.5.3",
4848
"clear-module": "^4.1.2",
4949
"colorette": "^2.0.20",
5050
"consola": "^3.2.3",
51-
"defu": "^6.1.3",
52-
"h3": "^1.9.0",
51+
"defu": "^6.1.4",
52+
"h3": "^1.10.0",
5353
"micromatch": "^4.0.5",
5454
"pathe": "^1.1.1",
55-
"postcss": "^8.4.32",
56-
"postcss-custom-properties": "^13.3.3",
55+
"postcss": "^8.4.33",
56+
"postcss-custom-properties": "^13.3.4",
5757
"postcss-nesting": "^12.0.2",
5858
"tailwind-config-viewer": "^1.7.3",
59-
"tailwindcss": "~3.4.0",
59+
"tailwindcss": "~3.4.1",
6060
"ufo": "^1.3.2"
6161
},
6262
"devDependencies": {
@@ -72,11 +72,11 @@
7272
"destr": "^2.0.2",
7373
"eslint": "latest",
7474
"happy-dom": "^12.10.3",
75-
"nuxt": "^3.9.0",
75+
"nuxt": "^3.9.1",
7676
"typescript": "^5.3.3",
7777
"vitest": "1.1.0"
7878
},
79-
"packageManager": "pnpm@8.13.1",
79+
"packageManager": "pnpm@8.14.0",
8080
"resolutions": {
8181
"@nuxtjs/tailwindcss": "link:."
8282
}

0 commit comments

Comments
 (0)
Please sign in to comment.