Skip to content

Commit 2c5c8ab

Browse files
chore(deps): update all non-major dependencies (#1282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent 8ef13c2 commit 2c5c8ab

File tree

6 files changed

+717
-1079
lines changed

6 files changed

+717
-1079
lines changed

docs/content/1.get-started/4.contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contributing
3-
description: We can never thank you enough for your contributions. ❤️
3+
description: We can never thank you enough for your contributions.
44
---
55

66
::callout

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/ph": "^1.1.11",
13-
"@iconify-json/simple-icons": "^1.1.94",
13+
"@iconify-json/simple-icons": "^1.1.97",
1414
"@nuxt/content": "^2.12.1",
15-
"@nuxt/fonts": "^0.2.0",
15+
"@nuxt/fonts": "^0.6.1",
1616
"@nuxt/image": "link:..",
1717
"@nuxt/ui-pro": "^1.1.0",
1818
"@nuxthq/studio": "^1.0.13",
@@ -24,9 +24,9 @@
2424
"perfect-debounce": "^1.0.0"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^2.8.0",
28-
"@nuxt/devtools": "^1.0.8",
29-
"@types/node": "^20.11.25",
27+
"@antfu/eslint-config": "^2.12.1",
28+
"@nuxt/devtools": "^1.1.5",
29+
"@types/node": "^20.12.2",
3030
"eslint": "^8.57.0"
3131
}
3232
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "nuxt preview"
88
},
99
"devDependencies": {
10-
"@nuxt/image": "1.3.0",
10+
"@nuxt/image": "1.4.0",
1111
"nuxt": "3.11.1"
1212
}
1313
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,44 +34,44 @@
3434
"defu": "^6.1.4",
3535
"h3": "^1.11.1",
3636
"image-meta": "^0.2.0",
37-
"node-fetch-native": "^1.6.2",
37+
"node-fetch-native": "^1.6.4",
3838
"ohash": "^1.1.3",
3939
"pathe": "^1.1.2",
4040
"std-env": "^3.7.0",
41-
"ufo": "^1.4.0"
41+
"ufo": "^1.5.3"
4242
},
4343
"devDependencies": {
4444
"@nuxt/image": "link:",
4545
"@nuxt/module-builder": "0.5.5",
4646
"@nuxt/test-utils": "^3.12.0",
4747
"@nuxtjs/eslint-config-typescript": "^12.1.0",
48-
"@types/node": "^20.11.25",
49-
"@vitest/coverage-v8": "^1.3.1",
50-
"@vue/test-utils": "^2.4.4",
48+
"@types/node": "^20.12.2",
49+
"@vitest/coverage-v8": "^1.4.0",
50+
"@vue/test-utils": "^2.4.5",
5151
"changelogen": "^0.5.5",
5252
"eslint": "8.57.0",
5353
"execa": "^8.0.1",
5454
"globby": "^14.0.1",
55-
"happy-dom": "^13.6.2",
55+
"happy-dom": "^14.3.10",
5656
"ipx": "^2.1.0",
5757
"jiti": "1.21.0",
5858
"nuxt": "^3.11.1",
59-
"ofetch": "^1.3.3",
59+
"ofetch": "^1.3.4",
6060
"playwright-core": "^1.42.1",
6161
"semver": "^7.6.0",
62-
"typescript": "5.4.2",
63-
"vitest": "^1.3.1",
62+
"typescript": "5.4.3",
63+
"vitest": "^1.4.0",
6464
"vitest-environment-nuxt": "^1.0.0",
6565
"vue": "3.4.21",
66-
"vue-tsc": "^2.0.6"
66+
"vue-tsc": "^2.0.7"
6767
},
6868
"optionalDependencies": {
6969
"ipx": "^2.1.0"
7070
},
71-
"packageManager": "[email protected].4",
71+
"packageManager": "[email protected].6",
7272
"resolutions": {
73-
"@nuxt/schema": "3.11.1",
74-
"@nuxt/image": "link:."
73+
"@nuxt/image": "link:.",
74+
"@nuxt/schema": "3.11.1"
7575
},
7676
"engines": {
7777
"node": "^14.16.0 || >=16.11.0"

0 commit comments

Comments
 (0)