Skip to content

Commit

Permalink
Upgrade docker images and npm packages
Browse files Browse the repository at this point in the history
Upgrade to the latest bun and node versions.
Tried running event-publisher with Bun but still doesn't work. End event doesn't get fired when stream is terminated.
Switched to compiling API server to single executable, but couldn't get it to run in an empty alpine container.
Updated frontend packages to latest major versions.
Updated backend packages to latest minor versions. Not ready to update Elyisia (the api server) to v1.

Signed-off-by: Brian Evans <ebrian101@gmail.com>
  • Loading branch information
mrbrianevans committed May 4, 2024
1 parent dbdf499 commit a50811a
Show file tree
Hide file tree
Showing 11 changed files with 377 additions and 187 deletions.
16 changes: 8 additions & 8 deletions client-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"serve": "vite preview"
},
"devDependencies": {
"sass": "^1.69.4",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"sass": "^1.76.0",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"dependencies": {
"@orama/orama": "2.0.0-beta.1",
"change-case": "^5.1.2",
"@orama/orama": "2.0.17",
"change-case": "^5.4.4",
"copy-to-clipboard": "^3.3.3",
"echarts": "^5.4.3",
"quicktype-core": "^23.0.76",
"echarts": "^5.5.0",
"quicktype-core": "^23.0.158",
"string-template": "^1.0.0",
"title-case": "^4.1.2"
"title-case": "^4.3.1"
}
}
Loading

0 comments on commit a50811a

Please sign in to comment.