@esvndev/es-react-template-chat 0.0.38 → 0.0.39
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/dist/components/store/index.d.ts +1 -1
- package/dist/index.js +21 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esvndev/es-react-template-chat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
|
|
5
5
|
"author": "dev@esvn.com.vn",
|
|
6
6
|
"license": "ESVN Limited Use License",
|
|
@@ -104,12 +104,13 @@
|
|
|
104
104
|
"@lexical/history": "0.15.0",
|
|
105
105
|
"@lexical/react": "^0.15.0",
|
|
106
106
|
"@lexical/rich-text": "0.15.0",
|
|
107
|
-
"@lexical/utils": "0.15.0"
|
|
107
|
+
"@lexical/utils": "0.15.0",
|
|
108
|
+
"@reduxjs/toolkit": "2.2.5"
|
|
108
109
|
},
|
|
109
110
|
"peerDependencies": {
|
|
110
111
|
"react": ">=16.8.6",
|
|
111
112
|
"react-dom": ">=16.8.6",
|
|
112
|
-
"@reduxjs/toolkit": "
|
|
113
|
+
"@reduxjs/toolkit": "2.2.5",
|
|
113
114
|
"react-redux": ">=8.0.0"
|
|
114
115
|
},
|
|
115
116
|
"publishConfig": {
|