Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Mar 26, 2018
1 parent d1edab3 commit 4556198
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 259 deletions.
6 changes: 3 additions & 3 deletions packages/electron-webpack-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "electron-webpack-eslint",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"author": "Greg Holguin <[email protected]>",
"files": [],
"repository": "electron-userland/electron-webpack",
"dependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/electron-webpack-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "electron-webpack-vue",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"author": "Vladimir Krivosheev <[email protected]>",
"files": [],
"repository": "electron-userland/electron-webpack",
"dependencies": {
"vue-class-component": "^6.2.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.1",
"vue-style-loader": "^4.0.2",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16"
}
}
6 changes: 3 additions & 3 deletions packages/electron-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-webpack",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Vladimir Krivosheev <[email protected]>",
"main": "out/main.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"file-loader": "^1.1.11",
"fs-extra-p": "^4.5.2",
"html-loader": "^1.0.0-alpha.0",
"html-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^3.1.0",
"lazy-val": "^1.0.3",
"node-loader": "^0.6.0",
"read-config-file": "^3.0.0",
Expand All @@ -47,7 +47,7 @@
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2",
"yargs": "^11.1.0",
"webpack-cli": "^2.0.12"
"webpack-cli": "^2.0.13"
},
"devDependencies": {
"@types/webpack-merge": "^4.1.3"
Expand Down
17 changes: 5 additions & 12 deletions test/out/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

exports[`app 1`] = `
"Child
Built at: 3/18/2018 5:28:40 PM
Asset Size Chunks Chunk Names
main.js 693 bytes 0 [emitted] main
main.js.map 1.09 KiB 0 [emitted] main
Entrypoint main = main.js main.js.map
[0] ./src/main/index.js 0 bytes {0} [built]
[1] multi ./src/main/index.js 28 bytes {0} [built]
Child
Built at: 3/18/2018 5:28:40 PM
Asset Size Chunks Chunk Names
renderer.js 874 bytes 0 [emitted] renderer
styles.css 120 bytes 0 [emitted] renderer
Expand Down Expand Up @@ -76,8 +74,7 @@ Object {
`;
exports[`main extra entry point and custom source dir 1`] = `
"Built at: 3/18/2018 5:28:41 PM
Asset Size Chunks Chunk Names
" Asset Size Chunks Chunk Names
foo.js 677 bytes 0 [emitted] foo
main.js 694 bytes 1 [emitted] main
foo.js.map 1.17 KiB 0 [emitted] foo
Expand Down Expand Up @@ -105,8 +102,7 @@ Object {
`;
exports[`main production 1`] = `
"Built at: 3/18/2018 5:28:41 PM
Asset Size Chunks Chunk Names
" Asset Size Chunks Chunk Names
main.js 693 bytes 0 [emitted] main
main.js.map 1.09 KiB 0 [emitted] main
Entrypoint main = main.js main.js.map
Expand All @@ -127,8 +123,7 @@ Object {
`;
exports[`renderer custom sourceDirectory 1`] = `
"Built at: 3/18/2018 5:28:41 PM
Asset Size Chunks Chunk Names
" Asset Size Chunks Chunk Names
renderer.js 874 bytes 0 [emitted] renderer
styles.css 120 bytes 0 [emitted] renderer
renderer.js.map 1.51 KiB 0 [emitted] renderer
Expand Down Expand Up @@ -188,8 +183,7 @@ Object {
`;
exports[`renderer production 1`] = `
"Built at: 3/18/2018 5:28:42 PM
Asset Size Chunks Chunk Names
" Asset Size Chunks Chunk Names
renderer.js 874 bytes 0 [emitted] renderer
styles.css 120 bytes 0 [emitted] renderer
renderer.js.map 1.5 KiB 0 [emitted] renderer
Expand Down Expand Up @@ -249,8 +243,7 @@ Object {
`;
exports[`typescript 1`] = `
"Built at: 3/18/2018 5:28:43 PM
Asset Size Chunks Chunk Names
" Asset Size Chunks Chunk Names
main.js 707 bytes 0 [emitted] main
main.js.map 1.09 KiB 0 [emitted] main
Entrypoint main = main.js main.js.map
Expand Down
2 changes: 1 addition & 1 deletion test/src/helpers/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function statToMatchObject(stats: Stats, projectDir: string) {
.split(/\r?\n/)
.filter(it => {
const trimmed = it.trim()
return !trimmed.startsWith("Time:") && !trimmed.startsWith("Hash:") && !trimmed.startsWith("Version:")
return !trimmed.startsWith("Time:") && !trimmed.startsWith("Hash:") && !trimmed.startsWith("Version:") && !trimmed.startsWith("Built at:")
})
.join("\n")
.replace(new RegExp(`[../]*${projectDir}`, "g"), "<project-dir>")
Expand Down
Loading

0 comments on commit 4556198

Please sign in to comment.