@lowdefy/server-dev 4.0.0-alpha.29 → 4.0.0-alpha.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/.npmrc ADDED
@@ -0,0 +1 @@
1
+ strict-peer-dependencies=false
@@ -21,7 +21,7 @@ function installPlugins({ logger, packageManagerCmd }) {
21
21
  logger.info({ print: 'spin' }, 'Installing plugins...');
22
22
  await spawnProcess({
23
23
  command: packageManagerCmd,
24
- args: ['install'],
24
+ args: ['install', '--no-frozen-lockfile'],
25
25
  stdOutLineHandler: (line) => logger.debug(line),
26
26
  });
27
27
  logger.info({ print: 'log' }, 'Installed plugins.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/server-dev",
3
- "version": "4.0.0-alpha.29",
3
+ "version": "4.0.0-alpha.31",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -31,7 +31,8 @@
31
31
  "pages/*",
32
32
  "public/*",
33
33
  "next.config.js",
34
- ".eslintrc.yaml"
34
+ ".eslintrc.yaml",
35
+ ".npmrc"
35
36
  ],
36
37
  "scripts": {
37
38
  "start": "node manager/run.mjs",
@@ -39,39 +40,39 @@
39
40
  "next": "next"
40
41
  },
41
42
  "dependencies": {
42
- "@lowdefy/actions-core": "4.0.0-alpha.29",
43
- "@lowdefy/api": "4.0.0-alpha.29",
44
- "@lowdefy/blocks-antd": "4.0.0-alpha.29",
45
- "@lowdefy/blocks-basic": "4.0.0-alpha.29",
46
- "@lowdefy/blocks-color-selectors": "4.0.0-alpha.29",
47
- "@lowdefy/blocks-echarts": "4.0.0-alpha.29",
48
- "@lowdefy/blocks-loaders": "4.0.0-alpha.29",
49
- "@lowdefy/blocks-markdown": "4.0.0-alpha.29",
50
- "@lowdefy/blocks-qr": "4.0.0-alpha.29",
51
- "@lowdefy/build": "4.0.0-alpha.29",
52
- "@lowdefy/client": "4.0.0-alpha.29",
53
- "@lowdefy/connection-axios-http": "4.0.0-alpha.29",
54
- "@lowdefy/engine": "4.0.0-alpha.29",
55
- "@lowdefy/helpers": "4.0.0-alpha.29",
56
- "@lowdefy/layout": "4.0.0-alpha.29",
57
- "@lowdefy/node-utils": "4.0.0-alpha.29",
58
- "@lowdefy/operators-change-case": "4.0.0-alpha.29",
59
- "@lowdefy/operators-diff": "4.0.0-alpha.29",
60
- "@lowdefy/operators-js": "4.0.0-alpha.29",
61
- "@lowdefy/operators-mql": "4.0.0-alpha.29",
62
- "@lowdefy/operators-nunjucks": "4.0.0-alpha.29",
63
- "@lowdefy/operators-uuid": "4.0.0-alpha.29",
64
- "@lowdefy/operators-yaml": "4.0.0-alpha.29",
65
- "@lowdefy/plugin-next-auth": "4.0.0-alpha.29",
43
+ "@lowdefy/actions-core": "4.0.0-alpha.31",
44
+ "@lowdefy/api": "4.0.0-alpha.31",
45
+ "@lowdefy/blocks-antd": "4.0.0-alpha.31",
46
+ "@lowdefy/blocks-basic": "4.0.0-alpha.31",
47
+ "@lowdefy/blocks-color-selectors": "4.0.0-alpha.31",
48
+ "@lowdefy/blocks-echarts": "4.0.0-alpha.31",
49
+ "@lowdefy/blocks-loaders": "4.0.0-alpha.31",
50
+ "@lowdefy/blocks-markdown": "4.0.0-alpha.31",
51
+ "@lowdefy/blocks-qr": "4.0.0-alpha.31",
52
+ "@lowdefy/build": "4.0.0-alpha.31",
53
+ "@lowdefy/client": "4.0.0-alpha.31",
54
+ "@lowdefy/connection-axios-http": "4.0.0-alpha.31",
55
+ "@lowdefy/engine": "4.0.0-alpha.31",
56
+ "@lowdefy/helpers": "4.0.0-alpha.31",
57
+ "@lowdefy/layout": "4.0.0-alpha.31",
58
+ "@lowdefy/node-utils": "4.0.0-alpha.31",
59
+ "@lowdefy/operators-change-case": "4.0.0-alpha.31",
60
+ "@lowdefy/operators-diff": "4.0.0-alpha.31",
61
+ "@lowdefy/operators-js": "4.0.0-alpha.31",
62
+ "@lowdefy/operators-mql": "4.0.0-alpha.31",
63
+ "@lowdefy/operators-nunjucks": "4.0.0-alpha.31",
64
+ "@lowdefy/operators-uuid": "4.0.0-alpha.31",
65
+ "@lowdefy/operators-yaml": "4.0.0-alpha.31",
66
+ "@lowdefy/plugin-next-auth": "4.0.0-alpha.31",
66
67
  "chokidar": "3.5.3",
67
68
  "dotenv": "16.0.1",
68
- "next": "12.1.6",
69
+ "next": "12.3.1",
69
70
  "next-auth": "4.10.3",
70
71
  "opener": "1.5.2",
71
72
  "pino": "8.1.0",
72
73
  "process": "0.11.10",
73
- "react": "18.1.0",
74
- "react-dom": "18.1.0",
74
+ "react": "18.2.0",
75
+ "react-dom": "18.2.0",
75
76
  "react-icons": "4.3.1",
76
77
  "swr": "1.3.0",
77
78
  "yaml": "2.1.1",
@@ -88,5 +89,5 @@
88
89
  "publishConfig": {
89
90
  "access": "public"
90
91
  },
91
- "gitHead": "621a191ebc0a1569ee6669dc74c12f8be5a8c7f3"
92
+ "gitHead": "96ef86d4ce4849f8f11110662efbbaede1bcd5a5"
92
93
  }