@vlprojects-chat/chat 0.12.0 → 0.13.0-LD-7446-new-direct.2
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/index.mjs +40654 -32974
- package/package.json +87 -81
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlprojects-chat/chat",
|
|
3
3
|
"author": "vlprojects",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.13.0-LD-7446-new-direct.2",
|
|
5
5
|
"description": "vlprojects chat",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -31,103 +31,101 @@
|
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@emotion/css": "^11.
|
|
35
|
-
"@emotion/react": "^11.
|
|
36
|
-
"@emotion/styled": "^11.
|
|
37
|
-
"@mui/icons-material": "^
|
|
38
|
-
"@mui/lab": "
|
|
39
|
-
"@mui/material": "^
|
|
40
|
-
"@mui/styles": "^
|
|
41
|
-
"@mui/system": "^
|
|
42
|
-
"@sentry/react": "^
|
|
43
|
-
"@sentry/tracing": "^7.
|
|
44
|
-
"axios": "^
|
|
45
|
-
"centrifuge": "
|
|
46
|
-
"classnames": "^2.
|
|
47
|
-
"date-fns": "^
|
|
48
|
-
"final-form": "^4.20.
|
|
49
|
-
"final-form-arrays": "^3.0
|
|
50
|
-
"flat": "^
|
|
51
|
-
"js-cookie": "^
|
|
52
|
-
"linkify-react": "^
|
|
53
|
-
"linkifyjs": "^
|
|
54
|
-
"mobx": "^6.
|
|
34
|
+
"@emotion/css": "^11.13.4",
|
|
35
|
+
"@emotion/react": "^11.13.3",
|
|
36
|
+
"@emotion/styled": "^11.13.0",
|
|
37
|
+
"@mui/icons-material": "^6.1.6",
|
|
38
|
+
"@mui/lab": "6.0.0-beta.14",
|
|
39
|
+
"@mui/material": "^6.1.6",
|
|
40
|
+
"@mui/styles": "^6.1.6",
|
|
41
|
+
"@mui/system": "^6.1.6",
|
|
42
|
+
"@sentry/react": "^8.35.0",
|
|
43
|
+
"@sentry/tracing": "^7.114.0",
|
|
44
|
+
"axios": "^1.7.7",
|
|
45
|
+
"centrifuge": "5.2.2",
|
|
46
|
+
"classnames": "^2.5.1",
|
|
47
|
+
"date-fns": "^4.1.0",
|
|
48
|
+
"final-form": "^4.20.10",
|
|
49
|
+
"final-form-arrays": "^3.1.0",
|
|
50
|
+
"flat": "^6.0.1",
|
|
51
|
+
"js-cookie": "^3.0.5",
|
|
52
|
+
"linkify-react": "^4.1.3",
|
|
53
|
+
"linkifyjs": "^4.1.3",
|
|
54
|
+
"mobx": "^6.13.5",
|
|
55
55
|
"mobx-event-bus2": "^2.0.0",
|
|
56
|
-
"mobx-keystone": "^
|
|
57
|
-
"mobx-react": "^
|
|
58
|
-
"mobx-react-lite": "^
|
|
59
|
-
"mobx-utils": "^6.0
|
|
56
|
+
"mobx-keystone": "^1.11.1",
|
|
57
|
+
"mobx-react": "^9.1.1",
|
|
58
|
+
"mobx-react-lite": "^4.0.7",
|
|
59
|
+
"mobx-utils": "^6.1.0",
|
|
60
60
|
"notistack": "^3.0.1",
|
|
61
|
-
"qs": "^6.
|
|
62
|
-
"react-dropzone": "^14.2.
|
|
63
|
-
"react-error-boundary": "^
|
|
64
|
-
"react-final-form": "^6.5.
|
|
65
|
-
"react-final-form-arrays": "^3.1.
|
|
66
|
-
"react-intl": "^
|
|
67
|
-
"react-virtuoso": "^4.
|
|
61
|
+
"qs": "^6.13.0",
|
|
62
|
+
"react-dropzone": "^14.2.10",
|
|
63
|
+
"react-error-boundary": "^4.1.2",
|
|
64
|
+
"react-final-form": "^6.5.9",
|
|
65
|
+
"react-final-form-arrays": "^3.1.4",
|
|
66
|
+
"react-intl": "^6.8.4",
|
|
67
|
+
"react-virtuoso": "^4.12.0",
|
|
68
68
|
"route-parser": "^0.0.5",
|
|
69
69
|
"serialize-error": "^11.0.3",
|
|
70
|
-
"ua-parser-js": "^1.0.
|
|
71
|
-
"uuid": "^
|
|
70
|
+
"ua-parser-js": "^1.0.39",
|
|
71
|
+
"uuid": "^11.0.2"
|
|
72
72
|
},
|
|
73
73
|
"lint-staged": {
|
|
74
74
|
"*.{js,jsx,ts,tsx,json,css,scss,md}": "prettier --write"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@babel/core": "^7.
|
|
78
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
79
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
80
|
-
"@babel/preset-env": "^7.
|
|
81
|
-
"@babel/preset-react": "^7.
|
|
82
|
-
"@babel/preset-typescript": "^7.
|
|
83
|
-
"@babel/runtime": "^7.
|
|
84
|
-
"@semantic-release/commit-analyzer": "^
|
|
77
|
+
"@babel/core": "^7.26.0",
|
|
78
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
79
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
80
|
+
"@babel/preset-env": "^7.26.0",
|
|
81
|
+
"@babel/preset-react": "^7.25.9",
|
|
82
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
83
|
+
"@babel/runtime": "^7.26.0",
|
|
84
|
+
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
85
85
|
"@semantic-release/git": "^10.0.0",
|
|
86
|
-
"@semantic-release/github": "^
|
|
87
|
-
"@semantic-release/npm": "^
|
|
88
|
-
"@semantic-release/release-notes-generator": "^
|
|
86
|
+
"@semantic-release/github": "^11.0.0",
|
|
87
|
+
"@semantic-release/npm": "^12.0.1",
|
|
88
|
+
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
89
89
|
"@types/events": "^3.0.3",
|
|
90
|
-
"@types/flat": "^5.0.
|
|
91
|
-
"@types/js-cookie": "^
|
|
92
|
-
"@types/node": "^
|
|
93
|
-
"@types/qs": "^6.9.
|
|
94
|
-
"@types/react": "^17.0.
|
|
95
|
-
"@types/react-dom": "^17.0.
|
|
96
|
-
"@types/react-linkify": "^1.0.
|
|
90
|
+
"@types/flat": "^5.0.5",
|
|
91
|
+
"@types/js-cookie": "^3.0.6",
|
|
92
|
+
"@types/node": "^22.8.4",
|
|
93
|
+
"@types/qs": "^6.9.16",
|
|
94
|
+
"@types/react": "^17.0.83",
|
|
95
|
+
"@types/react-dom": "^17.0.25",
|
|
96
|
+
"@types/react-linkify": "^1.0.4",
|
|
97
97
|
"@types/react-router-dom": "^5.3.3",
|
|
98
|
-
"@types/route-parser": "^0.1.
|
|
99
|
-
"@types/ua-parser-js": "^0.7.
|
|
100
|
-
"@types/uuid": "^
|
|
101
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
102
|
-
"@typescript-eslint/parser": "^
|
|
103
|
-
"@vitejs/plugin-react": "^4.
|
|
104
|
-
"autoprefixer": "
|
|
105
|
-
"babel-loader": "^
|
|
98
|
+
"@types/route-parser": "^0.1.7",
|
|
99
|
+
"@types/ua-parser-js": "^0.7.39",
|
|
100
|
+
"@types/uuid": "^10.0.0",
|
|
101
|
+
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
|
102
|
+
"@typescript-eslint/parser": "^8.12.2",
|
|
103
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
104
|
+
"autoprefixer": "10.4.20",
|
|
105
|
+
"babel-loader": "^9.2.1",
|
|
106
106
|
"cross-env": "^7.0.3",
|
|
107
|
-
"dotenv": "^
|
|
108
|
-
"eslint-config-airbnb-typescript": "^
|
|
109
|
-
"eslint-config-prettier": "^
|
|
110
|
-
"eslint-plugin-import": "^2.
|
|
111
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
112
|
-
"eslint-plugin-react": "^7.
|
|
113
|
-
"eslint-plugin-react-hooks": "^
|
|
114
|
-
"prettier": "^
|
|
107
|
+
"dotenv": "^16.4.5",
|
|
108
|
+
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
109
|
+
"eslint-config-prettier": "^9.1.0",
|
|
110
|
+
"eslint-plugin-import": "^2.31.0",
|
|
111
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
112
|
+
"eslint-plugin-react": "^7.37.2",
|
|
113
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
114
|
+
"prettier": "^3.3.3",
|
|
115
115
|
"react": "^17.0.2",
|
|
116
116
|
"react-dom": "^17.0.2",
|
|
117
|
-
"react-refresh": "^0.
|
|
118
|
-
"source-map-loader": "^
|
|
119
|
-
"ts-node": "^10.
|
|
120
|
-
"tslib": "^2.
|
|
121
|
-
"type-fest": "^
|
|
122
|
-
"typescript": "^
|
|
117
|
+
"react-refresh": "^0.14.2",
|
|
118
|
+
"source-map-loader": "^5.0.0",
|
|
119
|
+
"ts-node": "^10.9.2",
|
|
120
|
+
"tslib": "^2.8.0",
|
|
121
|
+
"type-fest": "^4.26.1",
|
|
122
|
+
"typescript": "^5.6.3",
|
|
123
123
|
"url-loader": "^4.1.1",
|
|
124
|
-
"vite": "^5.
|
|
125
|
-
"vite-plugin-node-polyfills": "^0.
|
|
126
|
-
"vite-tsconfig-paths": "^
|
|
124
|
+
"vite": "^5.4.10",
|
|
125
|
+
"vite-plugin-node-polyfills": "^0.22.0",
|
|
126
|
+
"vite-tsconfig-paths": "^5.0.1"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
|
-
"@emotion/react": "^11.x.x",
|
|
130
|
-
"@emotion/styled": "^11.x.x",
|
|
131
129
|
"mobx-event-bus2": "^2.0.0",
|
|
132
130
|
"react": "^17.0.2",
|
|
133
131
|
"react-dom": "^17.0.2"
|
|
@@ -138,5 +136,13 @@
|
|
|
138
136
|
"homepage": "https://github.com/VLprojects/lsd-chat-react#readme",
|
|
139
137
|
"keywords": [
|
|
140
138
|
"chat"
|
|
141
|
-
]
|
|
139
|
+
],
|
|
140
|
+
"resolutions": {
|
|
141
|
+
"react-select/**/@emotion/react": "^11.13.3",
|
|
142
|
+
"@vlprojects-chat/chat/**/@emotion/react": "^11.13.3",
|
|
143
|
+
"react-select/**/@emotion/styled": "^11.13.0",
|
|
144
|
+
"@vlprojects-chat/chat/**/@emotion/styled": "^11.13.0",
|
|
145
|
+
"@types/react": "^17.0.83",
|
|
146
|
+
"@vlprojects-chat/chat/**/@emotion/css": "^11.13.4"
|
|
147
|
+
}
|
|
142
148
|
}
|