@odigos/ui-kit 0.0.133 → 0.0.134
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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.134](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.133...ui-kit-v0.0.134) (2025-12-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **security:** patch `CVE-2025-55182` & `CVE-2025-66478` ([#496](https://github.com/odigos-io/ui-kit/issues/496)) ([83bef4f](https://github.com/odigos-io/ui-kit/commit/83bef4f4ff6a7485fb361972f2dc7ace6846306f))
|
|
9
|
+
|
|
3
10
|
## [0.0.133](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.132...ui-kit-v0.0.133) (2025-12-03)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.134",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"javascript-time-ago": "^2.5.12",
|
|
102
102
|
"lottie-react": "^2.4.1",
|
|
103
103
|
"prism-react-renderer": "^2.4.1",
|
|
104
|
-
"react": "^19.2.
|
|
105
|
-
"react-dom": "^19.2.
|
|
104
|
+
"react": "^19.2.1",
|
|
105
|
+
"react-dom": "^19.2.1",
|
|
106
106
|
"react-error-boundary": "^6.0.0",
|
|
107
107
|
"styled-components": "^6.1.19",
|
|
108
108
|
"zustand": "^5.0.9"
|
|
@@ -119,23 +119,23 @@
|
|
|
119
119
|
"@rollup/plugin-terser": "^0.4.4",
|
|
120
120
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
121
121
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
122
|
-
"@storybook/react-webpack5": "10.1.
|
|
122
|
+
"@storybook/react-webpack5": "10.1.4",
|
|
123
123
|
"@types/node": "^24.10.1",
|
|
124
124
|
"@types/react": "^19.2.7",
|
|
125
125
|
"@types/react-dom": "^19.2.3",
|
|
126
|
-
"@typescript-eslint/eslint-plugin": "^8.48.
|
|
127
|
-
"@typescript-eslint/parser": "^8.48.
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
127
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
128
128
|
"babel-loader": "^10.0.0",
|
|
129
129
|
"babel-plugin-styled-components": "^2.1.4",
|
|
130
130
|
"eslint": "^9.39.1",
|
|
131
131
|
"eslint-plugin-react": "^7.37.5",
|
|
132
|
-
"eslint-plugin-storybook": "10.1.
|
|
132
|
+
"eslint-plugin-storybook": "10.1.4",
|
|
133
133
|
"postcss": "^8.5.6",
|
|
134
134
|
"rollup": "^3.29.4",
|
|
135
135
|
"rollup-plugin-filesize": "^10.0.0",
|
|
136
136
|
"rollup-plugin-postcss": "^4.0.2",
|
|
137
137
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
138
|
-
"storybook": "10.1.
|
|
138
|
+
"storybook": "10.1.4",
|
|
139
139
|
"typescript": "^5.9.3"
|
|
140
140
|
}
|
|
141
141
|
}
|