Skip to content

Commit

Permalink
chore: update chat-ai-widget version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Apr 23, 2024
1 parent 6cdbe63 commit 52ea413
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 200 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist-ssr
*.local

.env.production
.npmrc

# Editor directories and files
.vscode/*
Expand Down
103 changes: 7 additions & 96 deletions packages/self-service/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.4.1",
"@sendbird/chat-ai-widget": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -25,10 +25,10 @@
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite-plugin-css-injected-by-js": "^3.4.0",
"tsc-silent": "^1.2.2",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-svgr": "^3.2.0"
}
}
103 changes: 7 additions & 96 deletions packages/url-webdemo/package-lock.json

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

Loading

0 comments on commit 52ea413

Please sign in to comment.