@xfers/design-system 4.1.8-dev.f61ae83148 → 4.2.0-dev.7c38d6ab14
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0-dev.7c38d6ab14",
|
|
4
4
|
"description": "StraitsX design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -130,7 +130,6 @@
|
|
|
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",
|
|
134
133
|
"moment": "2.24.0",
|
|
135
134
|
"postcss": "^8.2.15",
|
|
136
135
|
"postcss-cssnext": "^3.1.0",
|
|
@@ -156,7 +155,8 @@
|
|
|
156
155
|
"tslint": "^5.11.0",
|
|
157
156
|
"tslint-config-prettier": "^1.15.0",
|
|
158
157
|
"tslint-config-standard": "^8.0.1",
|
|
159
|
-
"typescript": "^4.5.0"
|
|
158
|
+
"typescript": "^4.5.0",
|
|
159
|
+
"material-symbols": "^0.38.0"
|
|
160
160
|
},
|
|
161
161
|
"peerDependencies": {
|
|
162
162
|
"react": ">=16.8.0",
|