|
@@ -29,7 +29,7 @@
|
|
|
"dev:ci": "yarn cross-env NODE_ENV=development yarn ts-node src/server/app.ts --ci",
|
|
"dev:ci": "yarn cross-env NODE_ENV=development yarn ts-node src/server/app.ts --ci",
|
|
|
"lint:typecheck": "npx -y tsc",
|
|
"lint:typecheck": "npx -y tsc",
|
|
|
"lint:eslint": "yarn eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:eslint": "yarn eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
|
- "lint:styles": "stylelint src/**/*.scss",
|
|
|
|
|
|
|
+ "lint:styles": "stylelint \"src/**/*.scss\"",
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
"lint": "run-p lint:*",
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
@@ -178,7 +178,7 @@
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
"react-toastify": "^9.1.3",
|
|
"react-toastify": "^9.1.3",
|
|
|
"react-use-ripple": "^1.5.2",
|
|
"react-use-ripple": "^1.5.2",
|
|
|
- "reactstrap": "^9.2.0",
|
|
|
|
|
|
|
+ "reactstrap": "^9.2.2",
|
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
|
"redis": "^3.0.2",
|
|
"redis": "^3.0.2",
|
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-katex": "^6.0.2",
|
|
@@ -194,7 +194,7 @@
|
|
|
"remark-toc": "^8.0.1",
|
|
"remark-toc": "^8.0.1",
|
|
|
"remark-wiki-link": "^1.0.4",
|
|
"remark-wiki-link": "^1.0.4",
|
|
|
"sanitize-filename": "^1.6.3",
|
|
"sanitize-filename": "^1.6.3",
|
|
|
- "socket.io": "^4.7.2",
|
|
|
|
|
|
|
+ "socket.io": "^4.7.5",
|
|
|
"stream-to-promise": "^3.0.0",
|
|
"stream-to-promise": "^3.0.0",
|
|
|
"string-width": "=4.2.2",
|
|
"string-width": "=4.2.2",
|
|
|
"superjson": "^1.9.1",
|
|
"superjson": "^1.9.1",
|
|
@@ -210,11 +210,12 @@
|
|
|
"validator": "^13.7.0",
|
|
"validator": "^13.7.0",
|
|
|
"ws": "^8.3.0",
|
|
"ws": "^8.3.0",
|
|
|
"xss": "^1.0.14",
|
|
"xss": "^1.0.14",
|
|
|
- "y-mongodb-provider": "^0.1.7",
|
|
|
|
|
- "y-socket.io": "^1.1.0",
|
|
|
|
|
- "yjs": "^13.6.12"
|
|
|
|
|
|
|
+ "y-mongodb-provider": "^0.1.10",
|
|
|
|
|
+ "y-socket.io": "^1.1.3",
|
|
|
|
|
+ "yjs": "^13.6.15"
|
|
|
},
|
|
},
|
|
|
"// comments for defDependencies": {
|
|
"// comments for defDependencies": {
|
|
|
|
|
+ "bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798",
|
|
|
"@handsontable/react": "v3 requires handsontable >= 7.0.0.",
|
|
"@handsontable/react": "v3 requires handsontable >= 7.0.0.",
|
|
|
"handsontable": "v7.0.0 or above is no loger MIT lisence."
|
|
"handsontable": "v7.0.0 or above is no loger MIT lisence."
|
|
|
},
|
|
},
|
|
@@ -242,7 +243,7 @@
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
|
"babel-loader": "^8.2.5",
|
|
"babel-loader": "^8.2.5",
|
|
|
- "bootstrap": "^5.3.3",
|
|
|
|
|
|
|
+ "bootstrap": "=5.3.2",
|
|
|
"connect-browser-sync": "^2.1.0",
|
|
"connect-browser-sync": "^2.1.0",
|
|
|
"cypress-real-events": "^1.12.0",
|
|
"cypress-real-events": "^1.12.0",
|
|
|
"diff2html": "^3.4.47",
|
|
"diff2html": "^3.4.47",
|
|
@@ -279,7 +280,7 @@
|
|
|
"sass": "^1.53.0",
|
|
"sass": "^1.53.0",
|
|
|
"simple-load-script": "^1.0.2",
|
|
"simple-load-script": "^1.0.2",
|
|
|
"simplebar-react": "^2.3.6",
|
|
"simplebar-react": "^2.3.6",
|
|
|
- "socket.io-client": "^4.2.0",
|
|
|
|
|
|
|
+ "socket.io-client": "^4.7.5",
|
|
|
"source-map-loader": "^4.0.1",
|
|
"source-map-loader": "^4.0.1",
|
|
|
"swagger2openapi": "^7.0.8",
|
|
"swagger2openapi": "^7.0.8",
|
|
|
"tsc-alias": "^1.2.9"
|
|
"tsc-alias": "^1.2.9"
|