bibot 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@
15
15
  "@types/node": "^16.18.97",
16
16
  "@types/react": "^18.3.1",
17
17
  "@types/react-dom": "^18.3.0",
18
+ "bibot": "^1.0.1",
18
19
  "react": "^18.3.1",
19
20
  "react-dom": "^18.3.1",
20
21
  "react-scripts": "5.0.1",
@@ -5449,6 +5450,14 @@
5449
5450
  "node": ">= 8.0.0"
5450
5451
  }
5451
5452
  },
5453
+ "node_modules/bibot": {
5454
+ "version": "1.0.1",
5455
+ "resolved": "https://registry.npmjs.org/bibot/-/bibot-1.0.1.tgz",
5456
+ "integrity": "sha512-FnpKnYN8IfeLDz6pLfbKnZEnDBdMQUDx3se2e6hfL9wBhr1Wy/eOl6boH7yVgFqDuPLqSpIT8+9DI20zUzGpCA==",
5457
+ "peerDependencies": {
5458
+ "react": "^18.3.1"
5459
+ }
5460
+ },
5452
5461
  "node_modules/big.js": {
5453
5462
  "version": "5.2.2",
5454
5463
  "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
@@ -10,6 +10,7 @@
10
10
  "@types/node": "^16.18.97",
11
11
  "@types/react": "^18.3.1",
12
12
  "@types/react-dom": "^18.3.0",
13
+ "bibot": "^1.0.1",
13
14
  "react": "^18.3.1",
14
15
  "react-dom": "^18.3.1",
15
16
  "react-scripts": "5.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "BiBot chat bubble integration point",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,19 +20,21 @@
20
20
  "url": "https://github.com/chrisdjin/bibot_plugin/issues"
21
21
  },
22
22
  "homepage": "https://github.com/chrisdjin/bibot_plugin#readme",
23
+ "dependencies":{
24
+ "antd": "^5.9.4",
25
+ "axios": "^1.6.7",
26
+ "@mantine/core": "^7.6.1",
27
+ "@mantine/hooks": "^7.6.1",
28
+ "@mantine/notifications": "^7.6.1",
29
+ "@mui/icons-material": "^5.14.13",
30
+ "@mui/material": "^5.15.9"
31
+ },
23
32
  "peerDependencies":{
24
33
  "react": "^18.3.1"
25
34
  },
26
35
  "devDependencies": {
27
36
  "@emotion/react": "^11.11.4",
28
37
  "@emotion/styled": "^11.11.5",
29
- "@mantine/core": "^7.6.1",
30
- "@mantine/hooks": "^7.6.1",
31
- "@mantine/notifications": "^7.6.1",
32
- "@mui/icons-material": "^5.14.13",
33
- "@mui/material": "^5.15.9",
34
- "antd": "^5.9.4",
35
- "axios": "^1.6.7",
36
38
  "uuid": "^9.0.1",
37
39
  "react-dom": "^18.3.1",
38
40
  "@babel/cli": "^7.24.5",