@itwin/map-layers 4.0.0-dev.6 → 4.0.0-dev.8
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/map-layers",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.8",
|
|
4
4
|
"description": "Extension that adds a Map Layers Widget",
|
|
5
5
|
"main": "lib/cjs/map-layers.js",
|
|
6
6
|
"module": "lib/esm/map-layers.js",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "4.0.0-dev.
|
|
25
|
-
"@itwin/appui-layout-react": "4.0.0-dev.
|
|
26
|
-
"@itwin/appui-react": "4.0.0-dev.
|
|
27
|
-
"@itwin/build-tools": "4.0.0-dev.
|
|
28
|
-
"@itwin/components-react": "4.0.0-dev.
|
|
29
|
-
"@itwin/core-bentley": "4.0.0-dev.
|
|
30
|
-
"@itwin/core-common": "4.0.0-dev.
|
|
31
|
-
"@itwin/core-frontend": "4.0.0-dev.
|
|
32
|
-
"@itwin/core-geometry": "4.0.0-dev.
|
|
33
|
-
"@itwin/core-quantity": "4.0.0-dev.
|
|
34
|
-
"@itwin/core-react": "4.0.0-dev.
|
|
35
|
-
"@itwin/eslint-plugin": "4.0.0-dev.
|
|
36
|
-
"@itwin/imodel-components-react": "4.0.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "4.0.0-dev.8",
|
|
25
|
+
"@itwin/appui-layout-react": "4.0.0-dev.8",
|
|
26
|
+
"@itwin/appui-react": "4.0.0-dev.8",
|
|
27
|
+
"@itwin/build-tools": "4.0.0-dev.8",
|
|
28
|
+
"@itwin/components-react": "4.0.0-dev.8",
|
|
29
|
+
"@itwin/core-bentley": "4.0.0-dev.8",
|
|
30
|
+
"@itwin/core-common": "4.0.0-dev.8",
|
|
31
|
+
"@itwin/core-frontend": "4.0.0-dev.8",
|
|
32
|
+
"@itwin/core-geometry": "4.0.0-dev.8",
|
|
33
|
+
"@itwin/core-quantity": "4.0.0-dev.8",
|
|
34
|
+
"@itwin/core-react": "4.0.0-dev.8",
|
|
35
|
+
"@itwin/eslint-plugin": "4.0.0-dev.8",
|
|
36
|
+
"@itwin/imodel-components-react": "4.0.0-dev.8",
|
|
37
37
|
"@itwin/itwinui-css": "0.x",
|
|
38
38
|
"@itwin/itwinui-react": "~1.46.0",
|
|
39
|
-
"@itwin/presentation-common": "4.0.0-dev.
|
|
39
|
+
"@itwin/presentation-common": "4.0.0-dev.8",
|
|
40
40
|
"@testing-library/react": "^12.0.0",
|
|
41
41
|
"@testing-library/react-hooks": "^7.0.2",
|
|
42
42
|
"@types/chai": "4.3.1",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"react-beautiful-dnd": "^13.0.0"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@itwin/core-bentley": "^4.0.0-dev.
|
|
78
|
-
"@itwin/core-geometry": "^4.0.0-dev.
|
|
79
|
-
"@itwin/core-common": "^4.0.0-dev.
|
|
80
|
-
"@itwin/core-frontend": "^4.0.0-dev.
|
|
81
|
-
"@itwin/core-quantity": "^4.0.0-dev.
|
|
82
|
-
"@itwin/appui-abstract": "^4.0.0-dev.
|
|
83
|
-
"@itwin/components-react": "^4.0.0-dev.
|
|
84
|
-
"@itwin/core-react": "^4.0.0-dev.
|
|
85
|
-
"@itwin/appui-react": "^4.0.0-dev.
|
|
86
|
-
"@itwin/imodel-components-react": "^4.0.0-dev.
|
|
87
|
-
"@itwin/appui-layout-react": "^4.0.0-dev.
|
|
77
|
+
"@itwin/core-bentley": "^4.0.0-dev.8",
|
|
78
|
+
"@itwin/core-geometry": "^4.0.0-dev.8",
|
|
79
|
+
"@itwin/core-common": "^4.0.0-dev.8",
|
|
80
|
+
"@itwin/core-frontend": "^4.0.0-dev.8",
|
|
81
|
+
"@itwin/core-quantity": "^4.0.0-dev.8",
|
|
82
|
+
"@itwin/appui-abstract": "^4.0.0-dev.8",
|
|
83
|
+
"@itwin/components-react": "^4.0.0-dev.8",
|
|
84
|
+
"@itwin/core-react": "^4.0.0-dev.8",
|
|
85
|
+
"@itwin/appui-react": "^4.0.0-dev.8",
|
|
86
|
+
"@itwin/imodel-components-react": "^4.0.0-dev.8",
|
|
87
|
+
"@itwin/appui-layout-react": "^4.0.0-dev.8",
|
|
88
88
|
"react": "^17.0.0",
|
|
89
89
|
"react-dom": "^17.0.0"
|
|
90
90
|
},
|