@eccenca/gui-elements 23.4.0 → 23.4.1
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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [23.4.1] - 2024-02-08
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- icons
|
|
14
|
+
- use older version of icon library to prevent typescript issues after changes in recent versions
|
|
15
|
+
|
|
9
16
|
## [23.4.0] - 2024-02-07
|
|
10
17
|
|
|
11
18
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eccenca/gui-elements",
|
|
3
3
|
"description": "GUI elements based on other libraries, usable in React application, written in Typescript.",
|
|
4
|
-
"version": "23.4.
|
|
4
|
+
"version": "23.4.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/eccenca/gui-elements",
|
|
7
7
|
"bugs": "https://github.com/eccenca/gui-elements/issues",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@blueprintjs/popover2": "^1.14.1",
|
|
67
67
|
"@blueprintjs/select": "^4.9.14",
|
|
68
68
|
"@carbon/icons": "^11.19.0",
|
|
69
|
-
"@carbon/icons-react": "
|
|
69
|
+
"@carbon/icons-react": "11.19.0",
|
|
70
70
|
"@carbon/styles": "1.32.0",
|
|
71
71
|
"@mavrin/remark-typograf": "^2.2.0",
|
|
72
72
|
"carbon-components-react": "^8.28.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"**/@types/react": "^17.0.59",
|
|
159
159
|
"**/postcss": "^8.4.31",
|
|
160
160
|
"**/parse5": "^6.0.1",
|
|
161
|
-
"**/@carbon/icons-react": "
|
|
161
|
+
"**/@carbon/icons-react": "11.19.0"
|
|
162
162
|
},
|
|
163
163
|
"husky": {
|
|
164
164
|
"hooks": {
|