Skip to content

Commit

Permalink
chore: remove beta console logs and dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Jun 22, 2021
1 parent 7bd1bdb commit 773f453
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@types/node": "~14.14.41",
"conventional-changelog-cli": "~2.1.1",
"conventional-changelog-conventionalcommits": "~4.5.0",
"electron": "~12.0.5",
"electron": "~13.1.3",
"husky": "~6.0.0",
"np": "~7.4.0",
"np": "~7.5.0",
"parcel-bundler": "~1.12.5",
"prettier": "~2.2.1",
"pretty-quick": "~3.1.0",
"prettier": "~2.3.1",
"pretty-quick": "~3.1.1",
"rimraf": "~3.0.2",
"tslib": "~2.2.0",
"typescript": "~4.2.4"
"tslib": "~2.3.0",
"typescript": "~4.3.4"
},
"dependencies": {
"@capacitor/cli": "^3.0.0",
Expand All @@ -49,7 +49,7 @@
"events": "~3.3.0",
"fs-extra": "~9.1.0",
"mime-types": "~2.1.30",
"ora": "~5.4.0"
"ora": "~5.4.1"
},
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions src/runtime/electron-rt.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
console.log(
"Running ELECTRON-RT.TS Injection (This message will be removed after alpha/beta)"
);
class CapacitorException extends Error {
constructor(message, _code) {
super(message);
Expand Down
8 changes: 4 additions & 4 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"rebuild-deps": "electron-rebuild"
},
"dependencies": {
"@capacitor-community/electron": "^3.0.0-rc.6",
"@capacitor-community/electron": "^3.0.0",
"electron-serve": "~1.1.0",
"electron-is-dev": "~2.0.0"
},
"devDependencies": {
"electron": "~12.0.8",
"electron-builder": "~22.9.1",
"typescript": "~4.0.5",
"electron": "~13.1.3",
"electron-builder": "~22.11.7",
"typescript": "~4.3.4",
"electron-rebuild": "~2.3.5"
},
"keywords": [
Expand Down

0 comments on commit 773f453

Please sign in to comment.