Skip to content

Commit

Permalink
chore(publisher-gcs): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnunchik committed Dec 18, 2020
1 parent 80ddc1c commit 6970611
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/publisher/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"typings": "dist/PublisherGCS.d.ts",
"devDependencies": {
"chai": "4.2.0",
"mocha": "^7.1.2"
"mocha": "^8.1.3"
},
"engines": {
"node": ">= 10.0.0"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.51",
"@electron-forge/publisher-base": "6.0.0-beta.51",
"@electron-forge/shared-types": "6.0.0-beta.51",
"@electron-forge/async-ora": "6.0.0-beta.54",
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"@google-cloud/storage": "^5.0.1",
"debug": "^4.1.0"
"debug": "^4.3.1"
}
}

0 comments on commit 6970611

Please sign in to comment.