mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update Khoj package version for Electron, Desktop app (#492)
* Address package upgrade for Electron application * Update package version for Electron desktop application
This commit is contained in:
parent
3f962a55c3
commit
4a5ed7f06c
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "Khoj",
|
||||
"homepage": ".",
|
||||
"productName": "Khoj",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Scaffolding for the desktop entrypoint to Khoj",
|
||||
"main": "main.js",
|
||||
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"electron": "25.0.0"
|
||||
"electron": "25.8.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "yarn electron ."
|
||||
|
|
|
@ -379,10 +379,10 @@ electron-updater@^4.6.1:
|
|||
lodash.isequal "^4.5.0"
|
||||
semver "^7.3.5"
|
||||
|
||||
electron@25.0.0:
|
||||
version "25.0.0"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-25.0.0.tgz#3c7cb7e74a271ebc183acaeefc4dd09f2eb079e5"
|
||||
integrity sha512-8Bjlpw52XW447RKjYGaaizWI4x0dv4gATNn7ssuonySbDgeJNqUnIJQGBrpXyB3VUROVmhXnTWB9VWRzv6uVlA==
|
||||
electron@25.8.1:
|
||||
version "25.8.1"
|
||||
resolved "https://registry.yarnpkg.com/electron/-/electron-25.8.1.tgz#092fab5a833db4d9240d4d6f36218cf7ca954f86"
|
||||
integrity sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==
|
||||
dependencies:
|
||||
"@electron/get" "^2.0.0"
|
||||
"@types/node" "^18.11.18"
|
||||
|
|
Loading…
Reference in a new issue