Skip to content

Commit

Permalink
chore(deps): update (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Nov 5, 2020
1 parent 69aa92b commit 36454c3
Show file tree
Hide file tree
Showing 13 changed files with 558 additions and 567 deletions.
1,085 changes: 538 additions & 547 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,25 @@
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.1",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.2",
"css-loader": "^5.0.0",
"css-loader": "^5.0.1",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"es-check": "^5.1.1",
"es-check": "^5.1.2",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.1.1",
"file-loader": "^6.2.0",
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"lint-staged": "^10.4.0",
"memfs": "^3.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"standard-version": "^9.0.0",
"webpack": "^5.3.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleC_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);

;


/***/ }),
Expand All @@ -23,7 +23,7 @@ __webpack_require__.r(__webpack_exports__);

__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleD_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);

;


/***/ }),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleB_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);

;


/***/ }),
Expand All @@ -28,7 +28,7 @@ __webpack_require__.r(__webpack_exports__);
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleA_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7);

;


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion test/cases/dependOn/expected/webpack-5/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleB_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);

;


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion test/cases/dependOn/expected/webpack-5/entry1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _styleA_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);

;


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion test/cases/devtool-source-map/expected/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const b = "foo__b";
const c = "foo__c";
// CONCATENATED MODULE: ./index.js
/* eslint-disable import/no-namespace */

;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __webpack_require__.r(__webpack_exports__);
// extracted by mini-css-extract-plugin

// CONCATENATED MODULE: ./index.js

;



Expand Down
2 changes: 1 addition & 1 deletion test/cases/es-named-export/expected/webpack-5/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _style_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);

;

// eslint-disable-next-line no-console
console.log({ css: _style_css__WEBPACK_IMPORTED_MODULE_0__.default, aClass: _style_css__WEBPACK_IMPORTED_MODULE_0__.aClass, bClass: _style_css__WEBPACK_IMPORTED_MODULE_0__.bClass, cClass: _style_css__WEBPACK_IMPORTED_MODULE_0__.cClass });
Expand Down
2 changes: 1 addition & 1 deletion test/cases/simple-async-source-map/expected/1.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/cases/simple-async-source-map/expected/2.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/cases/simple-async-source-map/expected/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36454c3

Please sign in to comment.