Skip to content

Commit fa0e76f

Browse files
chore(deps): update all non-major dependencies (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea47474 commit fa0e76f

File tree

4 files changed

+1925
-1465
lines changed

4 files changed

+1925
-1465
lines changed

.demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"dependencies": {
1010
"content-unocss": "workspace:*",
11-
"nuxt": "^3.15.4"
11+
"nuxt": "^3.16.1"
1212
}
1313
}

.github/workflows/version-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 16.x
18+
node-version: 16.20.2
1919

2020
- run: npx changelogithub
2121
env:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"nuxt": "^3.0.0-rc.12"
3939
},
4040
"dependencies": {
41-
"@iconify-json/carbon": "^1.2.7",
42-
"@nuxt/content": "^3.1.1",
41+
"@iconify-json/carbon": "^1.2.8",
42+
"@nuxt/content": "^3.4.0",
4343
"@nuxtjs/color-mode": "^3.5.2",
4444
"@unocss/nuxt": "^65.5.0",
45-
"@vueuse/nuxt": "^12.7.0",
45+
"@vueuse/nuxt": "^12.8.2",
4646
"nuxt-config-schema": "^0.4.7",
4747
"nuxt-icon": "1.0.0-beta.7"
4848
},
4949
"devDependencies": {
50-
"@antfu/eslint-config": "^4.3.0",
50+
"@antfu/eslint-config": "^4.11.0",
5151
"@iconify-json/twemoji": "^1.2.2",
52-
"bumpp": "^10.0.3",
53-
"eslint": "^9.20.1",
54-
"nuxt": "^3.15.4",
55-
"typescript": "^5.7.3"
52+
"bumpp": "^10.1.0",
53+
"eslint": "^9.23.0",
54+
"nuxt": "^3.16.1",
55+
"typescript": "^5.8.2"
5656
}
5757
}

0 commit comments

Comments
 (0)