Skip to content

Commit

Permalink
fix macos menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Jul 10, 2019
1 parent be86cc6 commit c00f0ad
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 96 deletions.
129 changes: 56 additions & 73 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"description": "An electron-vue project",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.1",
"@babel/preset-env": "^7.5.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-typescript": "^7.3.3",
"@types/babel__core": "^7.1.2",
"@types/cheerio": "^0.22.12",
Expand All @@ -29,7 +29,7 @@
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/html-webpack-plugin": "^3.2.0",
"@types/mini-css-extract-plugin": "^0.2.1",
"@types/node": "^12.0.12",
"@types/node": "^12.6.2",
"@types/node-sass": "^4.11.0",
"@types/prettier": "^1.16.4",
"@types/sass": "^1.16.0",
Expand Down Expand Up @@ -65,15 +65,15 @@
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "^0.23.1",
"tree-kill": "1.2.1",
"typescript": "^3.5.2",
"typescript": "^3.5.3",
"typesync": "^0.5.1",
"url-loader": "^2.0.1",
"vue-devtools": "^5.1.0",
"vue-eslint-parser": "^6.0.4",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.2",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
Expand Down

0 comments on commit c00f0ad

Please sign in to comment.