bibot 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "BiBot chat bubble integration point",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,23 +20,22 @@
20
20
  "url": "https://github.com/chrisdjin/bibot_plugin/issues"
21
21
  },
22
22
  "homepage": "https://github.com/chrisdjin/bibot_plugin#readme",
23
- "dependencies":{
23
+ "dependencies": {
24
24
  "@emotion/react": "^11.11.4",
25
25
  "@emotion/styled": "^11.11.5",
26
- "antd": "^5.9.4",
27
- "axios": "^1.6.7",
28
26
  "@mantine/core": "^7.6.1",
29
27
  "@mantine/hooks": "^7.6.1",
30
28
  "@mantine/notifications": "^7.6.1",
31
29
  "@mui/icons-material": "^5.14.13",
32
- "@mui/material": "^5.15.9"
30
+ "@mui/material": "^5.15.9",
31
+ "@mui/utils": "^5.15.14",
32
+ "antd": "^5.9.4",
33
+ "axios": "^1.6.7"
33
34
  },
34
- "peerDependencies":{
35
+ "peerDependencies": {
35
36
  "react": "^18.2.0"
36
37
  },
37
38
  "devDependencies": {
38
- "uuid": "^9.0.1",
39
- "react-dom": "^18.2.0",
40
39
  "@babel/cli": "^7.24.5",
41
40
  "@babel/core": "^7.24.5",
42
41
  "@babel/preset-env": "^7.24.5",
@@ -47,6 +46,8 @@
47
46
  "@types/uuid": "^9.0.8",
48
47
  "babel-cli": "^6.26.0",
49
48
  "babel-loader": "^9.1.3",
50
- "typescript": "^5.4.5"
49
+ "react-dom": "^18.2.0",
50
+ "typescript": "^5.4.5",
51
+ "uuid": "^9.0.1"
51
52
  }
52
53
  }