dmed-voice-assistant 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "dmed-voice-assistant",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.6",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
7
7
|
],
|
8
8
|
"peerDependencies": {
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"@
|
9
|
+
"react": "^18.3.1",
|
10
|
+
"react-dom": "^18.3.1",
|
11
|
+
"@mui/material": "^6.3.0",
|
12
|
+
"@emotion/react": "^11.14.0",
|
13
|
+
"@emotion/styled": "^11.14.0"
|
12
14
|
},
|
13
15
|
"dependencies": {
|
14
16
|
"@mui/x-date-pickers": "^7.23.1",
|
@@ -16,8 +18,6 @@
|
|
16
18
|
"@testing-library/react": "^13.4.0",
|
17
19
|
"@testing-library/user-event": "^13.5.0",
|
18
20
|
"dayjs": "^1.11.13",
|
19
|
-
"react": "^18.3.1",
|
20
|
-
"react-dom": "^18.3.1",
|
21
21
|
"react-scripts": "5.0.1",
|
22
22
|
"recorder-js": "^1.0.7",
|
23
23
|
"web-vitals": "^2.1.4"
|