diff --git a/package-lock.json b/package-lock.json index e57e425..9ae5eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -597,9 +597,9 @@ "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" }, "bundlesize": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/bundlesize/-/bundlesize-0.4.0.tgz", - "integrity": "sha512-sWQwXEnVRogxIaNvbBgkaYozhjyOte4d+ZcyMwun5FHdhe0p7UDKS0/CFOEvy1ExEPT7ktyrjcXPj8jqRY2stA==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/bundlesize/-/bundlesize-0.5.0.tgz", + "integrity": "sha512-2YjrzhjNoFes2p3TX3EYByfWm9KBA2/TAFGafRyLDMSiD4RgoZDROwwdCAs+NUyqI7KDYMmgBAwsnd0Ro9brdg==", "dependencies": { "find-up": { "version": "2.1.0", @@ -1712,6 +1712,23 @@ "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", "dev": true }, + "github-build": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/github-build/-/github-build-1.1.1.tgz", + "integrity": "sha512-YRi1apHqL4B0x8esQIEp3f8/WvCISOYk8qXonBxQeRYBEgDR1Bce2ZmA0p/pEPbv8PBfVHp2W0A9ES02vmEFvg==", + "dependencies": { + "axios": { + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.15.3.tgz", + "integrity": "sha1-LJ1jiy4ZGgjqHWzJiOrda6W9wFM=" + }, + "follow-redirects": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.0.0.tgz", + "integrity": "sha1-jjQpjL0uF28lTv/sdaHHjMhJ/Tc=" + } + } + }, "glob": { "version": "5.0.15", "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", diff --git a/package.json b/package.json index 67c80b8..1a71de8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "babel-plugin-transform-decorators-legacy": "1.3.4", - "bundlesize": "0.4.0", + "bundlesize": "0.5.0", "stylis": "0.7.0" }, "devDependencies": { @@ -60,8 +60,10 @@ "git add" ] }, - "bundlesize": [{ - "path": "./css-constructor.js", - "threshold": "1Kb" - }] + "bundlesize": [ + { + "path": "./css-constructor.js", + "threshold": "1Kb" + } + ] }