update dependencies in app/

This commit is contained in:
Jeffrey Morgan
2023-10-19 15:52:41 -04:00
parent 7ed5a39bc7
commit cbfff4f868
3 changed files with 594 additions and 410 deletions

View File

@@ -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 }