Skip to content

Commit c3fa5a4

Browse files
authored
Upgrade babel to rc1 (renatorib#155)
1 parent 907e2fe commit c3fa5a4

3 files changed

Lines changed: 429 additions & 414 deletions

File tree

.size-snapshot.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"dist/react-powerplug.umd.js": {
3-
"bundled": 20373,
4-
"minified": 8144,
5-
"gzipped": 2218
3+
"bundled": 20602,
4+
"minified": 8199,
5+
"gzipped": 2238
66
},
77
"dist/react-powerplug.cjs.js": {
8-
"bundled": 18338,
9-
"minified": 9263,
10-
"gzipped": 2228
8+
"bundled": 18553,
9+
"minified": 9339,
10+
"gzipped": 2251
1111
},
1212
"dist/react-powerplug.esm.js": {
13-
"bundled": 17708,
14-
"minified": 8725,
15-
"gzipped": 2092,
13+
"bundled": 17923,
14+
"minified": 8801,
15+
"gzipped": 2116,
1616
"treeshaked": {
1717
"rollup": {
1818
"code": 197,

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
},
6060
"homepage": "https://github.com/renatorib/react-powerplug",
6161
"dependencies": {
62-
"@babel/runtime": "7.0.0-beta.56"
62+
"@babel/runtime": "7.0.0-rc.1"
6363
},
6464
"devDependencies": {
65-
"@babel/core": "^7.0.0-beta.56",
66-
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.56",
67-
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.56",
68-
"@babel/plugin-transform-runtime": "^7.0.0-beta.56",
69-
"@babel/preset-env": "^7.0.0-beta.56",
70-
"@babel/preset-react": "^7.0.0-beta.56",
65+
"@babel/core": "^7.0.0-rc.1",
66+
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
67+
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.1",
68+
"@babel/plugin-transform-runtime": "^7.0.0-rc.1",
69+
"@babel/preset-env": "^7.0.0-rc.1",
70+
"@babel/preset-react": "^7.0.0-rc.1",
7171
"@types/react": "^16.3.13",
7272
"all-contributors-cli": "^4.11.2",
7373
"babel-core": "^7.0.0-bridge.0",

0 commit comments

Comments
 (0)