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:
- name: Install Node.js
uses: actions/setup-node@v7
with:
node-version: 24.18.0
node-version: 24.19.0
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v7
with:
node-version: 24.18.0
node-version: 24.19.0
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v7
with:
node-version: 24.18.0
node-version: 24.19.0
registry-url: https://registry.npmjs.org
package-manager-cache: false

Expand Down
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.120",
"@iconify-json/simple-icons": "^1.2.92",
"@iconify-json/vscode-icons": "^1.2.67",
"@iconify-json/lucide": "^1.2.122",
"@iconify-json/simple-icons": "^1.2.93",
"@iconify-json/vscode-icons": "^1.2.70",
"@nuxt/content": "^3.15.2",
"@nuxt/image": "^2.0.0",
"@nuxt/image": "^2.1.0",
"@nuxthub/core": "0.10.8",
"@takumi-rs/core": "2.5.0",
"@takumi-rs/wasm": "2.5.0",
"better-sqlite3": "^13.0.1",
"@takumi-rs/core": "2.5.11",
"@takumi-rs/wasm": "2.5.11",
"better-sqlite3": "^13.0.3",
"nuxt": "catalog:",
"nuxt-llms": "0.2.0",
"nuxt-og-image": "^6.7.4"
"nuxt-og-image": "^6.7.6"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"bump": "jiti ./scripts/bump.ts"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.16.0",
"@nuxt/eslint-config": "^1.17.0",
"@nuxt/test-utils": "^4.1.0",
"@types/node": "^25.9.5",
"@types/supertest": "^7.2.1",
"changelogen": "^0.6.2",
"eslint": "^10.8.0",
"eslint": "^10.8.1",
"happy-dom": "^20.9.0",
"supertest": "^7.2.2",
"typescript": "^6.0.3",
"unbuild": "^3.6.1",
"vite": "8.0.16",
"vitest": "^4.1.10",
"wrangler": "^4.114.0"
"wrangler": "^4.120.0"
},
"resolutions": {
"@compodium/core": "workspace:^",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
},
"dependencies": {
"@compodium/examples": "workspace:^",
"@vue/compiler-sfc": "^3.5.40",
"@vue/language-core": "^3.3.8",
"@vueuse/core": "^14.3.0",
"@vue/compiler-sfc": "^3.5.41",
"@vue/language-core": "^3.3.9",
"@vueuse/core": "^14.4.0",
"chokidar": "^5.0.0",
"defu": "^6.1.7",
"hookable": "^6.1.1",
"mlly": "^1.8.2",
"oxc-parser": "^0.141.0",
"oxc-parser": "^0.143.0",
"pathe": "^2.0.3",
"scule": "^1.3.0",
"sirv": "^3.0.2",
"tinyglobby": "^0.2.17",
"ufo": "^1.6.4",
"unplugin": "^3.3.0",
"unplugin-ast": "^0.17.2",
"vue-component-meta": "3.3.8",
"unplugin-ast": "^0.18.0",
"vue-component-meta": "3.3.9",
"zod": "^4.4.3"
}
}
10 changes: 5 additions & 5 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"generate": "nuxt generate"
},
"dependencies": {
"@comark/nuxt": "0.5.1",
"@comark/nuxt": "0.6.2",
"@nuxt/ui": "catalog:",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"@vueuse/core": "^14.4.0",
"@vueuse/integrations": "^14.4.0",
"deep-eql": "^5.0.2",
"defu": "^6.1.7",
"fuse.js": "^7.5.0",
Expand All @@ -23,13 +23,13 @@
"pathe": "^2.0.3",
"prettier": "^3.9.6",
"scule": "^1.3.0",
"shiki": "^4.3.1",
"shiki": "^4.4.2",
"vue": "catalog:"
},
"devDependencies": {
"@compodium/core": "workspace:^",
"@iconify-json/lineicons": "^1.2.6",
"@iconify-json/lucide": "^1.2.120",
"@iconify-json/lucide": "^1.2.122",
"@iconify/types": "^2.0.0",
"@types/deep-eql": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@compodium/core": "workspace:^",
"@nuxt/devtools-kit": "4.0.0-alpha.9",
"@nuxt/devtools-kit": "4.0.0-alpha.10",
"consola": "^3.4.2",
"defu": "^6.1.7",
"pathe": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/node": "^26.1.1",
"@types/node": "^26.2.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/tsconfig": "^0.9.1",
"vite": "8.0.16",
Expand Down
3,550 changes: 2,254 additions & 1,296 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading