Skip to content

Commit

Permalink
update dependencies and bump to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Mar 11, 2024
1 parent 0c744f4 commit b0e04bf
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 41 deletions.
66 changes: 32 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/dadmobile"
}
],
"version": "0.2.7",
"version": "0.2.8",
"main": "./src/main/main.ts",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
Expand Down Expand Up @@ -114,7 +114,7 @@
"electron-log": "^4.4.8",
"electron-ssh2": "^0.1.2",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.4",
"express": "^4.18.1",
"express-session": "^1.17.3",
"lucide-react": "^0.287.0",
Expand All @@ -139,7 +139,7 @@
"xterm-addon-fit": "^0.8.0"
},
"devDependencies": {
"@electron/notarize": "^1.2.3",
"@electron/notarize": "^2.1.0",
"@electron/rebuild": "^3.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^8.0.1",
Expand All @@ -164,7 +164,7 @@
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"detect-port": "^1.5.1",
"electron": "^25.0.1",
"electron": "^26.2.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"electronmon": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transformerlab",
"version": "0.2.7",
"version": "0.2.8",
"description": "A tool to play with and train LLMs",
"license": "AGPL-3.0",
"author": {
Expand Down

0 comments on commit b0e04bf

Please sign in to comment.