Bug 1535328 - Update dev dependencies and loader-utils usage (#5072)

This commit is contained in:
Andrei Oprea 2019-05-29 21:33:23 +00:00 коммит произвёл Kate Hudson
Родитель 3910c0deb2
Коммит 1c086133c9
3 изменённых файлов: 189 добавлений и 646 удалений

Просмотреть файл

@ -35,7 +35,7 @@ module.exports = function inject(src) {
if (this.cacheable) {
this.cacheable();
}
const regex = createRequireStringRegex(loaderUtils.parseQuery(this.query));
const regex = createRequireStringRegex(loaderUtils.getOptions(this) || {});
return `module.exports = function inject(injections) {
var module = {exports: {}};

809
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -17,26 +17,26 @@
"reselect": "4.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/core": "7.4.5",
"@babel/plugin-proposal-async-generator-functions": "7.2.0",
"@babel/preset-react": "7.0.0",
"acorn": "6.1.1",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-loader": "8.0.6",
"babel-plugin-jsm-to-commonjs": "0.5.0",
"babel-plugin-jsm-to-esmodules": "0.6.0",
"chai": "4.2.0",
"chai-json-schema": "1.5.0",
"chai-json-schema": "1.5.1",
"cpx": "1.5.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.12.1",
"enzyme-adapter-react-16": "1.13.2",
"eslint": "5.16.0",
"eslint-plugin-fetch-options": "0.0.4",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-fetch-options": "0.0.5",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-mozilla": "1.2.1",
"eslint-plugin-no-unsanitized": "3.0.2",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "1.6.0",
"istanbul-instrumenter-loader": "3.0.1",
"joi-browser": "13.4.0",
@ -49,11 +49,11 @@
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.5",
"loader-utils": "0.2.16",
"loader-utils": "1.2.3",
"minimist": "1.2.0",
"mocha": "6.1.4",
"mock-raf": "1.0.1",
"node-fetch": "2.5.0",
"node-fetch": "2.6.0",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"pontoon-to-json": "2.0.0",
@ -61,12 +61,12 @@
"raw-loader": "2.0.0",
"react-test-renderer": "16.8.6",
"rimraf": "2.6.3",
"sass": "1.19.0",
"sass": "1.20.1",
"sass-lint": "1.13.1",
"shelljs": "0.8.3",
"sinon": "7.3.2",
"webpack": "4.30.0",
"webpack-cli": "3.3.1",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"yamscripts": "0.1.0"
},
"engines": {