1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

Improved tooltip rendering speed

This commit is contained in:
HarveyKandola 2022-01-10 17:14:08 -05:00
parent c31c130ffd
commit 45f216b8a1
5 changed files with 74315 additions and 11660 deletions

View file

@ -22,6 +22,7 @@
},
"dependencies": {
"bootstrap": "4.6.0",
"ember-attacher": "^1.3.0",
"npm": "7.20.6",
"pdfjs-dist": "2.9.359",
"popper.js": "^1.16.1"
@ -34,7 +35,6 @@
"@glimmer/tracking": "^1.0.0",
"broccoli-asset-rev": "^3.0.0",
"ember-ajax": "3.1.0",
"ember-attacher": "1.2.3",
"ember-cli": "^3.12.0",
"ember-cli-app-version": "5.0.0",
"ember-cli-babel": "^7.26.6",
@ -62,7 +62,8 @@
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"qunit": "^2.16.0",
"qunit-dom": "1.6.0"
"qunit-dom": "1.6.0",
"sass": "^1.47.0"
},
"engines": {
"node": "8.* || >= 10.*"