Skip to content

Commit

Permalink
chore: upgrade electron and node-llama-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Apr 7, 2024
1 parent c16f055 commit a3d19f0
Show file tree
Hide file tree
Showing 3 changed files with 964 additions and 170 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
strict-ssl=false
registry=https://registry.npmjs.org/
electron-mirror=https://registry.npmmirror.com/-/binary/electron/
electron_custom_dir={{ version }}
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"author": "Lin Onetwo <[email protected]>, Quang Lam <[email protected]>",
"main": ".webpack/main",
"dependencies": {
"@llama-node/core": "^0.1.6",
"@llama-node/llama-cpp": "^0.1.6",
"@llama-node/rwkv-cpp": "^0.1.6",
"@tiddlygit/tiddlywiki": "5.3.4-prerelease-2024-03-20",
"ansi-to-html": "^0.7.2",
"app-path": "^4.0.0",
Expand Down Expand Up @@ -65,6 +62,7 @@
"menubar": "9.4.0",
"nanoid": "^5.0.6",
"node-fetch": "3.3.2",
"node-llama-cpp": "3.0.0-beta.15",
"reflect-metadata": "0.2.1",
"rotating-file-stream": "^3.2.1",
"rxjs": "7.8.1",
Expand All @@ -82,13 +80,13 @@
"zx": "7.2.3"
},
"optionalDependencies": {
"@electron-forge/maker-deb": "7.3.0",
"@electron-forge/maker-flatpak": "7.3.0",
"@electron-forge/maker-rpm": "7.3.0",
"@electron-forge/maker-snap": "7.3.0",
"@electron-forge/maker-squirrel": "7.3.0",
"@electron-forge/maker-wix": "7.3.0",
"@electron-forge/maker-zip": "7.3.0",
"@electron-forge/maker-deb": "7.3.1",
"@electron-forge/maker-flatpak": "7.3.1",
"@electron-forge/maker-rpm": "7.3.1",
"@electron-forge/maker-snap": "7.3.1",
"@electron-forge/maker-squirrel": "7.3.1",
"@electron-forge/maker-wix": "7.3.1",
"@electron-forge/maker-zip": "7.3.1",
"registry-js": "1.16.0"
},
"devDependencies": {
Expand All @@ -97,9 +95,9 @@
"@dnd-kit/modifiers": "4.0.0",
"@dnd-kit/sortable": "5.0.0",
"@dnd-kit/utilities": "3.0.0",
"@electron-forge/cli": "7.3.0",
"@electron-forge/plugin-auto-unpack-natives": "7.3.0",
"@electron-forge/plugin-webpack": "7.3.0",
"@electron-forge/cli": "7.3.1",
"@electron-forge/plugin-auto-unpack-natives": "7.3.1",
"@electron-forge/plugin-webpack": "7.3.1",
"@electron/rebuild": "^3.6.0",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.14",
Expand Down Expand Up @@ -134,7 +132,7 @@
"css-loader": "6.10.0",
"date-fns": "3.6.0",
"dprint": "^0.45.0",
"electron": "29.1.4",
"electron": "29.2.0",
"electron-wix-msi": "^5.1.3",
"esbuild": "^0.19.12",
"esbuild-loader": "^4.1.0",
Expand Down
Loading

0 comments on commit a3d19f0

Please sign in to comment.