Skip to content

Commit 9c072df

Browse files
committed
chore: update deps and add test
1 parent 66c651f commit 9c072df

File tree

9 files changed

+10446
-2519
lines changed

9 files changed

+10446
-2519
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
4747
},
4848
"dependencies": {
49-
"@nuxt/kit": "^3.16.1"
49+
"@nuxt/kit": "^3.17.5"
5050
},
5151
"devDependencies": {
52-
"nuxt-llms": "link:.",
53-
"@nuxt/devtools": "^2.3.1",
54-
"@nuxt/eslint-config": "^1.2.0",
52+
"@nuxt/devtools": "^2.5.0",
53+
"@nuxt/eslint-config": "^1.4.1",
5554
"@nuxt/module-builder": "^0.8.4",
56-
"@nuxt/schema": "^3.16.1",
57-
"@nuxt/test-utils": "^3.17.2",
58-
"@types/node": "latest",
55+
"@nuxt/schema": "^3.17.5",
56+
"@nuxt/test-utils": "^3.19.1",
57+
"@types/node": "^22.15.30",
5958
"changelogen": "^0.6.1",
60-
"eslint": "^9.23.0",
61-
"nuxt": "^3.16.1",
62-
"typescript": "~5.6.0",
63-
"vitest": "^3.0.9",
64-
"vue-tsc": "^2.2.2"
59+
"eslint": "^9.28.0",
60+
"nuxt": "^3.17.5",
61+
"nuxt-llms": "link:",
62+
"typescript": "~5.6.3",
63+
"vitest": "^3.2.2",
64+
"vue-tsc": "^2.2.10"
6565
},
6666
"packageManager": "[email protected]"
6767
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^3.15.4"
11+
"nuxt": "^3.17.5"
1212
}
1313
}

0 commit comments

Comments
 (0)