We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bc60a commit b8e3b92Copy full SHA for b8e3b92
3 files changed
package.json
@@ -52,14 +52,14 @@
52
"@nuxt/module-builder": "^0.8.4",
53
"@nuxt/schema": "^3.13.2",
54
"@nuxt/test-utils": "^3.14.2",
55
- "@types/node": "^20.16.10",
+ "@types/node": "^20.16.14",
56
"@vue/test-utils": "^2.4.6",
57
"changelogen": "^0.5.7",
58
"eslint": "^9.11.1",
59
"nuxt": "^3.13.2",
60
- "playwright-core": "^1.47.2",
+ "playwright-core": "^1.48.1",
61
"typescript": "latest",
62
- "vitest": "^2.1.2",
+ "vitest": "^2.1.3",
63
"vue-tsc": "^2.1.6"
64
},
65
"packageManager": "pnpm@9.12.0"
playground/package.json
@@ -10,7 +10,7 @@
10
11
"dependencies": {
12
13
- "typescript": "^5.6.2",
+ "typescript": "^5.6.3",
14
"vue": "^3.5.10",
15
16
}
0 commit comments