Skip to content

Commit

Permalink
Merge pull request #2 from hammerframework/pp-upgrade-babel
Browse files Browse the repository at this point in the history
Upgrade to Babel 7.5
  • Loading branch information
peterp authored Jul 7, 2019
2 parents 40f3d8a + 66e3a70 commit e0b2c67
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 441 deletions.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = {
]
],
plugins: [
["@babel/plugin-proposal-decorators", { legacy: true }],
["@babel/plugin-proposal-class-properties", { loose: true }],
["@babel/plugin-proposal-export-default-from"],
["@babel/plugin-proposal-object-rest-spread"]
Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/node": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"core-js": "^3.1.3"
"core-js": "^3.1.4"
},
"dependencies": {
"@hammerframework/hammer-cli": "^0.0.0-alpha.4"
"@hammerframework/hammer-cli": "^0.0.0-alpha.5"
},
"scripts": {
"dev": "yarn build:hammer && yarn dev:api & yarn dev:web",
Expand Down
Loading

0 comments on commit e0b2c67

Please sign in to comment.