@strapi/plugin-color-picker 0.0.0-next.6ef0d8601cfeb22aa4c90353c5a44422e07f5463 → 0.0.0-next.83d394f47f5b5ee11b31f535997dd73358434317

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.
@@ -2,4 +2,5 @@
2
2
 
3
3
  module.exports = {
4
4
  preset: '../../../jest-preset.front.js',
5
+ displayName: 'Color picker plugin',
5
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-color-picker",
3
- "version": "0.0.0-next.6ef0d8601cfeb22aa4c90353c5a44422e07f5463",
3
+ "version": "0.0.0-next.83d394f47f5b5ee11b31f535997dd73358434317",
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.6ef0d8601cfeb22aa4c90353c5a44422e07f5463",
13
+ "@strapi/helper-plugin": "0.0.0-next.83d394f47f5b5ee11b31f535997dd73358434317",
14
14
  "@strapi/icons": "1.6.6",
15
15
  "prop-types": "^15.7.2",
16
16
  "react-colorful": "5.6.1",
@@ -27,15 +27,15 @@
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
- "test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
35
- "test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
36
- "test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
37
- "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
38
- "lint": "eslint ."
34
+ "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
35
+ "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
36
+ "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
37
+ "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
38
+ "lint": "run -T eslint ."
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",
@@ -59,5 +59,5 @@
59
59
  "node": ">=14.19.1 <=18.x.x",
60
60
  "npm": ">=6.0.0"
61
61
  },
62
- "gitHead": "6ef0d8601cfeb22aa4c90353c5a44422e07f5463"
62
+ "gitHead": "83d394f47f5b5ee11b31f535997dd73358434317"
63
63
  }