@seafile/comment-editor 1.0.18 → 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 +15 -16
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",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-transition-group": "4.4.5",
|
|
20
20
|
"reactstrap": "9.2.3",
|
|
21
21
|
"rehype-format": "5.0.0",
|
|
22
|
-
"rehype-mathjax": "
|
|
22
|
+
"rehype-mathjax": "7.1.0",
|
|
23
23
|
"rehype-raw": "7.0.0",
|
|
24
24
|
"rehype-sanitize": "6.0.0",
|
|
25
25
|
"rehype-slug": "6.0.0",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"pub:optimized": "rm dist/config.js",
|
|
49
49
|
"prepublishOnly": "npm run clean && npm run pub:dist",
|
|
50
50
|
"test": "node scripts/test.js",
|
|
51
|
-
"release": "release-it",
|
|
52
51
|
"prepare": "husky install",
|
|
53
52
|
"lint": "lint-staged"
|
|
54
53
|
},
|
|
@@ -80,7 +79,7 @@
|
|
|
80
79
|
"babel-plugin-named-asset-import": "^0.3.4",
|
|
81
80
|
"babel-plugin-transform-goober": "1.2.0",
|
|
82
81
|
"babel-preset-react-app": "^10.0.1",
|
|
83
|
-
"bfj": "
|
|
82
|
+
"bfj": "9.1.3",
|
|
84
83
|
"browserslist": "^4.18.1",
|
|
85
84
|
"camelcase": "^6.2.1",
|
|
86
85
|
"case-sensitive-paths-webpack-plugin": "2.2.0",
|
|
@@ -89,7 +88,7 @@
|
|
|
89
88
|
"core-js": "2.6.12",
|
|
90
89
|
"cross-env": "^7.0.3",
|
|
91
90
|
"css-loader": "^6.5.1",
|
|
92
|
-
"css-minimizer-webpack-plugin": "
|
|
91
|
+
"css-minimizer-webpack-plugin": "8.0.0",
|
|
93
92
|
"dotenv": "^10.0.0",
|
|
94
93
|
"dotenv-expand": "^5.1.0",
|
|
95
94
|
"ejs": "3.1.10",
|
|
@@ -105,15 +104,14 @@
|
|
|
105
104
|
"i18next-http-backend": "^3.0.2",
|
|
106
105
|
"identity-obj-proxy": "^3.0.0",
|
|
107
106
|
"is-wsl": "^1.1.0",
|
|
108
|
-
"jest": "
|
|
109
|
-
"jest-environment-jsdom": "
|
|
110
|
-
"koa": "2.16.
|
|
107
|
+
"jest": "30.3.0",
|
|
108
|
+
"jest-environment-jsdom": "30.3.0",
|
|
109
|
+
"koa": "2.16.4",
|
|
111
110
|
"koa-router": "7.3.0",
|
|
112
111
|
"koa-send": "5.0.1",
|
|
113
112
|
"koa2-cors": "2.0.6",
|
|
114
113
|
"lint-staged": "15.4.3",
|
|
115
114
|
"mini-css-extract-plugin": "^2.4.5",
|
|
116
|
-
"node-polyfill-webpack-plugin": "2.0.1",
|
|
117
115
|
"postcss": "^8.4.31",
|
|
118
116
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
119
117
|
"postcss-loader": "^6.2.1",
|
|
@@ -128,9 +126,8 @@
|
|
|
128
126
|
"react-dom": "18.3.1",
|
|
129
127
|
"react-i18next": "^15.5.2",
|
|
130
128
|
"react-refresh": "^0.11.0",
|
|
131
|
-
"react-router": "7.
|
|
132
|
-
"react-router-dom": "7.1
|
|
133
|
-
"release-it": "18.1.2",
|
|
129
|
+
"react-router": "7.13.1",
|
|
130
|
+
"react-router-dom": "7.13.1",
|
|
134
131
|
"resolve": "^1.20.0",
|
|
135
132
|
"resolve-url-loader": "5.0.0",
|
|
136
133
|
"sass-loader": "^12.3.0",
|
|
@@ -141,11 +138,10 @@
|
|
|
141
138
|
"terser-webpack-plugin": "^5.2.5",
|
|
142
139
|
"url-loader": "^4.1.1",
|
|
143
140
|
"web-vitals": "2.1.4",
|
|
144
|
-
"webpack": "5.
|
|
145
|
-
"webpack-dev-server": "5.2.
|
|
141
|
+
"webpack": "5.105.4",
|
|
142
|
+
"webpack-dev-server": "5.2.3",
|
|
146
143
|
"webpack-manifest-plugin": "5.0.0",
|
|
147
|
-
"webpack-merge": "5.8.0"
|
|
148
|
-
"workbox-webpack-plugin": "7.0.0"
|
|
144
|
+
"webpack-merge": "5.8.0"
|
|
149
145
|
},
|
|
150
146
|
"repository": {
|
|
151
147
|
"type": "git",
|
|
@@ -171,5 +167,8 @@
|
|
|
171
167
|
},
|
|
172
168
|
"publishConfig": {
|
|
173
169
|
"access": "public"
|
|
170
|
+
},
|
|
171
|
+
"overrides": {
|
|
172
|
+
"@xmldom/xmldom": "0.9.9"
|
|
174
173
|
}
|
|
175
174
|
}
|