Update Version Electron 2 to 3 #hacktoberfest

This commit is contained in:
nakeawvichit
2018-10-04 01:09:46 +07:00
parent 9106c8fa4f
commit f083328bb7

View File

@@ -36,8 +36,7 @@
"test": "npm run postinstall:web && ng test", "test": "npm run postinstall:web && ng test",
"e2e": "npm run postinstall:web && ng e2e" "e2e": "npm run postinstall:web && ng e2e"
}, },
"dependencies": { "dependencies": {},
},
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "0.6.3", "@angular-devkit/build-angular": "0.6.3",
"@angular/cli": "6.1.2", "@angular/cli": "6.1.2",
@@ -58,7 +57,7 @@
"@types/node": "8.9.4", "@types/node": "8.9.4",
"codelyzer": "4.2.1", "codelyzer": "4.2.1",
"core-js": "2.5.6", "core-js": "2.5.6",
"electron": "2.0.7", "electron": "^3.0.2",
"electron-builder": "20.28.1", "electron-builder": "20.28.1",
"electron-reload": "1.2.2", "electron-reload": "1.2.2",
"jasmine-core": "3.1.0", "jasmine-core": "3.1.0",