@xfers/design-system 4.4.6 → 4.4.7-dev.261be8d2d5
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.7-dev.261be8d2d5",
|
|
4
4
|
"description": "StraitsX design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
"eslint-plugin-react": "7.14.3",
|
|
131
131
|
"jest": "^23.6.0",
|
|
132
132
|
"jest-config": "^23.6.0",
|
|
133
|
+
"material-symbols": "^0.38.0",
|
|
133
134
|
"moment": "2.24.0",
|
|
134
135
|
"postcss": "^8.2.15",
|
|
135
136
|
"postcss-cssnext": "^3.1.0",
|
|
@@ -138,6 +139,7 @@
|
|
|
138
139
|
"postcss-simple-vars": "^6.0.3",
|
|
139
140
|
"prettier": "^3.4.2",
|
|
140
141
|
"react-chartjs-2": "^4.0.0",
|
|
142
|
+
"react-joyride": "^2.9.3",
|
|
141
143
|
"replace-in-file": "^3.4.2",
|
|
142
144
|
"rimraf": "^2.6.2",
|
|
143
145
|
"rollup": "2.78.0",
|
|
@@ -155,8 +157,7 @@
|
|
|
155
157
|
"tslint": "^5.11.0",
|
|
156
158
|
"tslint-config-prettier": "^1.15.0",
|
|
157
159
|
"tslint-config-standard": "^8.0.1",
|
|
158
|
-
"typescript": "^5.7.3"
|
|
159
|
-
"material-symbols": "^0.38.0"
|
|
160
|
+
"typescript": "^5.7.3"
|
|
160
161
|
},
|
|
161
162
|
"peerDependencies": {
|
|
162
163
|
"react": ">=16.8.0",
|