mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
chore: bump package versions to 0.4.7 (#388)
This commit is contained in:
parent
fd5afc09a2
commit
2d31c9f8b6
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chat-backend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "",
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chat-frontend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "chatgpt-clone",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "chatgpt-clone",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"license": "ISC",
|
||||
"workspaces": [
|
||||
"api",
|
||||
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"api": {
|
||||
"name": "chat-backend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@dqbd/tiktoken": "^1.0.2",
|
||||
|
@ -76,7 +76,7 @@
|
|||
},
|
||||
"client": {
|
||||
"name": "chat-frontend",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chatgpt-clone",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "",
|
||||
"workspaces": [
|
||||
"api",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue