@itwin/tree-widget-react 3.17.4 → 3.17.6
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/CHANGELOG.md +19 -2
- package/lib/cjs/tree-widget-react/TreeWidget.js +1 -0
- package/lib/cjs/tree-widget-react/TreeWidget.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/SelectableTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/TreeSelector.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/TreeWidgetUiItemsProvider.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/tree-header/TreeHeader.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/tree-header/TreeHeader.js +4 -4
- package/lib/cjs/tree-widget-react/components/tree-header/TreeHeader.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/tree-header/TreeWithHeader.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/CategoriesTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/CategoriesTreeButtons.d.ts +5 -4
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/CategoriesTreeButtons.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/CategoriesTreeComponent.d.ts +1 -5
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/CategoriesTreeComponent.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.d.ts +1 -0
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.js +3 -0
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/internal/CategoriesVisibilityHandler.js +11 -1
- package/lib/cjs/tree-widget-react/components/trees/categories-tree/internal/CategoriesVisibilityHandler.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/FocusedInstancesContext.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/Rxjs.js +1 -0
- package/lib/cjs/tree-widget-react/components/trees/common/Rxjs.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/UseHierarchyFiltering.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/UseHierarchyVisibility.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/UseTelemetryContext.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/Delayed.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/ProgressOverlay.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/Tree.d.ts +2 -2
- package/lib/cjs/tree-widget-react/components/trees/common/components/TreeNodeCheckbox.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/TreeRenderer.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/VisibilityTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/common/components/VisibilityTreeRenderer.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTreeComponent.d.ts +1 -5
- package/lib/cjs/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTreeComponent.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/imodel-content-tree/IModelContentTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeComponent.d.ts +1 -5
- package/lib/cjs/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeComponent.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/imodel-content-tree/internal/IModelContentTreeIdsCache.js +1 -0
- package/lib/cjs/tree-widget-react/components/trees/imodel-content-tree/internal/IModelContentTreeIdsCache.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTree.d.ts +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeButtons.d.ts +8 -7
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeButtons.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeComponent.d.ts +1 -5
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeComponent.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.js +13 -16
- package/lib/cjs/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/UseModelsTree.js +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/UseModelsTree.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/Utils.d.ts +3 -3
- package/lib/cjs/tree-widget-react/components/trees/models-tree/Utils.js.map +1 -1
- package/lib/cjs/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.d.ts +1 -0
- package/lib/cjs/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.js +7 -0
- package/lib/cjs/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.js.map +1 -1
- package/lib/esm/tree-widget-react/TreeWidget.js +2 -1
- package/lib/esm/tree-widget-react/TreeWidget.js.map +1 -1
- package/lib/esm/tree-widget-react/components/SelectableTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/TreeSelector.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/TreeWidgetUiItemsProvider.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/tree-header/TreeHeader.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/tree-header/TreeHeader.js +4 -4
- package/lib/esm/tree-widget-react/components/tree-header/TreeHeader.js.map +1 -1
- package/lib/esm/tree-widget-react/components/tree-header/TreeWithHeader.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/categories-tree/CategoriesTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/categories-tree/CategoriesTreeButtons.d.ts +5 -4
- package/lib/esm/tree-widget-react/components/trees/categories-tree/CategoriesTreeButtons.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/categories-tree/CategoriesTreeComponent.d.ts +1 -5
- package/lib/esm/tree-widget-react/components/trees/categories-tree/CategoriesTreeComponent.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.d.ts +1 -0
- package/lib/esm/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.js +3 -0
- package/lib/esm/tree-widget-react/components/trees/categories-tree/internal/CategoriesTreeIdsCache.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/categories-tree/internal/CategoriesVisibilityHandler.js +12 -2
- package/lib/esm/tree-widget-react/components/trees/categories-tree/internal/CategoriesVisibilityHandler.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/FocusedInstancesContext.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/Rxjs.js +1 -0
- package/lib/esm/tree-widget-react/components/trees/common/Rxjs.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/UseHierarchyFiltering.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/UseHierarchyVisibility.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/UseTelemetryContext.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/Delayed.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/ProgressOverlay.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/Tree.d.ts +2 -2
- package/lib/esm/tree-widget-react/components/trees/common/components/TreeNodeCheckbox.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/TreeRenderer.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/VisibilityTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/common/components/VisibilityTreeRenderer.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTreeComponent.d.ts +1 -5
- package/lib/esm/tree-widget-react/components/trees/external-sources-tree/ExternalSourcesTreeComponent.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/imodel-content-tree/IModelContentTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeComponent.d.ts +1 -5
- package/lib/esm/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeComponent.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/imodel-content-tree/internal/IModelContentTreeIdsCache.js +1 -0
- package/lib/esm/tree-widget-react/components/trees/imodel-content-tree/internal/IModelContentTreeIdsCache.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTree.d.ts +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeButtons.d.ts +8 -7
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeButtons.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeComponent.d.ts +1 -5
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeComponent.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.js +13 -16
- package/lib/esm/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/UseModelsTree.js +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/UseModelsTree.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/Utils.d.ts +3 -3
- package/lib/esm/tree-widget-react/components/trees/models-tree/Utils.js.map +1 -1
- package/lib/esm/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.d.ts +1 -0
- package/lib/esm/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.js +7 -0
- package/lib/esm/tree-widget-react/components/trees/models-tree/internal/ModelsTreeIdsCache.js.map +1 -1
- package/package.json +78 -87
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/tree-widget-react",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.6",
|
|
4
4
|
"description": "Tree Widget React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"extract-api": "betools extract-api --entry=lib/esm/tree-widget-react --apiReportFolder=./api --apiReportTempFolder=./api/temp --apiSummaryFolder=./api --includeUnexportedApis",
|
|
46
46
|
"check-internal": "node ../../../scripts/checkInternal.js --apiSummary ./api/tree-widget-react.api.md",
|
|
47
47
|
"lint": "npm run lint:eslint && npm run lint:stylelint",
|
|
48
|
-
"lint:eslint": "eslint
|
|
48
|
+
"lint:eslint": "eslint \"./src/**/*.{ts,tsx}\"",
|
|
49
49
|
"lint:stylelint": "stylelint \"./src/**/*.scss\"",
|
|
50
50
|
"lint:fix": "npm run lint:eslint -- --fix && npm run lint:stylelint -- --fix",
|
|
51
51
|
"pseudolocalize": "betools pseudolocalize --englishDir ./public/locales/en --out ./lib/public/locales/en-PSEUDO",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@itwin/appui-abstract": "^4.0.0 || ^5.0.0",
|
|
64
64
|
"@itwin/appui-react": "^4.10.0 || ^5.0.0",
|
|
65
|
-
"@itwin/core-common": "^4.0.0 || ^5.0.0",
|
|
66
65
|
"@itwin/components-react": "^4.10.0 || ^5.0.0",
|
|
67
66
|
"@itwin/core-bentley": "^4.0.0 || ^5.0.0",
|
|
67
|
+
"@itwin/core-common": "^4.0.0 || ^5.0.0",
|
|
68
68
|
"@itwin/core-frontend": "^4.0.0 || ^5.0.0",
|
|
69
69
|
"@itwin/ecschema-metadata": "^4.0.0 || ^5.0.0",
|
|
70
70
|
"@itwin/itwinui-react": "^3.11.0",
|
|
@@ -75,100 +75,91 @@
|
|
|
75
75
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@itwin/itwinui-icons-react": "^2.
|
|
78
|
+
"@itwin/itwinui-icons-react": "^2.11.0",
|
|
79
79
|
"@itwin/itwinui-illustrations-react": "^2.1.0",
|
|
80
|
-
"@itwin/presentation-core-interop": "^1.3.
|
|
81
|
-
"@itwin/presentation-hierarchies": "^1.7.
|
|
82
|
-
"@itwin/presentation-hierarchies-react": "^1.9.
|
|
83
|
-
"@itwin/presentation-shared": "^1.2.
|
|
84
|
-
"@itwin/unified-selection": "^1.6.
|
|
80
|
+
"@itwin/presentation-core-interop": "^1.3.8",
|
|
81
|
+
"@itwin/presentation-hierarchies": "^1.7.9",
|
|
82
|
+
"@itwin/presentation-hierarchies-react": "^1.9.11",
|
|
83
|
+
"@itwin/presentation-shared": "^1.2.8",
|
|
84
|
+
"@itwin/unified-selection": "^1.6.6",
|
|
85
85
|
"classnames": "^2.5.1",
|
|
86
|
-
"react-error-boundary": "^
|
|
87
|
-
"rxjs": "^7.8.
|
|
86
|
+
"react-error-boundary": "^6.1.0",
|
|
87
|
+
"rxjs": "^7.8.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@itwin/appui-abstract": "^5.
|
|
91
|
-
"@itwin/appui-react": "^5.
|
|
92
|
-
"@itwin/build-tools": "^5.
|
|
93
|
-
"@itwin/components-react": "^5.
|
|
94
|
-
"@itwin/core-backend": "^5.
|
|
95
|
-
"@itwin/core-bentley": "^5.
|
|
96
|
-
"@itwin/core-common": "^5.
|
|
97
|
-
"@itwin/core-frontend": "^5.
|
|
98
|
-
"@itwin/core-geometry": "^5.
|
|
99
|
-
"@itwin/core-i18n": "^5.
|
|
100
|
-
"@itwin/core-markup": "^5.
|
|
101
|
-
"@itwin/core-orbitgt": "^5.
|
|
102
|
-
"@itwin/core-quantity": "^5.
|
|
103
|
-
"@itwin/core-react": "^5.
|
|
104
|
-
"@itwin/ecschema-metadata": "^5.
|
|
105
|
-
"@itwin/ecschema-rpcinterface-common": "^5.
|
|
106
|
-
"@itwin/ecschema-rpcinterface-impl": "^5.
|
|
107
|
-
"@itwin/eslint-plugin": "^
|
|
108
|
-
"@itwin/imodel-components-react": "^5.
|
|
109
|
-
"@itwin/itwinui-react": "^3.
|
|
110
|
-
"@itwin/oidc-signin-tool": "^5.
|
|
111
|
-
"@itwin/presentation-backend": "^5.
|
|
112
|
-
"@itwin/presentation-common": "^5.
|
|
113
|
-
"@itwin/presentation-components": "^5.12.
|
|
114
|
-
"@itwin/presentation-frontend": "^5.
|
|
115
|
-
"@itwin/presentation-testing": "^5.4.
|
|
116
|
-
"@itwin/webgl-compatibility": "^5.
|
|
117
|
-
"@playwright/test": "
|
|
118
|
-
"@testing-library/dom": "^10.4.
|
|
119
|
-
"@testing-library/react": "^16.2
|
|
120
|
-
"@testing-library/user-event": "^14.6.
|
|
121
|
-
"@types/chai": "^
|
|
122
|
-
"@types/chai-as-promised": "^8.0.
|
|
90
|
+
"@itwin/appui-abstract": "^5.5.2",
|
|
91
|
+
"@itwin/appui-react": "^5.24.1",
|
|
92
|
+
"@itwin/build-tools": "^5.5.2",
|
|
93
|
+
"@itwin/components-react": "^5.24.1",
|
|
94
|
+
"@itwin/core-backend": "^5.5.2",
|
|
95
|
+
"@itwin/core-bentley": "^5.5.2",
|
|
96
|
+
"@itwin/core-common": "^5.5.2",
|
|
97
|
+
"@itwin/core-frontend": "^5.5.2",
|
|
98
|
+
"@itwin/core-geometry": "^5.5.2",
|
|
99
|
+
"@itwin/core-i18n": "^5.5.2",
|
|
100
|
+
"@itwin/core-markup": "^5.5.2",
|
|
101
|
+
"@itwin/core-orbitgt": "^5.5.2",
|
|
102
|
+
"@itwin/core-quantity": "^5.5.2",
|
|
103
|
+
"@itwin/core-react": "^5.24.1",
|
|
104
|
+
"@itwin/ecschema-metadata": "^5.5.2",
|
|
105
|
+
"@itwin/ecschema-rpcinterface-common": "^5.5.2",
|
|
106
|
+
"@itwin/ecschema-rpcinterface-impl": "^5.5.2",
|
|
107
|
+
"@itwin/eslint-plugin": "^6.0.0",
|
|
108
|
+
"@itwin/imodel-components-react": "^5.24.1",
|
|
109
|
+
"@itwin/itwinui-react": "^3.20.1",
|
|
110
|
+
"@itwin/oidc-signin-tool": "^5.1.0",
|
|
111
|
+
"@itwin/presentation-backend": "^5.5.2",
|
|
112
|
+
"@itwin/presentation-common": "^5.5.2",
|
|
113
|
+
"@itwin/presentation-components": "^5.12.18",
|
|
114
|
+
"@itwin/presentation-frontend": "^5.5.2",
|
|
115
|
+
"@itwin/presentation-testing": "^5.4.14",
|
|
116
|
+
"@itwin/webgl-compatibility": "^5.5.2",
|
|
117
|
+
"@playwright/test": "1.56.1",
|
|
118
|
+
"@testing-library/dom": "^10.4.1",
|
|
119
|
+
"@testing-library/react": "^16.3.2",
|
|
120
|
+
"@testing-library/user-event": "^14.6.1",
|
|
121
|
+
"@types/chai": "^5.2.3",
|
|
122
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
123
123
|
"@types/chai-jest-snapshot": "^1.3.8",
|
|
124
|
-
"@types/
|
|
125
|
-
"@types/
|
|
126
|
-
"@types/jsdom": "^21.1.6",
|
|
124
|
+
"@types/deep-equal": "^1.0.4",
|
|
125
|
+
"@types/jsdom": "^27.0.0",
|
|
127
126
|
"@types/mocha": "^10.0.10",
|
|
128
|
-
"@types/node": "^22.
|
|
129
|
-
"@types/react": "^18.
|
|
130
|
-
"@types/react-dom": "^18.
|
|
131
|
-
"@types/sinon": "^
|
|
132
|
-
"@types/sinon-chai": "^
|
|
133
|
-
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
134
|
-
"@typescript-eslint/parser": "^7.16.1",
|
|
127
|
+
"@types/node": "^22.19.8",
|
|
128
|
+
"@types/react": "^18.3.27",
|
|
129
|
+
"@types/react-dom": "^18.3.7",
|
|
130
|
+
"@types/sinon": "^21.0.0",
|
|
131
|
+
"@types/sinon-chai": "^4.0.0",
|
|
135
132
|
"c8": "^10.1.3",
|
|
136
|
-
"chai": "^
|
|
137
|
-
"chai-as-promised": "^8.0.
|
|
133
|
+
"chai": "^6.2.2",
|
|
134
|
+
"chai-as-promised": "^8.0.2",
|
|
138
135
|
"chai-jest-snapshot": "^2.0.0",
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"eslint": "^
|
|
145
|
-
"eslint-
|
|
146
|
-
"eslint-plugin-
|
|
147
|
-
"eslint-plugin-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"global-jsdom": "^9.2.0",
|
|
136
|
+
"cpx2": "^8.0.0",
|
|
137
|
+
"cross-env": "^10.1.0",
|
|
138
|
+
"deep-equal": "^2.2.3",
|
|
139
|
+
"dotenv": "^17.2.3",
|
|
140
|
+
"eslint": "^9.39.2",
|
|
141
|
+
"eslint-config-prettier": "^10.1.8",
|
|
142
|
+
"eslint-plugin-import": "^2.32.0",
|
|
143
|
+
"eslint-plugin-react": "^7.37.5",
|
|
144
|
+
"eslint-plugin-unused-imports": "^4.3.0",
|
|
145
|
+
"fast-xml-parser": "^5.3.4",
|
|
146
|
+
"global-jsdom": "^28.0.0",
|
|
151
147
|
"http-server": "^14.1.1",
|
|
152
148
|
"ignore-styles": "^5.0.1",
|
|
153
|
-
"jsdom": "^
|
|
154
|
-
"mocha": "^11.
|
|
155
|
-
"postcss": "^8.
|
|
156
|
-
"raf": "^3.4.
|
|
157
|
-
"react": "^18.
|
|
158
|
-
"react-dom": "^18.
|
|
159
|
-
"react-redux": "^
|
|
160
|
-
"redux": "^
|
|
161
|
-
"rimraf": "^6.
|
|
162
|
-
"sinon": "^
|
|
163
|
-
"sinon-chai": "^
|
|
164
|
-
"stylelint": "^
|
|
165
|
-
"stylelint-config-standard-scss": "^
|
|
149
|
+
"jsdom": "^28.0.0",
|
|
150
|
+
"mocha": "^11.7.5",
|
|
151
|
+
"postcss": "^8.5.6",
|
|
152
|
+
"raf": "^3.4.1",
|
|
153
|
+
"react": "^18.3.1",
|
|
154
|
+
"react-dom": "^18.3.1",
|
|
155
|
+
"react-redux": "^9.2.0",
|
|
156
|
+
"redux": "^5.0.1",
|
|
157
|
+
"rimraf": "^6.1.2",
|
|
158
|
+
"sinon": "^21.0.1",
|
|
159
|
+
"sinon-chai": "^4.0.1",
|
|
160
|
+
"stylelint": "^17.1.1",
|
|
161
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
166
162
|
"typemoq": "^2.1.0",
|
|
167
|
-
"typescript": "~5.
|
|
168
|
-
},
|
|
169
|
-
"eslintConfig": {
|
|
170
|
-
"extends": [
|
|
171
|
-
".eslintrc.js"
|
|
172
|
-
]
|
|
163
|
+
"typescript": "~5.8.3"
|
|
173
164
|
}
|
|
174
165
|
}
|