@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.
Files changed (2) hide show
  1. package/dist/index.mjs +40654 -32974
  2. 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.12.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.11.2",
35
- "@emotion/react": "^11.10.6",
36
- "@emotion/styled": "^11.10.6",
37
- "@mui/icons-material": "^5.8.2",
38
- "@mui/lab": "5.0.0-alpha.65",
39
- "@mui/material": "^5.3.0",
40
- "@mui/styles": "^5.3.0",
41
- "@mui/system": "^5.3.0",
42
- "@sentry/react": "^7.13.0",
43
- "@sentry/tracing": "^7.13.0",
44
- "axios": "^0.25.0",
45
- "centrifuge": "3.0.1",
46
- "classnames": "^2.3.1",
47
- "date-fns": "^2.28.0",
48
- "final-form": "^4.20.6",
49
- "final-form-arrays": "^3.0.2",
50
- "flat": "^5.0.2",
51
- "js-cookie": "^2.2.1",
52
- "linkify-react": "^3.0.4",
53
- "linkifyjs": "^3.0.5",
54
- "mobx": "^6.3.12",
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": "^0.64.1",
57
- "mobx-react": "^7.2.1",
58
- "mobx-react-lite": "^3.2.3",
59
- "mobx-utils": "^6.0.4",
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.10.3",
62
- "react-dropzone": "^14.2.3",
63
- "react-error-boundary": "^3.1.4",
64
- "react-final-form": "^6.5.7",
65
- "react-final-form-arrays": "^3.1.3",
66
- "react-intl": "^5.24.3",
67
- "react-virtuoso": "^4.1.0",
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.34",
71
- "uuid": "^9.0.1"
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.16.7",
78
- "@babel/plugin-proposal-decorators": "^7.16.7",
79
- "@babel/plugin-transform-runtime": "^7.17.10",
80
- "@babel/preset-env": "^7.16.8",
81
- "@babel/preset-react": "^7.16.7",
82
- "@babel/preset-typescript": "^7.16.7",
83
- "@babel/runtime": "^7.16.7",
84
- "@semantic-release/commit-analyzer": "^9.0.1",
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": "^8.0.1",
87
- "@semantic-release/npm": "^8.0.0",
88
- "@semantic-release/release-notes-generator": "^10.0.2",
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.2",
91
- "@types/js-cookie": "^2.2.7",
92
- "@types/node": "^17.0.10",
93
- "@types/qs": "^6.9.7",
94
- "@types/react": "^17.0.38",
95
- "@types/react-dom": "^17.0.11",
96
- "@types/react-linkify": "^1.0.1",
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.4",
99
- "@types/ua-parser-js": "^0.7.36",
100
- "@types/uuid": "^9.0.8",
101
- "@typescript-eslint/eslint-plugin": "^5.10.0",
102
- "@typescript-eslint/parser": "^5.10.0",
103
- "@vitejs/plugin-react": "^4.2.1",
104
- "autoprefixer": "9.0.0",
105
- "babel-loader": "^8.2.3",
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": "^14.2.0",
108
- "eslint-config-airbnb-typescript": "^16.1.0",
109
- "eslint-config-prettier": "^8.3.0",
110
- "eslint-plugin-import": "^2.25.4",
111
- "eslint-plugin-jsx-a11y": "^6.5.1",
112
- "eslint-plugin-react": "^7.28.0",
113
- "eslint-plugin-react-hooks": "^4.3.0",
114
- "prettier": "^2.5.1",
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.11.0",
118
- "source-map-loader": "^3.0.1",
119
- "ts-node": "^10.4.0",
120
- "tslib": "^2.3.1",
121
- "type-fest": "^2.10.0",
122
- "typescript": "^4.5.4",
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.1.5",
125
- "vite-plugin-node-polyfills": "^0.21.0",
126
- "vite-tsconfig-paths": "^4.3.1"
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
  }