1
0
mirror of https://github.com/wangdoc/javascript-tutorial.git synced 2024-10-11 13:12:20 +00:00

refactor: update dependencies

This commit is contained in:
ruanyf 2024-06-09 16:40:57 +08:00
parent 2f55be82dc
commit 370bb5f9ea

View File

@ -14,11 +14,6 @@
"server": "loppo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-push": "npm update"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangdoc/javascript-tutorial.git"
@ -35,9 +30,8 @@
},
"homepage": "https://github.com/wangdoc/javascript-tutorial",
"dependencies": {
"gh-pages": "5.x",
"husky": "^4.3.8",
"gh-pages": "6.x",
"loppo": "^0.6.24",
"loppo-theme-wangdoc": "^0.6.1"
"loppo-theme-wangdoc": "^0.7.1"
}
}