@bigbinary/neetoui 4.1.6 → 4.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "main": "./index.js",
5
5
  "module": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -82,6 +82,7 @@
82
82
  "ramda": "0.27.1",
83
83
  "raw-loader": "4.0.2",
84
84
  "react": "17.0.2",
85
+ "react-colorful": "^5.6.1",
85
86
  "react-dom": "17.0.2",
86
87
  "react-hotkeys-hook": "3.3.2",
87
88
  "react-linkify": "1.0.0-alpha",
@@ -102,6 +103,8 @@
102
103
  "storybook-dark-mode": "^1.1.0",
103
104
  "style-loader": "1.2.1",
104
105
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
106
+ "tinycolor2": "^1.4.2",
107
+ "use-eye-dropper": "^1.4.3",
105
108
  "webpack": "5.64.3",
106
109
  "webpack-bundle-analyzer": "4.4.1",
107
110
  "webpack-cli": "4.9.1",
@@ -112,13 +115,10 @@
112
115
  "antd": "4.18.7",
113
116
  "formik": "2.2.0",
114
117
  "react": "17.0.2",
115
- "react-colorful": "^5.6.1",
116
118
  "react-dom": "17.0.2",
117
119
  "react-router-dom": "5.3.0",
118
120
  "react-router-nav-prompt": "0.4.1",
119
- "react-toastify": "8.0.2",
120
- "tinycolor2": "^1.4.2",
121
- "use-eye-dropper": "^1.4.3"
121
+ "react-toastify": "8.0.2"
122
122
  },
123
123
  "resolutions": {
124
124
  "@storybook/addon-essentials/**/glob-parent": "5.1.2",