Skip to content

Commit

Permalink
Update to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Sep 7, 2018
1 parent 22f7259 commit 8b336d3
Show file tree
Hide file tree
Showing 27 changed files with 1,832 additions and 2,937 deletions.
3,233 changes: 1,776 additions & 1,457 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
Expand Up @@ -60,22 +60,21 @@
"repository": "https://github.com/wavebox/waveboxapp",
"main": "bin/app/index.js",
"dependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-react-remove-prop-types": "0.4.14",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"babel-loader": "8.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.15",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"clean-webpack-plugin": "0.1.19",
"colors": "1.3.2",
"copy-webpack-plugin": "4.5.2",
"css-loader": "1.0.0",
"electron": "2.0.8",
"electron-rebuild": "1.8.2",
"file-loader": "1.1.11",
"file-loader": "2.0.0",
"fs-extra": "7.0.0",
"graceful-fs": "4.1.11",
"json-loader": "0.5.7",
Expand Down
188 changes: 24 additions & 164 deletions src/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app/package.json
Expand Up @@ -40,9 +40,9 @@
"node-mac-notifier": "0.1.0"
},
"devDependencies": {
"standard": "12.0.1",
"babel-eslint": "9.0.0",
"babel-plugin-transform-class-properties": "6.24.1"
"source-map-support": "0.5.9",
"standard": "12.0.1"
},
"standard": {
"parser": "babel-eslint"
Expand Down

0 comments on commit 8b336d3

Please sign in to comment.