xregexp should be dep not dev-dep

This commit is contained in:
fyears 2021-11-10 00:16:24 +08:00
parent 05313f9530
commit 5b77b23e9f

View File

@ -31,8 +31,7 @@
"typescript": "^4.4.4",
"webdav-server": "^2.6.2",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1",
"xregexp": "^5.1.0"
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.37.0",
@ -50,6 +49,7 @@
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"webdav": "^4.7.0",
"webdav-fs": "^4.0.0"
"webdav-fs": "^4.0.0",
"xregexp": "^5.1.0"
}
}