synos-helena 21.10.3-beta.1 → 21.11.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/CHANGELOG.md +26 -2
- package/lib/index.d.ts +36 -2
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +16 -0
- package/lib/index.js.map +1 -1
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synos-helena",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.11.1",
|
|
4
4
|
"description": "A set of components of the helena project",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -102,6 +102,8 @@
|
|
|
102
102
|
"@ant-design/compatible": "^1.0.8",
|
|
103
103
|
"@ant-design/icons": "^4.3.0",
|
|
104
104
|
"@loadable/component": "^5.14.1",
|
|
105
|
+
"@types/react-copy-to-clipboard": "^5.0.2",
|
|
106
|
+
"@types/react-syntax-highlighter": "^13.5.2",
|
|
105
107
|
"antd": "^4.16.12",
|
|
106
108
|
"antd-mask-input": "^0.1.15",
|
|
107
109
|
"bigdecimal": "^0.6.1",
|
|
@@ -110,6 +112,7 @@
|
|
|
110
112
|
"dayjs": "^1.10.4",
|
|
111
113
|
"deepdash": "^5.3.2",
|
|
112
114
|
"enquire-js": "latest",
|
|
115
|
+
"json-loader": "^0.5.7",
|
|
113
116
|
"lodash": "^4.17.15",
|
|
114
117
|
"mobx": "^5.15.4",
|
|
115
118
|
"mobx-react": "^6.3.1",
|
|
@@ -118,9 +121,12 @@
|
|
|
118
121
|
"path-browserify": "^1.0.1",
|
|
119
122
|
"prop-types": "^15.6.2",
|
|
120
123
|
"react-cookie": "^4.0.3",
|
|
124
|
+
"react-copy-to-clipboard": "^5.0.4",
|
|
121
125
|
"react-highlight-words": "^0.16.0",
|
|
126
|
+
"react-markdown": "^7.1.0",
|
|
122
127
|
"react-resize-detector": "^5.0.7",
|
|
123
128
|
"react-scripts": "^4.0.0",
|
|
129
|
+
"react-syntax-highlighter": "^15.4.4",
|
|
124
130
|
"string-mask": "^0.3.0",
|
|
125
131
|
"typescript": "^4.1.2",
|
|
126
132
|
"util": "^0.12.3"
|