@keepeek/keepicker-react 1.6.0-beta.30 → 1.6.0-beta.31

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": "@keepeek/keepicker-react",
3
- "version": "1.6.0-beta.30",
3
+ "version": "1.6.0-beta.31",
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.33.0",
15
- "@keepeek/refront-components": "7.36.0",
14
+ "@keepeek/commons": "3.34.0",
15
+ "@keepeek/refront-components": "7.36.2",
16
16
  "@mui/icons-material": "5.5.0",
17
17
  "@mui/lab": "5.0.0-alpha.72",
18
18
  "@mui/material": "5.5.3",
@@ -83,13 +83,12 @@
83
83
  "@types/react-dom": "18.0.10",
84
84
  "@types/uuid": "8.3.4",
85
85
  "axios-mock-adapter": "1.22.0",
86
- "clipboardy": "4.0.0",
87
86
  "cross-env": "7.0.3",
88
87
  "eslint-config-react-app": "7.0.1",
89
88
  "husky": "7.0.4",
90
89
  "hygen": "6.2.11",
91
90
  "npm-package-json-lint": "5.4.2",
92
- "openai": "4.28.4",
91
+ "openai": "4.52.3",
93
92
  "prettier": "3.0.3",
94
93
  "quicktype": "23.0.105",
95
94
  "rimraf": "5.0.5",
@@ -111,8 +110,6 @@
111
110
  "yalc:link": "yalc link @keepeek/commons && yalc link @keepeek/api-client && yalc link @keepeek/refront-components",
112
111
  "lint": "npmPkgJsonLint . && eslint src --fix",
113
112
  "prepare": "husky install",
114
- "build:drupal-windows": "yarn build && copy \"dist\\static\\js\\main.*.js\" \"C:\\dev\\dev\\workspaceRefront\\drupal\\js\\keepicker.js\" /Y",
115
- "build:azure": "cross-env PUBLIC_URL='/poc-keepicker-auth/0.1.0' yarn build",
116
113
  "postbuild": "node scripts/package_file_for_npm.js",
117
114
  "pregenerate-model-interfaces": "rimraf --glob src/models/configuration/**/*.ts",
118
115
  "generate-model-interfaces": "node scripts/generate_model_interfaces.js",