@xfers/design-system 4.4.5 → 4.4.6-dev.373add5883

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "4.4.5",
3
+ "version": "4.4.6-dev.373add5883",
4
4
  "description": "StraitsX design system",
5
5
  "keywords": [
6
6
  "xfers",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "MIT",
23
23
  "engines": {
24
- "node": ">=20.18.0"
24
+ "node": ">=20.20.0"
25
25
  },
26
26
  "scripts": {
27
27
  "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
@@ -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",
@@ -140,7 +141,7 @@
140
141
  "react-chartjs-2": "^4.0.0",
141
142
  "replace-in-file": "^3.4.2",
142
143
  "rimraf": "^2.6.2",
143
- "rollup": "2.78.0",
144
+ "rollup": "2.80.0",
144
145
  "rollup-plugin-babel": "^4.4.0",
145
146
  "rollup-plugin-json": "^3.1.0",
146
147
  "rollup-plugin-postcss": "^4.0.0",
@@ -155,8 +156,7 @@
155
156
  "tslint": "^5.11.0",
156
157
  "tslint-config-prettier": "^1.15.0",
157
158
  "tslint-config-standard": "^8.0.1",
158
- "typescript": "^5.7.3",
159
- "material-symbols": "^0.38.0"
159
+ "typescript": "^5.7.3"
160
160
  },
161
161
  "peerDependencies": {
162
162
  "react": ">=16.8.0",