@yext/chat-ui-react 0.12.2 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES +3 -3
- package/package.json +2 -2
package/THIRD-PARTY-NOTICES
CHANGED
|
@@ -335,7 +335,7 @@ SOFTWARE.
|
|
|
335
335
|
|
|
336
336
|
The following NPM package may be included in this product:
|
|
337
337
|
|
|
338
|
-
- debug@4.3
|
|
338
|
+
- debug@4.4.3
|
|
339
339
|
|
|
340
340
|
This package contains the following license and notice below:
|
|
341
341
|
|
|
@@ -1053,13 +1053,13 @@ IN THE SOFTWARE.
|
|
|
1053
1053
|
|
|
1054
1054
|
The following NPM package may be included in this product:
|
|
1055
1055
|
|
|
1056
|
-
- ms@2.1.
|
|
1056
|
+
- ms@2.1.3
|
|
1057
1057
|
|
|
1058
1058
|
This package contains the following license and notice below:
|
|
1059
1059
|
|
|
1060
1060
|
The MIT License (MIT)
|
|
1061
1061
|
|
|
1062
|
-
Copyright (c)
|
|
1062
|
+
Copyright (c) 2020 Vercel, Inc.
|
|
1063
1063
|
|
|
1064
1064
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1065
1065
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yext/chat-ui-react",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
4
4
|
"description": "A library of React Components for powering Yext Chat integrations.",
|
|
5
5
|
"author": "clippy@yext.com",
|
|
6
6
|
"main": "./lib/commonjs/src/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"homepage": "https://github.com/yext/chat-ui-react#readme",
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@babel/core": "^7.21.8",
|
|
61
|
-
"@babel/preset-env": "^7.
|
|
61
|
+
"@babel/preset-env": "^7.29.5",
|
|
62
62
|
"@babel/preset-react": "^7.18.6",
|
|
63
63
|
"@babel/preset-typescript": "^7.21.5",
|
|
64
64
|
"@microsoft/api-documenter": "^7.22.8",
|