diff options
author | silverwind <me@silverwind.io> | 2020-01-21 18:32:33 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2020-01-21 19:32:33 +0200 |
commit | 2982afe6b498f9d61bd48407c5408299a1cbbc60 (patch) | |
tree | 391483c055d7a657968c8da4af63f9908adbcf77 /package-lock.json | |
parent | 0e8b27afe8aaa9055be24f71e8543f2701f18291 (diff) | |
download | gitea-2982afe6b498f9d61bd48407c5408299a1cbbc60.tar.gz gitea-2982afe6b498f9d61bd48407c5408299a1cbbc60.zip |
move jquery and jquery-migrate to npm/webpack (#9813)
Currently, this needs to be its own chunk because fomantic depends
on jQuery being present. The next step is to move fomantic to webpack
too after which we can combine the index,fomantic and jquery files into
one.
jquery-migrate is still neccessary because our ancient version of Dropzone
seems to break without it. I imagine it can be removed after a Dropzone
upgrade.
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 1817f37978..b089b009b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8204,6 +8204,11 @@ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, + "jquery-migrate": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jquery-migrate/-/jquery-migrate-3.1.0.tgz", + "integrity": "sha512-u/MtE1ST2pCr3rCyouJG2xMiw/k3OzLNeRKprjKTeHUezCGr0DyEgeXFdqFLmQfxfR5EsVu+mGo/sCcYdiYcIQ==" + }, "js-beautify": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.10.3.tgz", |