@itwin/imodel-components-react 3.0.0-dev.91 → 3.0.0-dev.92
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/imodel-components-react",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.92",
|
|
4
4
|
"description": "iModel.js UI IModel Components",
|
|
5
5
|
"main": "lib/cjs/imodel-components-react.js",
|
|
6
6
|
"module": "lib/esm/imodel-components-react.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
25
|
-
"@itwin/core-geometry": "^3.0.0-dev.
|
|
26
|
-
"@itwin/core-common": "^3.0.0-dev.
|
|
27
|
-
"@itwin/core-frontend": "^3.0.0-dev.
|
|
28
|
-
"@itwin/core-i18n": "^3.0.0-dev.
|
|
29
|
-
"@itwin/core-quantity": "^3.0.0-dev.
|
|
30
|
-
"@itwin/appui-abstract": "^3.0.0-dev.
|
|
31
|
-
"@itwin/core-react": "^3.0.0-dev.
|
|
32
|
-
"@itwin/components-react": "^3.0.0-dev.
|
|
24
|
+
"@itwin/core-bentley": "^3.0.0-dev.92",
|
|
25
|
+
"@itwin/core-geometry": "^3.0.0-dev.92",
|
|
26
|
+
"@itwin/core-common": "^3.0.0-dev.92",
|
|
27
|
+
"@itwin/core-frontend": "^3.0.0-dev.92",
|
|
28
|
+
"@itwin/core-i18n": "^3.0.0-dev.92",
|
|
29
|
+
"@itwin/core-quantity": "^3.0.0-dev.92",
|
|
30
|
+
"@itwin/appui-abstract": "^3.0.0-dev.92",
|
|
31
|
+
"@itwin/core-react": "^3.0.0-dev.92",
|
|
32
|
+
"@itwin/components-react": "^3.0.0-dev.92",
|
|
33
33
|
"react": "^17.0.0",
|
|
34
34
|
"react-dom": "^17.0.0"
|
|
35
35
|
},
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
42
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
43
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
44
|
-
"@itwin/core-geometry": "3.0.0-dev.
|
|
45
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
46
|
-
"@itwin/core-frontend": "3.0.0-dev.
|
|
47
|
-
"@itwin/core-i18n": "3.0.0-dev.
|
|
48
|
-
"@itwin/core-quantity": "3.0.0-dev.
|
|
49
|
-
"@itwin/appui-abstract": "3.0.0-dev.
|
|
50
|
-
"@itwin/core-react": "3.0.0-dev.
|
|
51
|
-
"@itwin/components-react": "3.0.0-dev.
|
|
41
|
+
"@itwin/core-bentley": "3.0.0-dev.92",
|
|
42
|
+
"@itwin/build-tools": "3.0.0-dev.92",
|
|
43
|
+
"@itwin/eslint-plugin": "3.0.0-dev.92",
|
|
44
|
+
"@itwin/core-geometry": "3.0.0-dev.92",
|
|
45
|
+
"@itwin/core-common": "3.0.0-dev.92",
|
|
46
|
+
"@itwin/core-frontend": "3.0.0-dev.92",
|
|
47
|
+
"@itwin/core-i18n": "3.0.0-dev.92",
|
|
48
|
+
"@itwin/core-quantity": "3.0.0-dev.92",
|
|
49
|
+
"@itwin/appui-abstract": "3.0.0-dev.92",
|
|
50
|
+
"@itwin/core-react": "3.0.0-dev.92",
|
|
51
|
+
"@itwin/components-react": "3.0.0-dev.92",
|
|
52
52
|
"@testing-library/react": "^12.0.0",
|
|
53
53
|
"@testing-library/react-hooks": "^3.2.1",
|
|
54
54
|
"@testing-library/user-event": "^13.2.1",
|
|
@@ -133,14 +133,14 @@
|
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
135
|
"scripts": {
|
|
136
|
-
"
|
|
136
|
+
"build": "npm run -s copy:locale && npm run -s build:cjs",
|
|
137
|
+
"build:ci": "npm run -s build && npm run -s build:esm",
|
|
138
|
+
"build:cjs": "tsc 1>&2 --outDir lib/cjs && npm run -s copy:cjs",
|
|
139
|
+
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm && npm run -s copy:esm",
|
|
137
140
|
"copy:locale": "cpx \"./public/**/*\" ./lib/public",
|
|
138
141
|
"copy:cjs": "cpx \"./src/**/*.*css\" ./lib/cjs",
|
|
139
142
|
"copy:esm": "cpx \"./src/**/*.*css\" ./lib/esm",
|
|
140
143
|
"pseudolocalize": "betools pseudolocalize --englishDir ./public/locales/en --out ./public/locales/en-PSEUDO",
|
|
141
|
-
"build": "npm run -s build:cjs && npm run -s build:esm && npm run -s copy:locale",
|
|
142
|
-
"build:cjs": "tsc 1>&2 --outDir lib/cjs && npm run -s copy:cjs",
|
|
143
|
-
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm && npm run -s copy:esm",
|
|
144
144
|
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
145
145
|
"cover": "nyc npm -s test",
|
|
146
146
|
"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/ui/imodel-components-react/file.json --tsIndexFile=./imodel-components-react.ts --onlyJson",
|