@ttoss/components 2.12.1 → 2.12.3
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.3",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -127,10 +127,10 @@
|
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": ">=16.8.0",
|
|
130
|
+
"@ttoss/react-hooks": "^2.1.11",
|
|
130
131
|
"@ttoss/react-icons": "^0.5.6",
|
|
131
132
|
"@ttoss/react-i18n": "^2.0.25",
|
|
132
|
-
"@ttoss/
|
|
133
|
-
"@ttoss/ui": "^6.4.0"
|
|
133
|
+
"@ttoss/ui": "^6.4.3"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
136
|
"@types/jest": "^30.0.0",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
"tsx": "^4.19.2",
|
|
143
143
|
"@ttoss/config": "^1.35.12",
|
|
144
144
|
"@ttoss/react-hooks": "^2.1.11",
|
|
145
|
-
"@ttoss/react-icons": "^0.5.6",
|
|
146
|
-
"@ttoss/react-i18n": "^2.0.25",
|
|
147
145
|
"@ttoss/i18n-cli": "^0.7.38",
|
|
146
|
+
"@ttoss/react-i18n": "^2.0.25",
|
|
147
|
+
"@ttoss/react-icons": "^0.5.6",
|
|
148
148
|
"@ttoss/test-utils": "^4.0.2",
|
|
149
|
-
"@ttoss/ui": "^6.4.
|
|
149
|
+
"@ttoss/ui": "^6.4.3"
|
|
150
150
|
},
|
|
151
151
|
"keywords": [
|
|
152
152
|
"React",
|