Web: Doceditor: fix dependencies fix

This commit is contained in:
Artem Tarasov 2022-02-02 19:20:34 +03:00
parent bca026544c
commit 9d6918170f
2 changed files with 3 additions and 12 deletions

View File

@ -10,7 +10,7 @@
"clean": "shx rm -rf dist",
"deploy": "shx --silent mkdir -p ../../build/deploy/products/ASC.Files/editor && shx cp -r dist/* ../../build/deploy/products/ASC.Files/editor",
"serve": "serve dist -p 5013",
"start-old": "webpack-cli serve",
"start-csr": "webpack-cli serve --config ./webpack.configl.js",
"start-prod": "webpack --mode production && serve dist -p 5013",
"dev": "next dev -p 5013",
"build": "next build",
@ -24,7 +24,6 @@
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "^5.5.0",
"@telenko/node-mf": "^0.0.7",
"babel-loader": "^8.2.2",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^4.0.0",
@ -48,9 +47,6 @@
"id": "e67be73d-f9ae-4ce1-8fec-1880cb518cb4",
"title": "ONLYOFFICE",
"dependencies": {
"cookies-next": "^2.0.3",
"next": "^12.0.8",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0"
"next": "^12.0.8"
}
}
}

View File

@ -4419,11 +4419,6 @@
content-type "^1.0.4"
tslib "^2.1.0"
"@telenko/node-mf@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@telenko/node-mf/-/node-mf-0.0.7.tgz#220d96c8d6858495052a47b605d210938806c0df"
integrity sha512-KlOVNWC9wd79nWnSVUPcdXxZ0ao8g0/cruxDhFTwsJ/JINmwXMGqKQoHbgnJ1MqMjpXnDTp3xWOX5Yxzd6IUSw==
"@testing-library/dom@*":
version "8.11.1"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.1.tgz#03fa2684aa09ade589b460db46b4c7be9fc69753"