Skip to content

Commit

Permalink
Pin dependencies (#2)
Browse files Browse the repository at this point in the history
Pin dependencies

Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/2
Co-Authored-By: renovate <renovatebot@kolaente.de>
Co-Committed-By: renovate <renovatebot@kolaente.de>
  • Loading branch information
renovate authored and kolaente committed Nov 1, 2020
1 parent 4a0733d commit cc36b43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
}
},
"devDependencies": {
"electron": "^10.1.3",
"electron-builder": "^22.9.1"
"electron": "10.1.3",
"electron-builder": "22.9.1"
},
"dependencies": {
"connect-history-api-fallback": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ ejs@^3.1.5:
dependencies:
jake "^10.6.1"

electron-builder@^22.9.1:
electron-builder@22.9.1:
version "22.9.1"
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-22.9.1.tgz#a2962db6f2757bc01d02489f38fafe0809f68f60"
integrity sha512-GXPt8l5Mxwm1QKYopUM6/Tdh9W3695G6Ax+IFyj5pQ51G4SD5L1uq4/RkPSsOgs3rP7jNSV6g6OfDzdtVufPdA==
Expand Down Expand Up @@ -615,7 +615,7 @@ electron-publish@22.9.1:
lazy-val "^1.0.4"
mime "^2.4.6"

electron@^10.1.3:
electron@10.1.3:
version "10.1.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-10.1.3.tgz#7e276e373bf30078bd4cb1184850a91268dc0e6c"
integrity sha512-CR8LrlG47MdAp317SQ3vGYa2o2cIMdMSMPYH46OVitFLk35dwE9fn3VqvhUIXhCHYcNWIAPzMhkVHpkoFdKWuw==
Expand Down

0 comments on commit cc36b43

Please sign in to comment.