Skip to content

Commit 07fcf6b

Browse files
chore(deps): update (#684)
1 parent 3d15639 commit 07fcf6b

File tree

10 files changed

+185
-150
lines changed

10 files changed

+185
-150
lines changed

package-lock.json

+177-142
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,26 @@
5757
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
5858
"babel-eslint": "^10.1.0",
5959
"babel-jest": "^26.6.3",
60-
"bootstrap": "^4.5.3",
60+
"bootstrap": "^4.6.0",
6161
"cross-env": "^7.0.3",
6262
"css-loader": "^5.0.1",
6363
"del": "^6.0.0",
6464
"del-cli": "^3.0.1",
6565
"es-check": "^5.2.0",
66-
"eslint": "^7.17.0",
67-
"eslint-config-prettier": "^7.1.0",
66+
"eslint": "^7.18.0",
67+
"eslint-config-prettier": "^7.2.0",
6868
"eslint-plugin-import": "^2.22.1",
6969
"file-loader": "^6.2.0",
70-
"husky": "^4.3.7",
70+
"husky": "^4.3.8",
7171
"jest": "^26.6.3",
7272
"jsdom": "^16.4.0",
7373
"lint-staged": "^10.5.3",
7474
"memfs": "^3.0.2",
7575
"npm-run-all": "^4.1.5",
7676
"prettier": "^2.2.1",
7777
"standard-version": "^9.1.0",
78-
"webpack": "^5.9.0",
79-
"webpack-cli": "^4.3.1",
78+
"webpack": "^5.18.0",
79+
"webpack-cli": "^4.4.0",
8080
"webpack-dev-server": "^3.7.2"
8181
},
8282
"keywords": [

test/cases/dependOn-multiple-files-per-entry/expected/webpack-5/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ __webpack_require__.r(__webpack_exports__);
175175
/******/
176176
/************************************************************************/
177177
/******/ // run startup
178-
/******/ return __webpack_require__.x();
178+
/******/ __webpack_require__.x();
179179
/******/ })()
180180
;

test/cases/dependOn/expected/webpack-5/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ __webpack_require__.r(__webpack_exports__);
157157
/******/
158158
/************************************************************************/
159159
/******/ // run startup
160-
/******/ return __webpack_require__.x();
160+
/******/ __webpack_require__.x();
161161
/******/ })()
162162
;

0 commit comments

Comments
 (0)