Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
cbfff4f8
Commit
cbfff4f8
authored
Oct 19, 2023
by
Jeffrey Morgan
Browse files
update dependencies in `app/`
parent
7ed5a39b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
606 additions
and
422 deletions
+606
-422
app/forge.config.ts
app/forge.config.ts
+0
-10
app/package-lock.json
app/package-lock.json
+605
-411
app/package.json
app/package.json
+1
-1
No files found.
app/forge.config.ts
View file @
cbfff4f8
...
...
@@ -47,16 +47,6 @@ const config: ForgeConfig = {
},
rebuildConfig
:
{},
makers
:
[
new
MakerSquirrel
({}),
new
MakerZIP
({},
[
'
darwin
'
])],
publishers
:
[
new
PublisherGithub
({
repository
:
{
name
:
'
ollama
'
,
owner
:
'
jmorganca
'
,
},
draft
:
false
,
prerelease
:
true
,
}),
],
hooks
:
{
readPackageJson
:
async
(
_
,
packageJson
)
=>
{
return
{
...
packageJson
,
version
:
process
.
env
.
VERSION
||
packageJson
.
version
}
...
...
app/package-lock.json
View file @
cbfff4f8
This diff is collapsed.
Click to expand it.
app/package.json
View file @
cbfff4f8
...
...
@@ -46,7 +46,7 @@
"chmodr"
:
"^1.2.0"
,
"copy-webpack-plugin"
:
"^11.0.0"
,
"css-loader"
:
"^6.8.1"
,
"electron"
:
"25.
2.0
"
,
"electron"
:
"25.
9.2
"
,
"eslint"
:
"^8.43.0"
,
"eslint-plugin-import"
:
"^2.27.5"
,
"fork-ts-checker-webpack-plugin"
:
"^7.3.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment