Skip to content

Commit

Permalink
update deps and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Aug 22, 2019
1 parent 64d6add commit 7cc245d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.4.2",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.4.0",
"eslint": "^5.16.0",
"eslint-config-developit": "^1.1.1",
"fs-extra": "^7.0.0",
"jest": "^23.5.0",
"fs-extra": "^7.0.1",
"jest": "^23.6.0",
"microbundle": "^0.11.0",
"webpack": "^4.29.6"
"webpack": "^4.39.2"
},
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"ci-env": "^1.9.0",
"escape-string-regexp": "^1.0.5",
"glob": "^7.1.2",
"glob": "^7.1.4",
"gzip-size": "^5.1.1",
"minimatch": "^3.0.4",
"pretty-bytes": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`size-plugin should display the size of a multiple output files 1`] = `
"
bundle.js ⏤ [32m1.04 kB[39m (+573 B)
bundle.js ⏤ [32m1.07 kB[39m (+597 B)
1.*****.chunk.js ⏤ 102 B (+102 B)
2.*****.chunk.js ⏤ 137 B (+137 B)
"
Expand All @@ -16,15 +16,15 @@ exports[`size-plugin should display the size of a single bundle file 1`] = `

exports[`size-plugin should respect output.filename / output.chunkFilename 1`] = `
"
js-main.********************.js ⏤ [1m[32m1.09 kB[39m[22m ([31m+1.09 kB[39m)
js-main.********************.js ⏤ [1m[32m1.11 kB[39m[22m ([31m+1.11 kB[39m)
js-1.********************.js ⏤ 102 B (+102 B)
js-2.********************.js ⏤ 137 B (+137 B)
"
`;

exports[`size-plugin should show size deltas for subsequent builds 1`] = `
"
bundle.js ⏤ [1m[32m7.2 kB[39m[22m ([31m+6.16 kB[39m)
bundle.js ⏤ [1m[32m7.23 kB[39m[22m ([31m+6.16 kB[39m)
1.*****.chunk.js ⏤ 102 B
2.*****.chunk.js ⏤ 303 B (+166 B)
"
Expand Down

0 comments on commit 7cc245d

Please sign in to comment.