@seafile/sdoc-editor 1.0.219 → 1.0.220
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seafile/sdoc-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.220",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This is a sdoc editor",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"remark-rehype": "11.0.0",
|
|
40
40
|
"remark-stringify": "11.0.0",
|
|
41
41
|
"slugid": "3.2.0",
|
|
42
|
-
"socket.io-client": "4.
|
|
42
|
+
"socket.io-client": "4.8.1",
|
|
43
43
|
"type-of": "2.0.1",
|
|
44
44
|
"unified": "11.0.3",
|
|
45
45
|
"url-join": "4.0.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"css-minimizer-webpack-plugin": "5.0.1",
|
|
101
101
|
"dotenv": "^10.0.0",
|
|
102
102
|
"dotenv-expand": "^5.1.0",
|
|
103
|
-
"dtable-sdk": "5.0.
|
|
103
|
+
"dtable-sdk": "5.0.6",
|
|
104
104
|
"dtable-utils": "5.0.1",
|
|
105
105
|
"ejs": "3.1.10",
|
|
106
106
|
"eslint": "^8.3.0",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"koa-router": "7.3.0",
|
|
122
122
|
"koa-send": "5.0.1",
|
|
123
123
|
"koa2-cors": "2.0.6",
|
|
124
|
-
"lint-staged": "
|
|
124
|
+
"lint-staged": "15.4.3",
|
|
125
125
|
"mini-css-extract-plugin": "^2.4.5",
|
|
126
126
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
127
127
|
"postcss": "^8.4.31",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"react-refresh": "^0.11.0",
|
|
142
142
|
"release-it": "17.3.0",
|
|
143
143
|
"resolve": "^1.20.0",
|
|
144
|
-
"resolve-url-loader": "
|
|
144
|
+
"resolve-url-loader": "5.0.0",
|
|
145
145
|
"sass-loader": "^12.3.0",
|
|
146
146
|
"seafile-js": "0.2.235",
|
|
147
147
|
"source-map-loader": "^3.0.0",
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"terser-webpack-plugin": "^5.2.5",
|
|
151
151
|
"url-loader": "^4.1.1",
|
|
152
152
|
"web-vitals": "2.1.4",
|
|
153
|
-
"webpack": "5.
|
|
154
|
-
"webpack-dev-server": "
|
|
153
|
+
"webpack": "5.98.0",
|
|
154
|
+
"webpack-dev-server": "5.2.0",
|
|
155
155
|
"webpack-manifest-plugin": "5.0.0",
|
|
156
156
|
"webpack-merge": "5.8.0",
|
|
157
157
|
"workbox-webpack-plugin": "7.0.0"
|