Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: pnpm/setup@703c52620218391530e48b9e8870d5c0082e1b9b # v2.1.0
with:
runtime: node@22
runtime: node@22.23.2
cache: true

- name: Install Playwright
Expand Down
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@iconify-json/carbon": "^1.2.26",
"@nuxt/devtools-kit": "^3.4.2",
"@nuxt/kit": "^4.5.2",
"@unocss/nuxt": "^66.8.1",
"@unocss/reset": "^66.8.1",
"@unocss/nuxt": "^66.10.0",
"@unocss/reset": "^66.10.0",
"@vueuse/core": "^14.4.0",
"microlighter": "^2.1.0",
"nuxt": "^4.5.2",
"splitpanes": "^4.1.2",
"unocss": "^66.8.1",
"unocss": "^66.10.0",
"vue": "3.5.42",
"vue-router": "^5.3.0"
"vue-router": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@nuxt/fonts": "workspace:*",
"@nuxt/ui": "^4.11.0",
"@nuxt/ui": "^4.11.1",
"@nuxtjs/plausible": "4.0.0",
"better-sqlite3": "^13.0.3",
"docus": "^5.13.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:watch": "vitest watch"
},
"peerDependencies": {
"subset-font": "^2.5.0"
"subset-font": "^2.7.0"
},
"peerDependenciesMeta": {
"subset-font": {
Expand All @@ -63,7 +63,7 @@
"fontless": "^0.4.3",
"h3": "^1.15.11",
"magic-regexp": "^0.11.0",
"nypm": "^0.6.9",
"nypm": "^0.6.10",
"ofetch": "^1.5.1",
"pathe": "^2.0.3",
"sirv": "^3.0.2",
Expand All @@ -80,16 +80,16 @@
"@nuxt/eslint-config": "^1.17.0",
"@nuxt/module-builder": "^1.0.3",
"@nuxt/schema": "^4.5.2",
"@nuxt/test-utils": "^4.2.0",
"@nuxt/test-utils": "^4.3.2",
"@types/node": "^24.13.3",
"@vitest/coverage-v8": "^4.1.11",
"birpc": "^4.2.0",
"eslint": "^10.9.1",
"eslint": "^10.10.0",
"nitropack": "^2.13.4",
"nuxt": "^4.5.2",
"nuxt-fonts-devtools": "workspace:client",
"pkg-pr-new": "^0.0.88",
"playwright-core": "^1.62.1",
"playwright-core": "^1.63.0",
"subset-font": "^2.7.0",
"typescript": "^6.0.3",
"unbuild": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"cal-sans": "^1.0.1",
"nuxt": "^4.5.2",
"vue": "3.5.42",
"vue-router": "^5.3.0"
"vue-router": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion playgrounds/nuxt5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"vue-router": "latest"
},
"devDependencies": {
"sass": "^1.103.1"
"sass": "^1.104.0"
}
}
4 changes: 2 additions & 2 deletions playgrounds/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@nuxt/fonts": "latest",
"nuxt": "^4.5.2",
"vue": "3.5.42",
"vue-router": "^5.3.0"
"vue-router": "^5.3.1"
},
"devDependencies": {
"sass": "^1.103.1"
"sass": "^1.104.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"nuxt": "^4.5.2",
"tailwindcss": "^4.3.3",
"vue": "3.5.42",
"vue-router": "^5.3.0"
"vue-router": "^5.3.1"
}
}
6 changes: 3 additions & 3 deletions playgrounds/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@nuxt/fonts": "latest",
"@unocss/nuxt": "^66.8.1",
"@unocss/nuxt": "^66.10.0",
"nuxt": "^4.5.2",
"unocss": "^66.8.1",
"unocss": "^66.10.0",
"vue": "3.5.42",
"vue-router": "^5.3.0"
"vue-router": "^5.3.1"
}
}
14 changes: 7 additions & 7 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ overrides:
"@nuxt/nitro-server-nightly>@nuxt/kit": npm:@nuxt/kit-nightly@5x
"@nuxt/vite-builder-nightly>@nuxt/kit": npm:@nuxt/kit-nightly@5x
"@types/node": ^24.13.3
"@unocss/core": ^66.8.1
"@unocss/nuxt": ^66.8.1
"@unocss/preset-attributify": ^66.8.1
"@unocss/preset-icons": ^66.8.1
"@unocss/preset-mini": ^66.8.1
"@unocss/reset": ^66.8.1
"@unocss/core": ^66.10.0
"@unocss/nuxt": ^66.10.0
"@unocss/preset-attributify": ^66.10.0
"@unocss/preset-icons": ^66.10.0
"@unocss/preset-mini": ^66.10.0
"@unocss/reset": ^66.10.0
nuxt-fonts-devtools>nuxt: 4.5.2
nuxt-fonts-playground>nuxt: 4.5.2
# ecosystem-ci injects bare first-party overrides, which would otherwise reach inside
Expand All @@ -26,7 +26,7 @@ overrides:
"nuxt-nightly>@nuxt/schema": npm:@nuxt/schema-nightly@5x
"nuxt-nightly>@nuxt/vite-builder": npm:@nuxt/vite-builder-nightly@5x
typescript: ^6.0.3
unocss: ^66.8.1
unocss: ^66.10.0
vite: ~8.2.2

patchedDependencies:
Expand Down
Loading