bibot 1.0.2 → 1.0.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "BiBot chat bubble integration point",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,6 +21,8 @@
21
21
  },
22
22
  "homepage": "https://github.com/chrisdjin/bibot_plugin#readme",
23
23
  "dependencies":{
24
+ "@emotion/react": "^11.11.4",
25
+ "@emotion/styled": "^11.11.5",
24
26
  "antd": "^5.9.4",
25
27
  "axios": "^1.6.7",
26
28
  "@mantine/core": "^7.6.1",
@@ -33,8 +35,6 @@
33
35
  "react": "^18.3.1"
34
36
  },
35
37
  "devDependencies": {
36
- "@emotion/react": "^11.11.4",
37
- "@emotion/styled": "^11.11.5",
38
38
  "uuid": "^9.0.1",
39
39
  "react-dom": "^18.3.1",
40
40
  "@babel/cli": "^7.24.5",