synos-helena 24.0.10-beta.0 → 24.0.10-beta.1
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/lib/index.css.map +1 -1
- package/lib/index.css.map.gz +0 -0
- package/package.json +5 -3
package/lib/index.css.map.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "24.0.10-beta.
|
|
3
|
+
"version": "24.0.10-beta.1",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -138,7 +138,8 @@
|
|
|
138
138
|
"react-syntax-highlighter": "^15.4.4",
|
|
139
139
|
"string-mask": "^0.3.0",
|
|
140
140
|
"typescript": "^4.1.2",
|
|
141
|
-
"util": "^0.12.3"
|
|
141
|
+
"util": "^0.12.3",
|
|
142
|
+
"immer": "^9.0.6"
|
|
142
143
|
},
|
|
143
144
|
"resolutions": {
|
|
144
145
|
"micromatch": "^4.0.8",
|
|
@@ -147,6 +148,7 @@
|
|
|
147
148
|
"postcss": "^8.4.49",
|
|
148
149
|
"semver": "^7.6.3",
|
|
149
150
|
"cross-spawn": "^7.0.6",
|
|
150
|
-
"node-fetch": "^3.3.2"
|
|
151
|
+
"node-fetch": "^3.3.2",
|
|
152
|
+
"serialize-javascript": "^6.0.2"
|
|
151
153
|
}
|
|
152
154
|
}
|