@steedos/unpkg 2.2.20 → 2.2.23

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": "@steedos/unpkg",
3
- "version": "2.2.20",
3
+ "version": "2.2.23",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -10,19 +10,19 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@steedos-builder/react": "^0.2.23",
13
- "@steedos-ui/builder-community": "^1.1.35",
14
- "@steedos-ui/builder-widgets": "^1.1.35",
15
- "@steedos-ui/design-system": "^1.1.35",
16
- "@steedos-widgets/design-system": "^0.2.5",
17
- "@steedos-widgets/steedos-object": "^0.0.9",
13
+ "@steedos-ui/amis": "^1.1.44",
14
+ "@steedos-ui/builder-community": "^1.1.44",
15
+ "@steedos-ui/builder-widgets": "^1.1.44",
16
+ "@steedos-ui/design-system": "^1.1.44",
18
17
  "amis": "^1.8.0",
18
+ "axios": "^0.26.1",
19
19
  "d3": "^3.5.17",
20
20
  "lodash": "^4.17.21",
21
21
  "moment": "^2.24.0",
22
22
  "monaco-editor": "^0.33.0",
23
23
  "prop-types": "^15.7.2",
24
- "react": "^16.13.1",
25
- "react-dom": "^16.13.1"
24
+ "react": "^17.0.2",
25
+ "react-dom": "^17.0.2"
26
26
  },
27
- "gitHead": "a0462d803860690b47487ece88a0bbb380ba0f17"
27
+ "gitHead": "830698bdc5c848858d24ba536d9eff0fa51c22f0"
28
28
  }
@@ -39,11 +39,11 @@ module.exports = {
39
39
  'monaco-editor',
40
40
  'amis',
41
41
  '@steedos-builder/react',
42
+ '@steedos-ui/amis',
42
43
  '@steedos-ui/builder-community',
43
44
  '@steedos-ui/design-system',
44
45
  '@steedos-ui/builder-widgets',
45
- '@steedos-widgets/design-system',
46
- '@steedos-widgets/steedos-object',
46
+ 'axios'
47
47
  ],
48
48
  },
49
49
 
@@ -106,7 +106,6 @@ module.exports = {
106
106
  this.settings.local_packages.forEach(packageName => {
107
107
  var packageDir = path.join(process.cwd(), 'node_modules', packageName);
108
108
  if (!fs.existsSync(packageDir)) {
109
- console.log(packageDir)
110
109
  try {
111
110
  packageDir = path.dirname(require.resolve(packageName + '/package.json')).replace('/package.json', '')
112
111
  } catch (e) {}