mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-14 07:02:40 +00:00
Remove jQuery
This commit is contained in:
parent
b41c6a859d
commit
17597961b6
3 changed files with 1 additions and 10 deletions
|
@ -88,8 +88,6 @@
|
|||
"hammerjs": "^2.0.8",
|
||||
"highlight.js": "^11.11.1",
|
||||
"icomoon-free-npm": "^0.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery.cookie": "^1.4.1",
|
||||
"jr-qrcode": "^1.2.1",
|
||||
"material-design-icons-iconfont": "^6.7.0",
|
||||
"mathjax": "^3.2.2",
|
||||
|
|
|
@ -22,7 +22,6 @@ Encore
|
|||
config.corejs = '3.23';
|
||||
})
|
||||
.enableSassLoader()
|
||||
.enablePostCssLoader()
|
||||
.autoProvidejQuery();
|
||||
.enablePostCssLoader();
|
||||
|
||||
module.exports = Encore.getWebpackConfig();
|
||||
|
|
|
@ -1404,7 +1404,6 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.9.0:
|
|||
|
||||
annotator@wallabag/annotator#master:
|
||||
version "2.0.0-alpha.4"
|
||||
uid "082069d777ed0fe5080392e85675ef3a519c7886"
|
||||
resolved "https://codeload.github.com/wallabag/annotator/tar.gz/082069d777ed0fe5080392e85675ef3a519c7886"
|
||||
dependencies:
|
||||
backbone-extend-standalone "^0.1.2"
|
||||
|
@ -3386,11 +3385,6 @@ jiti@^1.20.0:
|
|||
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
|
||||
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
|
||||
|
||||
jquery.cookie@^1.4.1:
|
||||
version "1.4.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery.cookie/-/jquery.cookie-1.4.1.tgz#d63dce209eab691fe63316db08ca9e47e0f9385b"
|
||||
integrity sha512-c/hZOOL+8VSw/FkTVH637gS1/6YzMSCROpTZ2qBYwJ7s7sHajU7uBkSSiE5+GXWwrfCCyO+jsYjUQ7Hs2rIxAA==
|
||||
|
||||
jquery@^3.7.1:
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
|
||||
|
|
Loading…
Reference in a new issue