Skip to content

Commit 9d3e69e

Browse files
authored
Move dropzone.js to npm/webpack (#10645)
- unvendor dropzone and upgrade it from 4.2.0 to 5.7.0 - make `csrf` available on window.config
1 parent 0c2148c commit 9d3e69e

File tree

14 files changed

+38
-2196
lines changed

14 files changed

+38
-2196
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"dependencies": {
88
"@primer/octicons": "9.4.0",
99
"clipboard": "2.0.4",
10+
"dropzone": "5.7.0",
1011
"fomantic-ui": "2.8.4",
1112
"highlight.js": "9.18.1",
1213
"jquery": "3.4.1",

public/vendor/librejs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
<td><a href="https://github.com/Ranks/emojify.js/archive/1.1.0.tar.gz">emojify-1.1.0.tar.gz</a></td>
6262
</tr>
6363
<tr>
64-
<td><a href="./plugins/dropzone/dropzone.js">dropzone.js</a></td>
65-
<td><a href="https://github.com/enyo/dropzone/blob/master/LICENSE">Expat</a></td>
66-
<td><a href="https://github.com/enyo/dropzone/archive/v4.2.0.tar.gz">dropzone.js-4.2.0.tar.gz</a></td>
64+
<td><a href="./js/dropzone.js">dropzone.js</a></td>
65+
<td><a href="https://github.com/enyo/dropzone/blob/master/LICENSE">MIT</a></td>
66+
<td><a href="https://github.com/enyo/dropzone/archive/master.tar.gz">dropzone-master.tar.gz</a></td>
6767
</tr>
6868
<tr>
6969
<td><a href="./highlight.js">highlight.js</a></td>

public/vendor/plugins/dropzone/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)