Skip to content

Commit 119d610

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

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1
1+
FROM node:20.18.2
22

33
RUN apt update && apt install -y sudo linux-perf
44

bun.lockb

18.2 KB
Binary file not shown.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"dependencies": {
3333
"@headlessui/vue": "^1.7.23",
3434
"@iconify-json/logos": "^1.2.4",
35-
"@iconify-json/simple-icons": "^1.2.18",
35+
"@iconify-json/simple-icons": "^1.2.21",
3636
"@nuxt/content": "^2.13.4",
3737
"@nuxt/fonts": "^0.10.3",
38-
"@nuxt/ui-pro": "^1.6.0",
38+
"@nuxt/ui-pro": "^1.7.0",
3939
"@nuxtjs/plausible": "^1.2.0",
40-
"@nuxtjs/tailwindcss": "^6.12.2",
40+
"@nuxtjs/tailwindcss": "^6.13.1",
4141
"@resvg/resvg-wasm": "^2.6.2",
4242
"automd": "^0.3.12",
4343
"c12": "^2.0.1",
4444
"citty": "^0.1.6",
45-
"consola": "^3.3.3",
45+
"consola": "^3.4.0",
4646
"defu": "^6.1.4",
4747
"is-buffer": "^2.0.5",
4848
"nitropack": "^2.10.4",
49-
"nuxi": "^3.18.2",
50-
"nuxt": "^3.15.1",
49+
"nuxi": "^3.20.0",
50+
"nuxt": "^3.15.3",
5151
"nuxt-build-cache": "^0.1.1",
52-
"pkg-types": "^1.3.0",
52+
"pkg-types": "^1.3.1",
5353
"scule": "^1.3.0",
5454
"tailwindcss": "^3.4.17",
5555
"unctx": "^2.4.1",
@@ -58,15 +58,15 @@
5858
"vue-router": "^4.5.0"
5959
},
6060
"devDependencies": {
61-
"@nuxt/eslint-config": "^0.7.4",
62-
"@nuxt/image": "^1.8.1",
63-
"@types/node": "^22.10.5",
61+
"@nuxt/eslint-config": "^0.7.5",
62+
"@nuxt/image": "^1.9.0",
63+
"@types/node": "^22.10.10",
6464
"changelogen": "^0.5.7",
65-
"eslint": "^9.17.0",
65+
"eslint": "^9.19.0",
6666
"eslint-config-unjs": "^0.4.2",
6767
"jiti": "^2.4.2",
6868
"prettier": "^3.4.2",
69-
"typescript": "^5.7.2",
69+
"typescript": "^5.7.3",
7070
"vue-tsc": "^2.2.0"
7171
},
7272
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)