Skip to content

Commit

Permalink
Add dependency to aviod error. axios/axios#4621
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaocz committed Apr 26, 2022
1 parent a94ae96 commit b4a6045
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 349 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,10 @@
"name": "http3checker",
"version": "1.0.0",
"description": "测试浏览器是否使用HTTP/3",
"keywords": ["HTTP/3", "QUIC"],
"keywords": [
"HTTP/3",
"QUIC"
],
"homepage": "https://h3.orangii.cn",
"author": {
"email": "me@orangii.cn",
Expand All @@ -21,7 +24,8 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "6",
"axios": "^0.27.0",
"axios": "0.27.0",
"url": "^0.11.0",
"vue": "^3.2.25"
},
"devDependencies": {
Expand Down

0 comments on commit b4a6045

Please sign in to comment.