Skip to content

Commit 174beb3

Browse files
committed
chore: move html-validate to minor constraint
1 parent ca6a476 commit 174beb3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@nuxt/kit": "^3.0.0",
4040
"chalk": "^5.1.2",
41-
"html-validate": "7.10.0",
41+
"html-validate": "~7.10.1",
4242
"pathe": "^1.0.0",
4343
"prettier": "^2.7.1"
4444
},

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612

613613
"@nuxtjs/html-validator@link:./":
614614
version "0.0.0"
615+
uid ""
615616

616617
"@octokit/auth-token@^3.0.0":
617618
version "3.0.1"
@@ -3905,10 +3906,10 @@ html-tags@^3.1.0:
39053906
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961"
39063907
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
39073908

3908-
3909-
version "7.10.0"
3910-
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.10.0.tgz#45953bc9abf84a3a91f76a820ebb98c2cebcc578"
3911-
integrity sha512-u+g03pnu3s/LaJP/O8T42v+zlgACtL4T0u9DHQLkNTd9LyzUEjir+YqDSGuKX+QsVld8ORDK/ZQ/8FQGLx1/Vw==
3909+
html-validate@~7.10.1:
3910+
version "7.10.1"
3911+
resolved "https://registry.yarnpkg.com/html-validate/-/html-validate-7.10.1.tgz#8ac955e1f93206164822225c9b4772dae08d303e"
3912+
integrity sha512-2MjthTcMfqAZ8V1YyXshINGsdmPKc3RW9IKJ3kgfjXq59BuvSVM+vBhfOu0dJvlpRVH117vZ5JImYNsMfca3nA==
39123913
dependencies:
39133914
"@babel/code-frame" "^7.10.0"
39143915
"@html-validate/stylish" "^3.0.0"

0 commit comments

Comments
 (0)