dmed-voice-assistant 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -4
package/package.json
CHANGED
@@ -1,14 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "dmed-voice-assistant",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.5",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
7
7
|
],
|
8
|
-
"
|
9
|
-
"@emotion/react": "^11.13.5",
|
10
|
-
"@emotion/styled": "^11.13.5",
|
8
|
+
"peerDependencies": {
|
11
9
|
"@mui/material": "^6.1.10",
|
10
|
+
"@emotion/react": "^11.13.5",
|
11
|
+
"@emotion/styled": "^11.13.5"
|
12
|
+
},
|
13
|
+
"dependencies": {
|
12
14
|
"@mui/x-date-pickers": "^7.23.1",
|
13
15
|
"@testing-library/jest-dom": "^5.17.0",
|
14
16
|
"@testing-library/react": "^13.4.0",
|