Skip to content

Commit ab15cd1

Browse files
greenkeeper[bot]matheus1lva
authored andcommitted
Update babel7 to the latest version 🚀 (#20)
* chore(package): update @babel/cli to version 7.0.0 * chore(package): update @babel/core to version 7.0.0 * chore(package): update @babel/plugin-proposal-class-properties to version 7.0.0 * chore(package): update @babel/plugin-proposal-optional-chaining to version 7.0.0 * chore(package): update @babel/plugin-transform-async-to-generator to version 7.0.0 * chore(package): update @babel/polyfill to version 7.0.0 * chore(package): update @babel/preset-env to version 7.0.0 * chore(package): update @babel/preset-flow to version 7.0.0
1 parent 82b566e commit ab15cd1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"author": "Matheus Gonçalves da Silva <PlayMa256>",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"@babel/cli": "7.0.0-rc.4",
28-
"@babel/core": "7.0.0-rc.4",
29-
"@babel/plugin-proposal-class-properties": "7.0.0-rc.4",
30-
"@babel/plugin-proposal-optional-chaining": "^7.0.0-rc.4",
31-
"@babel/plugin-transform-async-to-generator": "7.0.0-rc.3",
32-
"@babel/polyfill": "7.0.0-rc.4",
33-
"@babel/preset-env": "7.0.0-rc.3",
34-
"@babel/preset-flow": "7.0.0-rc.4",
27+
"@babel/cli": "7.0.0",
28+
"@babel/core": "7.0.0",
29+
"@babel/plugin-proposal-class-properties": "7.0.0",
30+
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
31+
"@babel/plugin-transform-async-to-generator": "7.0.0",
32+
"@babel/polyfill": "7.0.0",
33+
"@babel/preset-env": "7.0.0",
34+
"@babel/preset-flow": "7.0.0",
3535
"@commitlint/cli": "7.0.0",
3636
"@commitlint/config-angular": "7.0.1",
3737
"@commitlint/config-conventional": "7.0.1",

0 commit comments

Comments
 (0)