Skip to content

Commit

Permalink
Electron 29.0.0 && version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pejuko committed Feb 20, 2024
1 parent 4f1a210 commit df24c2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "follamac",
"productName": "Free Ollama Client",
"version": "0.0.1",
"version": "0.1.0",
"description": "Free Ollama Client is an electron application and provides convenient way to work with Ollama. Ollama works with large language models (LLMs).",
"homepage": "https://github.com/pejuko/follamac",
"repository": "https://github.com/pejuko/follamac",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@electron-forge/plugin-vite": "^7.2.0",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.0.4",
"electron": "28.2.3",
"electron": "29.0.0",
"electron-builder": "^24.9.1",
"sass": "^1.71.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^18.11.18":
version "18.19.15"
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.15.tgz"
integrity sha512-AMZ2UWx+woHNfM11PyAEQmfSxi05jm9OlkxczuHeEqmvwPkYj6MWv44gbzDPefYOLysTOFyI3ziiy2ONmUZfpA==
"@types/node@^20.9.0":
version "20.11.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -1719,13 +1719,13 @@ electron-winstaller@^5.0.0:
lodash.template "^4.2.2"
temp "^0.9.0"

electron@28.2.3:
version "28.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-28.2.3.tgz#d26821bcfda7ee445b4b75231da4b057a7ce6e7b"
integrity sha512-he9nGphZo03ejDjYBXpmFVw0KBKogXvR2tYxE4dyYvnfw42uaFIBFrwGeenvqoEOfheJfcI0u4rFG6h3QxDwnA==
electron@29.0.0:
version "29.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-29.0.0.tgz#2c1d34a95fc23a5b3530aa53de6eacca89a410b1"
integrity sha512-HhrRC5vWb6fAbWXP3A6ABwKUO9JvYSC4E141RzWFgnDBqNiNtabfmgC8hsVeCR65RQA2MLSDgC8uP52I9zFllQ==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"
"@types/node" "^20.9.0"
extract-zip "^2.0.1"

emoji-regex@^8.0.0:
Expand Down

0 comments on commit df24c2f

Please sign in to comment.