@teambit/snapping 0.0.338 → 0.0.340

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/snapping",
3
- "version": "0.0.338",
3
+ "version": "0.0.340",
4
4
  "homepage": "https://bit.dev/teambit/component/snapping",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "snapping",
9
- "version": "0.0.338"
9
+ "version": "0.0.340"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -19,32 +19,32 @@
19
19
  "uuid": "8.3.2",
20
20
  "core-js": "^3.0.0",
21
21
  "@babel/runtime": "7.20.0",
22
+ "@teambit/legacy-bit-id": "0.0.423",
22
23
  "@teambit/harmony": "0.4.6",
24
+ "@teambit/component-id": "0.0.427",
23
25
  "@teambit/graph.cleargraph": "0.0.1",
24
26
  "@teambit/bit-error": "0.0.402",
25
- "@teambit/issues": "0.0.331",
26
- "@teambit/cli": "0.0.686",
27
+ "@teambit/issues": "0.0.333",
28
+ "@teambit/cli": "0.0.688",
27
29
  "@teambit/component-issues": "0.0.89",
28
- "@teambit/legacy-bit-id": "0.0.423",
29
- "@teambit/logger": "0.0.779",
30
- "@teambit/builder": "0.0.1023",
31
- "@teambit/community": "0.0.234",
32
- "@teambit/component-id": "0.0.427",
33
- "@teambit/component": "0.0.1023",
34
- "@teambit/dependency-resolver": "0.0.1023",
35
- "@teambit/export": "0.0.1023",
36
- "@teambit/importer": "0.0.452",
37
- "@teambit/insights": "0.0.1023",
38
- "@teambit/lane-id": "0.0.203",
39
- "@teambit/scope": "0.0.1023",
40
- "@teambit/workspace": "0.0.1023",
41
- "@teambit/workspace.modules.node-modules-linker": "0.0.30"
30
+ "@teambit/logger": "0.0.781",
31
+ "@teambit/builder": "0.0.1025",
32
+ "@teambit/community": "0.0.236",
33
+ "@teambit/component": "0.0.1025",
34
+ "@teambit/dependency-resolver": "0.0.1025",
35
+ "@teambit/export": "0.0.1025",
36
+ "@teambit/importer": "0.0.454",
37
+ "@teambit/insights": "0.0.1025",
38
+ "@teambit/lane-id": "0.0.205",
39
+ "@teambit/scope": "0.0.1025",
40
+ "@teambit/workspace": "0.0.1025",
41
+ "@teambit/workspace.modules.node-modules-linker": "0.0.32"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/lodash": "4.14.165",
45
45
  "@types/semver": "7.3.4",
46
- "fs-extra": "10.0.0",
47
46
  "@types/fs-extra": "9.0.7",
47
+ "fs-extra": "10.0.0",
48
48
  "@types/node-fetch": "2.5.12",
49
49
  "@types/uuid": "8.3.4",
50
50
  "@types/mocha": "9.1.0",
@@ -53,13 +53,13 @@
53
53
  "@types/react-dom": "^17.0.5",
54
54
  "@types/jest": "^26.0.0",
55
55
  "@types/testing-library__jest-dom": "5.9.5",
56
- "@teambit/compiler": "0.0.1023",
57
- "@teambit/component.testing.mock-components": "0.0.50",
58
- "@teambit/harmony.testing.load-aspect": "0.0.49",
56
+ "@teambit/compiler": "0.0.1025",
57
+ "@teambit/component.testing.mock-components": "0.0.52",
58
+ "@teambit/harmony.testing.load-aspect": "0.0.51",
59
59
  "@teambit/workspace.testing.mock-workspace": "0.0.14"
60
60
  },
61
61
  "peerDependencies": {
62
- "@teambit/legacy": "1.0.466",
62
+ "@teambit/legacy": "1.0.468",
63
63
  "react": "^16.8.0 || ^17.0.0",
64
64
  "react-dom": "^16.8.0 || ^17.0.0"
65
65
  },