Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Jun 30, 2023
1 parent 7f8986f commit 6760bbc
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 39 deletions.
226 changes: 197 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@taquito/taquito": "^15.0.0",
"async-wait-until": "^2.0.12",
"axios": "^1.4.0",
"bignumber.js": "^9.0.1",
"bs58check": "^2.1.2",
"bignumber.js": "^9.1.1",
"bs58check": "^3.0.1",
"codemirror": "^5.58.2",
"dayjs": "^1.8.23",
"dayjs": "^1.11.8",
"deep-diff": "^1.0.2",
"diff-match-patch": "^1.0.4",
"diff2html": "^3.1.6",
Expand All @@ -33,17 +33,17 @@
"null": "^2.0.0",
"portal-vue": "^2.1.7",
"redoc": "^2.0.0-rc.65",
"sanitize-html": "^2.7.0",
"sanitize-html": "^2.11.0",
"stream": "^0.0.2",
"v-clipboard": "^2.2.2",
"v-clipboard": "^3.0.0-next.1",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-codemirror-lite": "^1.0.4",
"vue-gtag": "^1.16.1",
"vue-json-pretty": "^1.7.1",
"vue-meta": "^2.4.0",
"vue-router": "^3.1.6",
"vue-sanitize": "^0.2.2",
"vue-router": "^3.6.5",
"vue-sanitize": "^0.2.3",
"vue-virtual-scroll-list": "^1.4.6",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.24.3",
Expand Down Expand Up @@ -88,8 +88,5 @@
"plugins": {
"autoprefixer": {}
}
},
"engines": {
"node": ">= 16"
}
}

0 comments on commit 6760bbc

Please sign in to comment.