Merge pull request #75 from Hexastack/74-issue-package-lockjson-file-license-version-are-not-updated

fix: update package-lock file version and license values
This commit is contained in:
Mohamed Marrouchi 2024-09-24 06:48:05 +01:00 committed by GitHub
commit 6c8e79fe92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
package-lock.json generated
View File

@ -7,6 +7,7 @@
"": {
"name": "hexabot",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"workspaces": [
"frontend",
"widget"
@ -19,7 +20,8 @@
},
"frontend": {
"name": "hexabot-ui",
"version": "0.1.0",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
@ -9802,7 +9804,8 @@
},
"widget": {
"name": "hexabot-widget",
"version": "0.0.0",
"version": "2.0.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@types/emoji-js": "^3.5.2",
"autolinker": "^4.0.0",