@keepeek/keepicker-react 1.6.0-beta.32 → 1.6.0-beta.36
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/README.md +1 -0
- package/package.json +4 -4
- package/dist/index.js +0 -2
- package/dist/license.txt +0 -154
package/README.md
CHANGED
|
@@ -278,3 +278,4 @@ Drupal.behaviors.addKeepickerWebComponentMarkup = {
|
|
|
278
278
|
| --------------- | -------------------------------------------------- |
|
|
279
279
|
| kpk-insert | Event dispached when inserting one element |
|
|
280
280
|
| kpk-insert-link | Event dispached when inserting a generated picture |
|
|
281
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keepeek/keepicker-react",
|
|
3
|
-
"version": "1.6.0-beta.
|
|
3
|
+
"version": "1.6.0-beta.36",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@emotion/react": "11.8.2",
|
|
12
12
|
"@emotion/styled": "11.8.1",
|
|
13
13
|
"@keepeek/api-client": "2.69.0",
|
|
14
|
-
"@keepeek/commons": "3.
|
|
15
|
-
"@keepeek/refront-components": "7.
|
|
14
|
+
"@keepeek/commons": "3.35.0",
|
|
15
|
+
"@keepeek/refront-components": "7.37.0",
|
|
16
16
|
"@mui/icons-material": "5.5.0",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.72",
|
|
18
18
|
"@mui/material": "5.5.3",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"prebuild": "yarn generate-model-interfaces && rimraf dist",
|
|
106
106
|
"build": "react-scripts build",
|
|
107
107
|
"pretest": "yarn generate-model-interfaces",
|
|
108
|
-
"test": "react-scripts test src/ --coverage --watchAll=false",
|
|
108
|
+
"test": "react-scripts test src/ --coverage --maxWorkers=2 --watchAll=false",
|
|
109
109
|
"eject": "react-scripts eject",
|
|
110
110
|
"yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
|
|
111
111
|
"lint": "npmPkgJsonLint . && eslint src --fix",
|