-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade @webpack-blocks/assets dependencies * Upgrade @webpack-blocks/dev-server dependencies * Upgrade @webpack-blocks/sass dependencies * Add breaking changes from css-loader * Upgrade minor dependencies * Upgrade @webpack-blocks/babel and @webpack-blocks/eslint * Upgrade travis node versions
- Loading branch information
1 parent
1741e27
commit f808db6
Showing
21 changed files
with
887 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ language: node_js | |
|
||
node_js: | ||
- 12 | ||
- 8 | ||
- 10 | ||
|
||
cache: | ||
yarn: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
"**/**/js-yaml": "^3.13.1", | ||
"**/node-sass/node-gyp/tar": "^2.2.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"license": "MIT", | ||
"author": "Andy Wermke <[email protected]>", | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 10.13.0" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
|
@@ -15,11 +15,11 @@ | |
"repository": "andywer/webpack-blocks", | ||
"bugs": "https://github.com/andywer/webpack-blocks/issues", | ||
"dependencies": { | ||
"css-loader": "^1.0.0", | ||
"file-loader": "^2.0.0", | ||
"lodash": "^4.17.11", | ||
"style-loader": "^0.23.1", | ||
"url-loader": "^1.1.2" | ||
"css-loader": "^3.5.2", | ||
"file-loader": "^6.0.0", | ||
"lodash": "^4.17.15", | ||
"style-loader": "^1.1.4", | ||
"url-loader": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@webpack-blocks/core": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"license": "MIT", | ||
"author": "Andy Wermke <[email protected]>", | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 6.11.5" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
|
@@ -15,10 +15,10 @@ | |
"repository": "andywer/webpack-blocks", | ||
"bugs": "https://github.com/andywer/webpack-blocks/issues", | ||
"dependencies": { | ||
"webpack": "^4.20.2", | ||
"webpack-dev-server": "^3.7.1" | ||
"webpack": "^4.42.1", | ||
"webpack-dev-server": "^3.10.3" | ||
}, | ||
"peerDependencies": { | ||
"@webpack-blocks/core": "^2.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"license": "MIT", | ||
"author": "Dmytro Meleshko <[email protected]>", | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 10.13.0" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
|
@@ -15,7 +15,7 @@ | |
"repository": "andywer/webpack-blocks", | ||
"bugs": "https://github.com/andywer/webpack-blocks/issues", | ||
"dependencies": { | ||
"eslint-loader": "^2.1.1" | ||
"eslint-loader": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@webpack-blocks/core": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+29 Bytes
(100%)
packages/sample-app/__tests__/__snapshots__/webpack-config.test.js.snap
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"license": "MIT", | ||
"author": "Andy Wermke <[email protected]>", | ||
"engines": { | ||
"node": ">= 6.0" | ||
"node": ">= 8.9.0" | ||
}, | ||
"keywords": [ | ||
"webpack", | ||
|
@@ -15,11 +15,11 @@ | |
"repository": "andywer/webpack-blocks", | ||
"bugs": "https://github.com/andywer/webpack-blocks/issues", | ||
"dependencies": { | ||
"css-loader": "^1.0.0", | ||
"lodash": "^4.17.11", | ||
"node-sass": "^4.12.0", | ||
"sass-loader": "^7.1.0", | ||
"style-loader": "^0.23.1" | ||
"css-loader": "^3.5.2", | ||
"lodash": "^4.17.15", | ||
"node-sass": "^4.13.1", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.1.4" | ||
}, | ||
"devDependencies": { | ||
"@webpack-blocks/assets": "^2.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.