mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00: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:
@@ -2,7 +2,7 @@
|
|||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"homepage": ".",
|
"homepage": ".",
|
||||||
"productName": "Khoj",
|
"productName": "Khoj",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Scaffolding for the desktop entrypoint to Khoj",
|
"description": "Scaffolding for the desktop entrypoint to Khoj",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "25.0.0"
|
"electron": "25.8.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "yarn electron ."
|
"start": "yarn electron ."
|
||||||
|
|||||||
@@ -379,10 +379,10 @@ electron-updater@^4.6.1:
|
|||||||
lodash.isequal "^4.5.0"
|
lodash.isequal "^4.5.0"
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
|
|
||||||
electron@25.0.0:
|
electron@25.8.1:
|
||||||
version "25.0.0"
|
version "25.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-25.0.0.tgz#3c7cb7e74a271ebc183acaeefc4dd09f2eb079e5"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-25.8.1.tgz#092fab5a833db4d9240d4d6f36218cf7ca954f86"
|
||||||
integrity sha512-8Bjlpw52XW447RKjYGaaizWI4x0dv4gATNn7ssuonySbDgeJNqUnIJQGBrpXyB3VUROVmhXnTWB9VWRzv6uVlA==
|
integrity sha512-GtcP1nMrROZfFg0+mhyj1hamrHvukfF6of2B/pcWxmWkd5FVY1NJib0tlhiorFZRzQN5Z+APLPr7aMolt7i2AQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@electron/get" "^2.0.0"
|
"@electron/get" "^2.0.0"
|
||||||
"@types/node" "^18.11.18"
|
"@types/node" "^18.11.18"
|
||||||
|
|||||||
Reference in New Issue
Block a user