Skip to content

Commit

Permalink
Upgrade size snapshot plugina and babel runtime (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound authored May 8, 2018
1 parent afc879e commit 23578a4
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 421 deletions.
22 changes: 11 additions & 11 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dist/react-powerplug.umd.js": {
"bundled": 24334,
"minified": 10031,
"gzipped": 2590
"bundled": 22959,
"minified": 9274,
"gzipped": 2551
},
"dist/react-powerplug.cjs.js": {
"bundled": 21207,
"minified": 10907,
"gzipped": 2453
"bundled": 20067,
"minified": 10303,
"gzipped": 2422
},
"dist/react-powerplug.esm.js": {
"bundled": 20561,
"minified": 10358,
"gzipped": 2328,
"bundled": 19405,
"minified": 9743,
"gzipped": 2291,
"treeshaked": {
"rollup": 1489,
"webpack": 1939
"rollup": 1025,
"webpack": 1835
}
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- :ok_hand: Dependency free
- :electric_plug: Plug and play
- :crystal_ball: Tree shaking friendly (ESM, no side effects)
- :package: Super tiny (~4kb)
- :package: Super tiny (~3kb)
- :books: Well documented
- :beers: Bunch of awesome utilities

Expand Down Expand Up @@ -283,8 +283,8 @@ import { Pagination, Tabs, Checkbox } from './MyDumbComponents'
<Submit>Send</Submit>

{/*
input(id) => { bind, set, value }
*/}
input(id) => { bind, set, value }
*/}
</form>
)}
</Form>
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
},
"homepage": "https://github.com/renatorib/react-powerplug",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "^7.0.0-beta.46"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.42",
"@babel/plugin-transform-runtime": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/preset-stage-3": "^7.0.0-beta.42",
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.46",
"@babel/plugin-transform-runtime": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"@babel/preset-stage-3": "^7.0.0-beta.46",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.1.0",
Expand All @@ -85,10 +85,10 @@
"react-test-renderer": "^16.2.0",
"rimraf": "^2.6.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^4.0.0-beta.3",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-size-snapshot": "^0.3.0",
"rollup-plugin-size-snapshot": "^0.4.1",
"rollup-plugin-uglify": "^3.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 23578a4

Please sign in to comment.