mirror of https://github.com/node-red/node-red.git
feat(editor): use npm d3 dependency
parent
e449dbd6b6
commit
fda952f0e9
|
@ -221,7 +221,7 @@ module.exports = function(grunt) {
|
|||
"node_modules/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js",
|
||||
"node_modules/marked/marked.min.js",
|
||||
"node_modules/dompurify/dist/purify.min.js",
|
||||
"packages/node_modules/@node-red/editor-client/src/vendor/d3/d3.v3.min.js",
|
||||
"node_modules/d3/d3.min.js",
|
||||
"node_modules/i18next/i18next.min.js",
|
||||
"node_modules/i18next-http-backend/i18nextHttpBackend.min.js",
|
||||
"node_modules/jquery-i18next/jquery-i18next.min.js",
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
"@node-rs/bcrypt": "1.10.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"d3": "3.0.3",
|
||||
"dompurify": "2.4.1",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-chmod": "~1.1.1",
|
||||
|
|
Loading…
Reference in New Issue