@webiny/app-admin 5.42.2-beta.1 → 5.42.2-beta.3

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.
Files changed (1) hide show
  1. package/package.json +21 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-admin",
3
- "version": "5.42.2-beta.1",
3
+ "version": "5.42.2-beta.3",
4
4
  "main": "index.js",
5
5
  "description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
6
6
  "repository": {
@@ -21,22 +21,22 @@
21
21
  "@svgr/webpack": "6.5.1",
22
22
  "@types/mime": "2.0.3",
23
23
  "@types/react": "18.2.79",
24
- "@webiny/app": "5.42.2-beta.1",
25
- "@webiny/app-security": "5.42.2-beta.1",
26
- "@webiny/app-theme": "5.42.2-beta.1",
27
- "@webiny/app-wcp": "5.42.2-beta.1",
28
- "@webiny/form": "5.42.2-beta.1",
29
- "@webiny/lexical-editor": "5.42.2-beta.1",
30
- "@webiny/lexical-theme": "5.42.2-beta.1",
31
- "@webiny/plugins": "5.42.2-beta.1",
32
- "@webiny/react-composition": "5.42.2-beta.1",
33
- "@webiny/react-properties": "5.42.2-beta.1",
34
- "@webiny/react-router": "5.42.2-beta.1",
35
- "@webiny/telemetry": "5.42.2-beta.1",
36
- "@webiny/ui": "5.42.2-beta.1",
37
- "@webiny/ui-composer": "5.42.2-beta.1",
38
- "@webiny/utils": "5.42.2-beta.1",
39
- "@webiny/validation": "5.42.2-beta.1",
24
+ "@webiny/app": "5.42.2-beta.3",
25
+ "@webiny/app-security": "5.42.2-beta.3",
26
+ "@webiny/app-theme": "5.42.2-beta.3",
27
+ "@webiny/app-wcp": "5.42.2-beta.3",
28
+ "@webiny/form": "5.42.2-beta.3",
29
+ "@webiny/lexical-editor": "5.42.2-beta.3",
30
+ "@webiny/lexical-theme": "5.42.2-beta.3",
31
+ "@webiny/plugins": "5.42.2-beta.3",
32
+ "@webiny/react-composition": "5.42.2-beta.3",
33
+ "@webiny/react-properties": "5.42.2-beta.3",
34
+ "@webiny/react-router": "5.42.2-beta.3",
35
+ "@webiny/telemetry": "5.42.2-beta.3",
36
+ "@webiny/ui": "5.42.2-beta.3",
37
+ "@webiny/ui-composer": "5.42.2-beta.3",
38
+ "@webiny/utils": "5.42.2-beta.3",
39
+ "@webiny/validation": "5.42.2-beta.3",
40
40
  "apollo-cache": "1.3.5",
41
41
  "apollo-client": "2.6.10",
42
42
  "apollo-link": "1.2.14",
@@ -72,8 +72,7 @@
72
72
  "@types/is-hotkey": "0.1.10",
73
73
  "@types/react-resizable": "3.0.8",
74
74
  "@types/store": "2.0.2",
75
- "@webiny/cli": "5.42.2-beta.1",
76
- "@webiny/project-utils": "5.42.2-beta.1",
75
+ "@webiny/project-utils": "5.42.2-beta.3",
77
76
  "monaco-editor": "0.52.2",
78
77
  "rimraf": "6.0.1",
79
78
  "ttypescript": "1.5.15",
@@ -84,8 +83,8 @@
84
83
  "directory": "dist"
85
84
  },
86
85
  "scripts": {
87
- "build": "yarn webiny run build",
88
- "watch": "yarn webiny run watch"
86
+ "build": "node ../cli/bin.js run build",
87
+ "watch": "node ../cli/bin.js run watch"
89
88
  },
90
89
  "adio": {
91
90
  "ignore": {
@@ -105,5 +104,5 @@
105
104
  ]
106
105
  }
107
106
  },
108
- "gitHead": "128fd99b1f7671825a398761f5709ff9e87638c7"
107
+ "gitHead": "91d0c5f88b75c5cc4f987558cc473d505e575de4"
109
108
  }