Skip to content

Commit 4326024

Browse files
committed
chore: update deps
1 parent 0159dd9 commit 4326024

File tree

6 files changed

+3148
-1723
lines changed

6 files changed

+3148
-1723
lines changed

client/nuxt.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ export default defineNuxtConfig({
55
compatibilityDate: '2024-11-01',
66
devtools: { enabled: true },
77
ssr: false,
8-
future: {
9-
compatibilityVersion: 4,
10-
},
118
css: ['./app/assets/main.css'],
129
nitro: {
1310
preset: 'static',

client/package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.5.2",
6+
"packageManager": "pnpm@10.14.0",
77
"description": "",
88
"author": "",
99
"license": "ISC",
@@ -14,19 +14,17 @@
1414
"build": "nuxi build"
1515
},
1616
"devDependencies": {
17-
"@iconify-json/carbon": "^1.2.8",
18-
"@iconify-json/catppuccin": "^1.2.10",
17+
"@iconify-json/carbon": "^1.2.13",
18+
"@iconify-json/catppuccin": "^1.2.15",
1919
"@iconify-json/ph": "^1.2.2",
2020
"@iconify-json/uil": "^1.2.3",
21-
"@nuxt/icon": "^1.11.0",
21+
"@nuxt/icon": "^2.0.0",
2222
"@nuxtjs/color-mode": "^3.5.2",
2323
"@radix-ui/colors": "^3.0.0",
24-
"@vueuse/core": "^13.0.0",
25-
"@vueuse/nuxt": "^13.0.0",
26-
"add": "^2.0.6",
24+
"@vueuse/core": "^13.6.0",
25+
"@vueuse/nuxt": "^13.6.0",
2726
"nuxt": "catalog:",
28-
"pnpm": "^10.7.0",
29-
"reka-ui": "^2.0.2",
30-
"shiki": "^3.2.1"
27+
"reka-ui": "^2.4.1",
28+
"shiki": "^3.9.2"
3129
}
3230
}

client/tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"extends": "./.nuxt/tsconfig.json"
2+
"references": [
3+
{ "path": "./.nuxt/tsconfig.app.json" },
4+
{ "path": "./.nuxt/tsconfig.server.json" },
5+
{ "path": "./.nuxt/tsconfig.shared.json" },
6+
{ "path": "./.nuxt/tsconfig.node.json" }
7+
],
8+
"files": []
39
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-turbo-console",
33
"type": "module",
44
"version": "2.2.0",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Improve the Developer Experience of console",
77
"license": "MIT",
88
"homepage": "https://utc.yuy1n.io",
@@ -156,36 +156,36 @@
156156
}
157157
},
158158
"dependencies": {
159-
"alien-signals": "^2.0.5",
159+
"alien-signals": "^2.0.6",
160160
"estree-walker": "^3.0.3",
161-
"get-port-please": "^3.1.2",
162-
"h3": "^1.15.3",
163-
"launch-editor": "^2.10.0",
161+
"get-port-please": "^3.2.0",
162+
"h3": "^1.15.4",
163+
"launch-editor": "^2.11.1",
164164
"magic-string": "^0.30.17",
165165
"mrmime": "^2.0.1",
166-
"oxc-parser": "^0.75.0",
166+
"oxc-parser": "^0.82.1",
167167
"pathe": "^2.0.3",
168168
"unplugin": "^2.3.5"
169169
},
170170
"devDependencies": {
171-
"@antfu/eslint-config": "^4.16.1",
172-
"@nuxt/kit": "^3.17.5",
173-
"@nuxt/schema": "^3.17.5",
174-
"@oxc-project/types": "^0.75.0",
175-
"@tailwindcss/vite": "^4.1.11",
176-
"@types/node": "^24.0.8",
171+
"@antfu/eslint-config": "^5.2.1",
172+
"@nuxt/kit": "^4.0.3",
173+
"@nuxt/schema": "^4.0.3",
174+
"@oxc-project/types": "^0.82.1",
175+
"@tailwindcss/vite": "^4.1.12",
176+
"@types/node": "^24.2.1",
177177
"@vitest/ui": "^3.2.4",
178-
"bumpp": "^10.2.0",
179-
"eslint": "^9.30.0",
180-
"rollup": "^4.44.1",
181-
"tsdown": "^0.12.9",
182-
"tsx": "^4.20.3",
183-
"typescript": "^5.8.3",
178+
"bumpp": "^10.2.3",
179+
"eslint": "^9.33.0",
180+
"rollup": "^4.46.2",
181+
"tsdown": "^0.14.1",
182+
"tsx": "^4.20.4",
183+
"typescript": "^5.9.2",
184184
"vite": "catalog:",
185185
"vite-plugin-inspect": "catalog:",
186186
"vitest": "^3.2.4",
187-
"vue": "^3.5.17",
188-
"webpack": "^5.99.9"
187+
"vue": "^3.5.18",
188+
"webpack": "^5.101.2"
189189
},
190190
"pnpm": {
191191
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)