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 900dd93 commit 0e52435Copy full SHA for 0e52435
package.json
@@ -37,8 +37,8 @@
37
},
38
"dependencies": {
39
"@nuxt/kit": "^3.0.0-rc.10",
40
- "chalk": "^5.0.1",
41
- "html-validate": "7.5.0",
+ "chalk": "^5.1.2",
+ "html-validate": "7.6.0",
42
"prettier": "^2.7.1"
43
44
"devDependencies": {
@@ -52,14 +52,14 @@
52
"husky": "8.0.1",
53
"lint-staged": "13.0.3",
54
"nuxt": "npm:[email protected]",
55
- "release-it": "15.4.3",
56
- "vitest": "^0.21.1"
+ "release-it": "15.5.0",
+ "vitest": "^0.24.3"
57
58
"resolutions": {
59
"@nuxtjs/html-validator": "link:./"
60
61
"volta": {
62
- "node": "16.17.1"
+ "node": "16.18.0"
63
64
"publishConfig": {
65
"access": "public"
0 commit comments