feat(editor): use npm jquery dependency

This commit is contained in:
Rotzbua 2024-05-30 16:58:49 +02:00
parent bb01f26f06
commit ed4ff02d50
No known key found for this signature in database
GPG Key ID: C69022D529C17845
4 changed files with 4 additions and 6 deletions

View File

@ -215,8 +215,8 @@ module.exports = function(grunt) {
files: [
{
src: [
"packages/node_modules/@node-red/editor-client/src/vendor/jquery/js/jquery-3.5.1.min.js",
"packages/node_modules/@node-red/editor-client/src/vendor/jquery/js/jquery-migrate-3.3.0.min.js",
"node_modules/jquery/dist/jquery.min.js",
"node_modules/jquery-migrate/dist/jquery-migrate.min.js",
"packages/node_modules/@node-red/editor-client/src/vendor/jquery/js/jquery-ui.min.js",
"packages/node_modules/@node-red/editor-client/src/vendor/jquery/js/jquery.ui.touch-punch.min.js",
"node_modules/marked/marked.min.js",

View File

@ -107,7 +107,9 @@
"grunt-simple-mocha": "~0.4.1",
"grunt-simple-nyc": "^3.0.1",
"i18next-http-backend": "1.4.1",
"jquery": "3.5.1",
"jquery-i18next": "1.2.1",
"jquery-migrate": "3.3.0",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
"marked": "4.3.0",
"mermaid": "^10.4.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long