@teambit/lanes 1.0.688 → 1.0.689

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.688/dist/lanes.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.688/dist/lanes.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.689/dist/lanes.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.lanes_lanes@1.0.689/dist/lanes.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/lanes",
3
- "version": "1.0.688",
3
+ "version": "1.0.689",
4
4
  "homepage": "https://bit.cloud/teambit/lanes/lanes",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.lanes",
8
8
  "name": "lanes",
9
- "version": "1.0.688"
9
+ "version": "1.0.689"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "4.1.2",
@@ -21,14 +21,11 @@
21
21
  "group-array": "1.0.0",
22
22
  "@teambit/lanes.ui.models.lanes-model": "0.0.229",
23
23
  "@teambit/bit-error": "0.0.404",
24
- "@teambit/cli": "0.0.1254",
25
24
  "@teambit/lane-id": "0.0.312",
26
25
  "@teambit/legacy.cli.prompts": "0.0.21",
27
26
  "@teambit/legacy.constants": "0.0.14",
28
27
  "@teambit/legacy.scope": "0.0.64",
29
28
  "@teambit/harmony": "0.4.7",
30
- "@teambit/express": "0.0.1353",
31
- "@teambit/logger": "0.0.1347",
32
29
  "@teambit/component-id": "1.2.4",
33
30
  "@teambit/component.modules.merge-helper": "0.0.4",
34
31
  "@teambit/component.snap-distance": "0.0.65",
@@ -44,7 +41,6 @@
44
41
  "@teambit/design.ui.pages.not-found": "0.0.371",
45
42
  "@teambit/lanes.hooks.use-lanes": "0.0.290",
46
43
  "@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.243",
47
- "@teambit/lanes.ui.lane-overview": "0.0.279",
48
44
  "@teambit/lanes.ui.menus.lanes-overview-menu": "0.0.11",
49
45
  "@teambit/lanes.ui.menus.use-lanes-menu": "0.0.233",
50
46
  "@teambit/scope.ui.scope-icon": "0.0.91",
@@ -56,21 +52,25 @@
56
52
  "@teambit/lanes.ui.navigation.lane-switcher": "0.0.235",
57
53
  "@teambit/legacy.consumer": "0.0.64",
58
54
  "@teambit/scope.network": "0.0.64",
59
- "@teambit/checkout": "1.0.687",
60
- "@teambit/importer": "1.0.687",
61
- "@teambit/scope": "1.0.687",
62
- "@teambit/workspace": "1.0.687",
63
- "@teambit/graphql": "1.0.687",
64
- "@teambit/component-compare": "1.0.687",
65
- "@teambit/component-writer": "1.0.687",
66
- "@teambit/component": "1.0.687",
67
- "@teambit/export": "1.0.687",
68
- "@teambit/install": "1.0.687",
69
- "@teambit/merging": "1.0.687",
70
- "@teambit/objects": "0.0.194",
71
- "@teambit/remove": "1.0.687",
72
- "@teambit/command-bar": "1.0.687",
73
- "@teambit/ui": "1.0.687"
55
+ "@teambit/checkout": "1.0.688",
56
+ "@teambit/cli": "0.0.1255",
57
+ "@teambit/importer": "1.0.688",
58
+ "@teambit/scope": "1.0.688",
59
+ "@teambit/workspace": "1.0.688",
60
+ "@teambit/express": "0.0.1354",
61
+ "@teambit/logger": "0.0.1348",
62
+ "@teambit/graphql": "1.0.688",
63
+ "@teambit/component-compare": "1.0.688",
64
+ "@teambit/component-writer": "1.0.688",
65
+ "@teambit/component": "1.0.688",
66
+ "@teambit/export": "1.0.688",
67
+ "@teambit/install": "1.0.688",
68
+ "@teambit/merging": "1.0.688",
69
+ "@teambit/objects": "0.0.195",
70
+ "@teambit/remove": "1.0.688",
71
+ "@teambit/command-bar": "1.0.688",
72
+ "@teambit/lanes.ui.lane-overview": "0.0.280",
73
+ "@teambit/ui": "1.0.688"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/lodash": "4.14.165",
@@ -79,9 +79,9 @@
79
79
  "@teambit/component.testing.mock-components": "0.0.328",
80
80
  "@teambit/harmony.testing.load-aspect": "0.0.323",
81
81
  "@teambit/workspace.testing.mock-workspace": "0.0.108",
82
- "@teambit/harmony.envs.core-aspect-env": "0.0.72",
83
- "@teambit/merge-lanes": "1.0.688",
84
- "@teambit/snapping": "1.0.687"
82
+ "@teambit/harmony.envs.core-aspect-env": "0.0.73",
83
+ "@teambit/merge-lanes": "1.0.689",
84
+ "@teambit/snapping": "1.0.688"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "react": "^17.0.0 || ^18.0.0",