29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00

[4.0] Update node dependencies (#29253)

This commit is contained in:
George Wilson 2020-05-30 11:01:49 +01:00 committed by GitHub
parent ac6acd8d26
commit e60d17a7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 2288 additions and 2182 deletions

View File

@ -208,6 +208,7 @@ const copyFiles = (options) => {
if (!FsExtra.existsSync(itemvendorPath)) {
FsExtra.mkdirSync(itemvendorPath);
FsExtra.mkdirSync(Path.join(itemvendorPath, 'icons'));
FsExtra.mkdirSync(Path.join(itemvendorPath, 'plugins'));
FsExtra.mkdirSync(Path.join(itemvendorPath, 'langs'));
FsExtra.mkdirSync(Path.join(itemvendorPath, 'skins'));
@ -215,6 +216,7 @@ const copyFiles = (options) => {
FsExtra.mkdirSync(Path.join(itemvendorPath, 'templates'));
}
copyAll('icons', 'tinymce', 'icons');
copyAll('plugins', 'tinymce', 'plugins');
copyAll('skins', 'tinymce', 'skins');
copyAll('themes', 'tinymce', 'themes');

View File

@ -31,7 +31,7 @@ const settings = [
},
modules: false,
}],
'minify',
['minify', { builtIns: false }],
],
plugins: [
['@babel/plugin-transform-classes'],
@ -60,7 +60,7 @@ const settings = [
},
modules: false,
}],
'minify',
['minify', { builtIns: false }],
],
plugins: [],
comments: false,

View File

@ -25,7 +25,7 @@ const createJsFiles = (inputFile, es6FileContents) => {
browsers: ['last 1 Chrome version'],
},
}],
['minify'],
['minify', { builtIns: false }],
],
comments: false,
},
@ -51,7 +51,7 @@ const createJsFiles = (inputFile, es6FileContents) => {
browsers: ['ie 11'],
},
}],
['minify'],
['minify', { builtIns: false }],
],
plugins: [
['@babel/plugin-transform-classes'],

4410
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,77 +37,77 @@
"bootstrap": "^4.5.0",
"choices.js": "^9.0.1",
"chosen-js": "^1.8.7",
"codemirror": "^5.52.2",
"cropperjs": "^1.5.6",
"codemirror": "^5.54.0",
"cropperjs": "^1.5.7",
"diff": "^4.0.2",
"dragula": "3.7.2",
"file-saver": "^2.0.2",
"focus-visible": "^5.0.2",
"focus-visible": "^5.1.0",
"joomla-ui-custom-elements": "0.0.38",
"jquery": "^3.5",
"jquery-migrate": "^3.3.0",
"mediaelement": "^4.2.16",
"metismenujs": "^1.1.0",
"metismenujs": "^1.2.0",
"popper.js": "^1.16.1",
"punycode": "1.4.1",
"qrcode-generator": "^1.4.4",
"roboto-fontface": "^0.10.0",
"short-and-sweet": "^1.0.2",
"skipto": "^2.1.1",
"tinymce": "^5.2.1",
"tinymce": "^5.3.1",
"vue": "^2.6.10",
"vue-focus-lock": "^1.3.2",
"vuex": "^3.1.3",
"vuex": "^3.4.0",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-classes": "^7.9.2",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/core": "^7.10.1",
"@babel/plugin-transform-classes": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@gfx/zopfli": "^1.0.14",
"autoprefixer": "^9.7.5",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-preset-minify": "^0.4.3",
"babel-preset-minify": "^0.5.1",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"commander": "^5.0.0",
"copy-dir": "^1.2.0",
"commander": "^5.1.0",
"copy-dir": "^1.3.0",
"cross-env": "^7.0.0",
"css-loader": "^3.0.0",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"ini": "^1.3.5",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-coverage": "^2.0.1",
"karma": "^5.0.9",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine": "^3.3.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-verbose-reporter": "^0.0.6",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"postcss": "^7.0.27",
"postcss": "^7.0.31",
"recursive-readdir": "^2.2.2",
"sass-loader": "^8.0.2",
"selenium-standalone": "^6.17.0",
"uglify-es": "^3.3.9",
"uglifycss": "^0.0.29",
"vue-loader": "^15.9.1",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.10",
"walk-sync": "^2.0.2",
"walk-sync": "^2.1.0",
"watch": "^1.0.2",
"webpack": "^4.42.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="editors" method="upgrade">
<name>plg_editors_codemirror</name>
<version>5.52.2</version>
<version>5.54.0</version>
<creationDate>28 March 2011</creationDate>
<author>Marijn Haverbeke</author>
<authorEmail>marijnh@gmail.com</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="editors" method="upgrade">
<name>plg_editors_tinymce</name>
<version>5.2.1</version>
<version>5.3.1</version>
<creationDate>2005-2019</creationDate>
<author>Tiny Technologies, Inc</author>
<authorEmail>N/A</authorEmail>