Skip to content

Commit 5e4b5cc

Browse files
committed
upgrade deps / exclude "built at" from stats
1 parent cf17def commit 5e4b5cc

File tree

116 files changed

+71
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+71
-135
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"precommit": "lint-staged"
1313
},
1414
"lint-staged": {
15-
"*.{ts,md}": [
15+
"src/**/*.{ts,md}": [
1616
"prettier --write",
1717
"git add"
1818
]
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@types/micromatch": "^3.1.0",
54-
"@types/node": "^9.4.0",
54+
"@types/node": "^9.6.2",
5555
"@types/semver": "^5.4.0",
5656
"babel": "^6.0.0",
5757
"babel-core": "^6.0.0",
@@ -63,7 +63,7 @@
6363
"escape-string-regexp": "^1.0.3",
6464
"fs-extra": "^5.0.0",
6565
"glob": "^7.1.1",
66-
"html-webpack-plugin": "^3.0.6",
66+
"html-webpack-plugin": "^3.2.0",
6767
"husky": "^0.14.3",
6868
"jasmine-core": "^2.5.2",
6969
"karma": "^2.0.0",
@@ -75,9 +75,9 @@
7575
"lint-staged": "^7.0.0",
7676
"mkdirp": "^0.5.1",
7777
"mocha": "^5.0.0",
78-
"prettier": "^1.10.2",
78+
"prettier": "^1.11.1",
7979
"rimraf": "^2.6.2",
8080
"typescript": "^2.7.2",
81-
"webpack": "^4.0.0"
81+
"webpack": "^4.5.0"
8282
}
8383
}

test/comparison-tests/aliasResolution/expectedOutput-2.8/output.transpiled.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:14:55
21
Asset Size Chunks Chunk Names
32
bundle.js 3.37 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/aliasResolution/expectedOutput-2.8/output.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:14:50
21
Asset Size Chunks Chunk Names
32
bundle.js 3.37 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/aliasResolution/expectedOutput-2.8/patch0/output.transpiled.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:14:57
21
Asset Size Chunks Chunk Names
32
bundle.js 3.37 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/aliasResolution/expectedOutput-2.8/patch0/output.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:14:53
21
Asset Size Chunks Chunk Names
32
bundle.js 3.37 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-2.8/output.transpiled.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Built at: 2018-2-11 17:50:53
1+
Built at: 2018-4-7 18:30:32
22
Asset Size Chunks Chunk Names
33
bundle.js 2.83 KiB main [emitted] main
44
Entrypoint main = bundle.js

test/comparison-tests/allowJs-entryFileIsJs/expectedOutput-2.8/output.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:15:04
21
Asset Size Chunks Chunk Names
32
bundle.js 2.83 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/appendSuffixTo/expectedOutput-2.8/output.transpiled.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Built at: 2018-3-18 09:15:11
1+
Built at: 2018-4-7 18:30:42
22
Asset Size Chunks Chunk Names
33
bundle.js 4.04 KiB main [emitted] main
44
Entrypoint main = bundle.js

test/comparison-tests/appendSuffixTo/expectedOutput-2.8/output.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:15:10
21
Asset Size Chunks Chunk Names
32
bundle.js 4.04 KiB main [emitted] main
43
Entrypoint main = bundle.js

test/comparison-tests/appendSuffixToWatch/expectedOutput-2.8/output.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Built at: 2018-3-18 09:15:16
21
Asset Size Chunks Chunk Names
32
bundle.entry1.js 2.81 KiB entry1 [emitted] entry1
43
bundle.entry2.js 3.32 KiB entry2 [emitted] entry2

0 commit comments

Comments
 (0)