dmed-voice-assistant 1.1.6 → 1.1.8

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