@teambit/react.ui.component-highlighter 0.0.456 → 0.0.460
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react.ui.component-highlighter",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.460",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/react/ui/component-highlighter",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.react",
|
|
8
8
|
"name": "ui/component-highlighter",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.460"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@popperjs/core": "2.6.0",
|
|
13
12
|
"classnames": "2.2.6",
|
|
13
|
+
"@popperjs/core": "2.6.0",
|
|
14
14
|
"react-popper": "2.2.4",
|
|
15
15
|
"use-animation-frame": "0.1.0",
|
|
16
16
|
"use-debounce": "6.0.1",
|
|
@@ -20,26 +20,24 @@
|
|
|
20
20
|
"@teambit/base-ui.utils.popper-js.resize-to-match-reference": "1.0.0",
|
|
21
21
|
"@teambit/base-ui.surfaces.card": "1.0.1",
|
|
22
22
|
"@teambit/base-ui.routing.native-link": "1.0.0",
|
|
23
|
-
"@teambit/react.babel.bit-react-transformer": "0.0.
|
|
23
|
+
"@teambit/react.babel.bit-react-transformer": "0.0.457",
|
|
24
24
|
"@teambit/component-id": "0.0.370",
|
|
25
|
-
"@teambit/react.modules.dom-to-react": "0.0.
|
|
26
|
-
"@teambit/react.ui.hover-selector": "0.0.
|
|
27
|
-
"@teambit/component.modules.component-url": "0.0.
|
|
25
|
+
"@teambit/react.modules.dom-to-react": "0.0.451",
|
|
26
|
+
"@teambit/react.ui.hover-selector": "0.0.130",
|
|
27
|
+
"@teambit/component.modules.component-url": "0.0.83"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/react": "^17.0.8",
|
|
31
31
|
"@types/classnames": "2.2.11",
|
|
32
32
|
"@types/url-join": "4.0.0",
|
|
33
|
-
"@types/mocha": "5.2.7",
|
|
34
33
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
35
34
|
"@babel/runtime": "7.12.18",
|
|
36
35
|
"@types/jest": "^26.0.0",
|
|
37
36
|
"@types/react-dom": "^17.0.5",
|
|
38
37
|
"@types/node": "12.20.4",
|
|
39
|
-
"@teambit/design.ui.icon-button": "1.0.
|
|
38
|
+
"@teambit/design.ui.icon-button": "1.0.10"
|
|
40
39
|
},
|
|
41
40
|
"peerDependencies": {
|
|
42
|
-
"@teambit/legacy": "1.0.162",
|
|
43
41
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
44
42
|
"react": "^16.8.0 || ^17.0.0"
|
|
45
43
|
},
|
|
@@ -49,25 +47,23 @@
|
|
|
49
47
|
"env": {},
|
|
50
48
|
"overrides": {
|
|
51
49
|
"dependencies": {
|
|
52
|
-
"@teambit/legacy": "-",
|
|
53
50
|
"core-js": "^3.0.0",
|
|
54
51
|
"react-dom": "-",
|
|
55
52
|
"react": "-"
|
|
56
53
|
},
|
|
57
54
|
"devDependencies": {
|
|
58
|
-
"@teambit/
|
|
59
|
-
"@types/mocha": "5.2.7",
|
|
55
|
+
"@teambit/design.ui.icon-button": "1.0.10",
|
|
60
56
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
61
57
|
"@babel/runtime": "7.12.18",
|
|
62
58
|
"@types/jest": "^26.0.0",
|
|
63
59
|
"@types/react-dom": "^17.0.5",
|
|
64
60
|
"@types/react": "^17.0.8",
|
|
65
61
|
"@types/node": "12.20.4",
|
|
62
|
+
"@types/mocha": "-",
|
|
66
63
|
"react-dom": "-",
|
|
67
64
|
"react": "-"
|
|
68
65
|
},
|
|
69
66
|
"peerDependencies": {
|
|
70
|
-
"@teambit/legacy": "1.0.162",
|
|
71
67
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
72
68
|
"react": "^16.8.0 || ^17.0.0"
|
|
73
69
|
}
|
|
Binary file
|