@strapi/plugin-color-picker 0.0.0-next.c58b405b44c71a93df733024d1f15c069cb6bdca → 0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-color-picker",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71",
|
|
4
4
|
"description": "Strapi maintained Custom Fields",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"name": "color-picker",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@strapi/design-system": "1.6.6",
|
|
13
|
-
"@strapi/helper-plugin": "0.0.0-next.
|
|
13
|
+
"@strapi/helper-plugin": "0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71",
|
|
14
14
|
"@strapi/icons": "1.6.6",
|
|
15
15
|
"prop-types": "^15.7.2",
|
|
16
16
|
"react-colorful": "5.6.1",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@strapi/strapi": "^4.4.0",
|
|
28
28
|
"react": "^17.0.2",
|
|
29
29
|
"react-dom": "^17.0.2",
|
|
30
|
-
"react-router-dom": "5.3.4",
|
|
31
|
-
"styled-components": "5.3.3"
|
|
30
|
+
"react-router-dom": "^5.3.4",
|
|
31
|
+
"styled-components": "^5.3.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"node": ">=14.19.1 <=18.x.x",
|
|
60
60
|
"npm": ">=6.0.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "f45143c5e2a8a9d85691d0abf79a3f42024a0c71"
|
|
63
63
|
}
|