@teambit/workspace 1.0.33 → 1.0.35

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,15 +1,16 @@
1
1
  {
2
2
  "name": "@teambit/workspace",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/workspace",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "workspace",
9
- "version": "1.0.33"
9
+ "version": "1.0.35"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
13
+ "semver": "7.5.2",
13
14
  "lodash.compact": "3.0.1",
14
15
  "p-map-series": "2.1.0",
15
16
  "chalk": "2.4.2",
@@ -27,15 +28,15 @@
27
28
  "reset-css": "5.0.1",
28
29
  "core-js": "^3.0.0",
29
30
  "@babel/runtime": "7.20.0",
30
- "@teambit/component-id": "1.1.0",
31
+ "@teambit/component-id": "1.1.1",
31
32
  "@teambit/harmony": "0.4.6",
33
+ "@teambit/legacy-bit-id": "1.0.4",
32
34
  "@teambit/bit-error": "0.0.404",
33
35
  "@teambit/lane-id": "0.0.311",
34
36
  "@teambit/graph.cleargraph": "0.0.1",
35
37
  "@teambit/component.ui.component-status-resolver": "0.0.510",
36
- "@teambit/component-issues": "0.0.100",
38
+ "@teambit/component-issues": "0.0.101",
37
39
  "@teambit/component-version": "1.0.3",
38
- "@teambit/legacy-bit-id": "1.0.3",
39
40
  "@teambit/component.ui.component-drawer": "0.0.351",
40
41
  "@teambit/design.ui.tree": "0.0.15",
41
42
  "@teambit/lanes.hooks.use-lane-components": "0.0.253",
@@ -62,37 +63,38 @@
62
63
  "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
63
64
  "@teambit/workspace.ui.empty-workspace": "0.0.508",
64
65
  "@teambit/workspace.ui.workspace-component-card": "0.0.516",
65
- "@teambit/component": "1.0.33",
66
- "@teambit/dependency-resolver": "1.0.33",
67
- "@teambit/envs": "1.0.33",
68
- "@teambit/logger": "0.0.896",
69
- "@teambit/scope": "1.0.33",
70
- "@teambit/graph": "1.0.33",
71
- "@teambit/cli": "0.0.803",
72
- "@teambit/isolator": "1.0.33",
73
- "@teambit/component-tree": "1.0.33",
66
+ "@teambit/component": "1.0.35",
67
+ "@teambit/dependency-resolver": "1.0.35",
68
+ "@teambit/envs": "1.0.35",
69
+ "@teambit/logger": "0.0.898",
70
+ "@teambit/scope": "1.0.35",
71
+ "@teambit/graph": "1.0.35",
72
+ "@teambit/cli": "0.0.805",
73
+ "@teambit/isolator": "1.0.35",
74
+ "@teambit/component-tree": "1.0.35",
74
75
  "@teambit/harmony.modules.resolved-component": "0.0.493",
75
- "@teambit/compiler": "1.0.33",
76
- "@teambit/aspect-loader": "1.0.33",
77
- "@teambit/config": "0.0.819",
78
- "@teambit/global-config": "0.0.805",
76
+ "@teambit/compiler": "1.0.35",
77
+ "@teambit/aspect-loader": "1.0.35",
78
+ "@teambit/config": "0.0.821",
79
+ "@teambit/global-config": "0.0.807",
79
80
  "@teambit/harmony.modules.requireable-component": "0.0.493",
80
81
  "@teambit/toolbox.modules.module-resolver": "0.0.3",
81
- "@teambit/workspace.modules.node-modules-linker": "0.0.144",
82
- "@teambit/graphql": "1.0.33",
83
- "@teambit/bundler": "1.0.33",
84
- "@teambit/pubsub": "1.0.33",
85
- "@teambit/ui": "1.0.33",
86
- "@teambit/variants": "0.0.911",
82
+ "@teambit/workspace.modules.node-modules-linker": "0.0.145",
83
+ "@teambit/graphql": "1.0.35",
84
+ "@teambit/bundler": "1.0.35",
85
+ "@teambit/pubsub": "1.0.35",
86
+ "@teambit/ui": "1.0.35",
87
+ "@teambit/variants": "0.0.913",
87
88
  "@teambit/dependencies.modules.packages-excluder": "1.0.4",
88
89
  "@teambit/workspace.modules.match-pattern": "0.0.500",
89
- "@teambit/command-bar": "1.0.33",
90
- "@teambit/sidebar": "1.0.33",
91
- "@teambit/component-descriptor": "0.0.371",
92
- "@teambit/deprecation": "1.0.33"
90
+ "@teambit/command-bar": "1.0.35",
91
+ "@teambit/sidebar": "1.0.35",
92
+ "@teambit/component-descriptor": "0.0.373",
93
+ "@teambit/deprecation": "1.0.35"
93
94
  },
94
95
  "devDependencies": {
95
96
  "@types/lodash": "4.14.165",
97
+ "@types/semver": "7.3.4",
96
98
  "@types/lodash.compact": "3.0.6",
97
99
  "@types/react": "^17.0.8",
98
100
  "@types/fs-extra": "9.0.7",
@@ -110,7 +112,7 @@
110
112
  "peerDependencies": {
111
113
  "@apollo/client": "^3.6.0",
112
114
  "react-router-dom": "^6.0.0",
113
- "@teambit/legacy": "1.0.583",
115
+ "@teambit/legacy": "1.0.586",
114
116
  "react": "^16.8.0 || ^17.0.0",
115
117
  "react-dom": "^16.8.0 || ^17.0.0"
116
118
  },