Skip to content

Commit 7a5d040

Browse files
committed
chore: update dep
1 parent 54cec30 commit 7a5d040

4 files changed

Lines changed: 1206 additions & 1128 deletions

File tree

.nuxtrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
setups.@nuxt/test-utils="4.0.0"
1+
setups.@nuxt/test-utils="4.0.3"

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
- 型別檢查由 Nuxt 自動執行,不需額外手動執行 `vue-tsc --noEmit`
44
- 執行 `bun run vt` 前需先啟動 `bun run dev`,其中 e2e 測試會連到 `http://localhost:3000/CFE-scoreboard/`
5+
- 執行測試時直接在 sandbox 外跑 `bun run dev``bun run vt`,避免 Chromium e2e 測試被 macOS Mach port 權限擋住

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"description": "A board recording information about playing the card game of chinese five elements. 五行戰鬥牌計算機。",
1212
"type": "module",
1313
"devDependencies": {
14-
"@iconify/json": "^2.2.472",
14+
"@iconify/json": "^2.2.479",
1515
"@nuxt/eslint-config": "1",
1616
"@nuxt/test-utils": "^4.0.3",
1717
"@pinia/nuxt": "0",
1818
"@types/lodash-es": "^4.17.12",
19-
"@types/node": "^25.7.0",
20-
"@unocss/nuxt": "^66.6.8",
19+
"@types/node": "^25.9.1",
20+
"@unocss/nuxt": "^66.7.0",
2121
"@vite-pwa/nuxt": "1",
2222
"@vue/test-utils": "^2.4.10",
2323
"@vueuse/components": "^14.3.0",
2424
"@vueuse/core": "^14.3.0",
2525
"@vueuse/math": "^14.3.0",
2626
"@vueuse/motion": "3",
2727
"@vueuse/nuxt": "^14.3.0",
28-
"eslint": "^10.3.0",
28+
"eslint": "^10.4.0",
2929
"happy-dom": "^20.9.0",
3030
"nuxt": "^4.4.6",
3131
"playwright-core": "^1.60.0",
3232
"prettier": "^3.8.3",
3333
"prettier-plugin-tailwindcss": "^0.8.0",
3434
"typescript": "^6.0.3",
35-
"unocss": "^66.6.8",
36-
"vitest": "^4.1.6",
35+
"unocss": "^66.7.0",
36+
"vitest": "^4.1.7",
3737
"vue-digit-animation": "^0.3.1",
38-
"vue-tsc": "^3.2.8"
38+
"vue-tsc": "^3.3.2"
3939
},
4040
"dependencies": {
4141
"calcu": "link:calcu/pkg",

0 commit comments

Comments
 (0)