@seafile/comment-editor 1.0.19 → 1.0.20
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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/comment-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This is a comment editor",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -104,15 +104,14 @@
|
|
|
104
104
|
"i18next-http-backend": "^3.0.2",
|
|
105
105
|
"identity-obj-proxy": "^3.0.0",
|
|
106
106
|
"is-wsl": "^1.1.0",
|
|
107
|
-
"jest": "
|
|
108
|
-
"jest-environment-jsdom": "
|
|
107
|
+
"jest": "30.3.0",
|
|
108
|
+
"jest-environment-jsdom": "30.3.0",
|
|
109
109
|
"koa": "2.16.4",
|
|
110
110
|
"koa-router": "7.3.0",
|
|
111
111
|
"koa-send": "5.0.1",
|
|
112
112
|
"koa2-cors": "2.0.6",
|
|
113
113
|
"lint-staged": "15.4.3",
|
|
114
114
|
"mini-css-extract-plugin": "^2.4.5",
|
|
115
|
-
"node-polyfill-webpack-plugin": "4.1.0",
|
|
116
115
|
"postcss": "^8.4.31",
|
|
117
116
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
118
117
|
"postcss-loader": "^6.2.1",
|
|
@@ -168,5 +167,8 @@
|
|
|
168
167
|
},
|
|
169
168
|
"publishConfig": {
|
|
170
169
|
"access": "public"
|
|
170
|
+
},
|
|
171
|
+
"overrides": {
|
|
172
|
+
"@xmldom/xmldom": "0.9.9"
|
|
171
173
|
}
|
|
172
174
|
}
|