bibot 1.0.24 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "chrisdjin",
6
6
  "license": "ISC",
@@ -72,6 +72,7 @@
72
72
  "postcss": "^8.4.38",
73
73
  "postcss-loader": "^8.1.1",
74
74
  "react-is": "^18.3.1",
75
- "react-scripts": "^5.0.1"
75
+ "react-scripts": "^5.0.1",
76
+ "styled-components": "^6.1.11"
76
77
  }
77
78
  }