@keepeek/keepicker-react 1.6.0-beta.17 → 1.6.0-beta.19
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 +167 -11
- package/dist/index.js +2 -2
- package/package.json +4 -4
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.19",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/index.js",
|
|
6
6
|
"dist/license.txt"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@emotion/styled": "11.8.1",
|
|
13
13
|
"@keepeek/api-client": "2.63.3",
|
|
14
14
|
"@keepeek/commons": "3.15.1",
|
|
15
|
-
"@keepeek/refront-components": "7.
|
|
15
|
+
"@keepeek/refront-components": "7.10.1",
|
|
16
16
|
"@mui/icons-material": "5.5.0",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.72",
|
|
18
18
|
"@mui/material": "5.5.3",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"typescript": "4.9.5"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
|
-
"prestart": "yarn
|
|
103
|
+
"prestart": "yarn prebuild",
|
|
104
104
|
"start": "react-scripts start",
|
|
105
|
-
"prebuild": "
|
|
105
|
+
"prebuild": "yarn generate-model-interfaces && rimraf dist",
|
|
106
106
|
"build": "react-scripts build",
|
|
107
107
|
"pretest": "yarn generate-model-interfaces",
|
|
108
108
|
"test": "react-scripts test src/ --coverage --watchAll=false",
|