Skip to content

Commit 3ff6d76

Browse files
committedJan 13, 2025·
chore: update deps
1 parent 71be9ac commit 3ff6d76

File tree

4 files changed

+635
-550
lines changed

4 files changed

+635
-550
lines changed
 

Diff for: ‎.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
cache: "pnpm"
2121
- run: pnpm install && pnpm dev:prepare
2222
- run: pnpm run lint:fix
23-
- uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944
23+
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

Diff for: ‎docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@nuxtjs/fontaine": "^0.4.4",
1919
"@nuxtjs/google-fonts": "^3.2.0",
2020
"@nuxtjs/tailwindcss": "link:..",
21-
"@nuxtjs/plausible": "^1.1.1",
22-
"nuxt-og-image": "^3.0.8"
21+
"@nuxtjs/plausible": "^1.2.0",
22+
"nuxt-og-image": "^4.0.2"
2323
},
2424
"devDependencies": {
2525
"@nuxthq/studio": "latest"

Diff for: ‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
5858
},
5959
"dependencies": {
60-
"@nuxt/kit": "^3.15.0",
60+
"@nuxt/kit": "^3.15.1",
6161
"autoprefixer": "^10.4.20",
6262
"c12": "^2.0.1",
63-
"consola": "^3.3.1",
63+
"consola": "^3.3.3",
6464
"defu": "^6.1.4",
65-
"h3": "^1.13.0",
65+
"h3": "^1.13.1",
6666
"klona": "^2.0.6",
67-
"pathe": "^1.1.2",
67+
"pathe": "^2.0.1",
6868
"postcss": "^8.4.49",
6969
"postcss-nesting": "^13.0.1",
7070
"tailwind-config-viewer": "^2.0.4",
@@ -73,23 +73,23 @@
7373
"unctx": "^2.4.1"
7474
},
7575
"devDependencies": {
76-
"@fontsource/inter": "^5.1.0",
76+
"@fontsource/inter": "^5.1.1",
7777
"@nuxt/content": "^2.13.4",
78-
"@nuxt/devtools": "^1.6.4",
79-
"@nuxt/eslint-config": "^0.7.4",
78+
"@nuxt/devtools": "^1.7.0",
79+
"@nuxt/eslint-config": "^0.7.5",
8080
"@nuxt/module-builder": "^0.8.4",
8181
"@nuxt/test-utils": "^3.14.4",
82-
"@tailwindcss/typography": "^0.5.15",
82+
"@tailwindcss/typography": "^0.5.16",
8383
"changelogen": "^0.5.7",
8484
"destr": "^2.0.3",
85-
"eslint": "^9.17.0",
86-
"happy-dom": "^15.11.7",
87-
"nuxt": "^3.15.0",
85+
"eslint": "^9.18.0",
86+
"happy-dom": "^16.5.3",
87+
"nuxt": "^3.15.1",
8888
"typescript": "5.6.3",
8989
"vitest": "^2.1.5",
9090
"vue-tsc": "^2.2.0"
9191
},
92-
"packageManager": "pnpm@9.15.1",
92+
"packageManager": "pnpm@9.15.3",
9393
"resolutions": {
9494
"@nuxtjs/tailwindcss": "link:.",
9595
"@nuxt/ui": "npm:@nuxt/ui-edge"

Diff for: ‎pnpm-lock.yaml

+620-535
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.