|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@growi/app",
|
|
|
- "version": "7.0.19",
|
|
|
+ "version": "7.0.20-RC.0",
|
|
|
"license": "MIT",
|
|
|
"private": "true",
|
|
|
"scripts": {
|
|
|
@@ -35,12 +35,9 @@
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
|
- "test:vitest": "run-p vitest:run vitest:run:integ vitest:run:components",
|
|
|
+ "test:vitest": "vitest run --coverage",
|
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
|
- "vitest:run": "vitest run config src --coverage",
|
|
|
- "vitest:run:integ": "vitest run -c vitest.config.integ.ts src --coverage",
|
|
|
- "vitest:run:components": "vitest run -c vitest.config.components.ts src --coverage",
|
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
|
"//// misc": "",
|
|
|
"console": "yarn repl",
|
|
|
@@ -49,7 +46,7 @@
|
|
|
"openapi:v3": "yarn cross-env API_VERSION=3 yarn swagger-jsdoc -- \"src/server/routes/apiv3/**/*.js\" \"src/server/models/**/*.js\"",
|
|
|
"openapi:v1": "yarn cross-env API_VERSION=1 yarn swagger-jsdoc -- \"src/server/*/*.js\" \"src/server/models/**/*.js\"",
|
|
|
"ts-node": "node -r ts-node/register/transpile-only -r tsconfig-paths/register -r dotenv-flow/config",
|
|
|
- "version": "yarn version --no-git-tag-version --preid=RC"
|
|
|
+ "version": "yarn version --no-git-tag-version --non-interactive --preid=RC"
|
|
|
},
|
|
|
"// comments for dependencies": {
|
|
|
"@aws-skd/*": "fix version above 3.186.0 that is required by mongodb@4.16.0",
|
|
|
@@ -91,7 +88,7 @@
|
|
|
"async-canvas-to-blob": "^1.0.3",
|
|
|
"axios": "^0.24.0",
|
|
|
"axios-retry": "^3.2.4",
|
|
|
- "body-parser": "^1.18.2",
|
|
|
+ "body-parser": "^1.20.3",
|
|
|
"browser-bunyan": "^1.8.0",
|
|
|
"bson-objectid": "^2.0.4",
|
|
|
"bunyan": "^1.8.15",
|
|
|
@@ -113,7 +110,7 @@
|
|
|
"escape-string-regexp": "^4.0.0",
|
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
|
"expose-gc": "^1.0.0",
|
|
|
- "express": "^4.19.2",
|
|
|
+ "express": "^4.20.0",
|
|
|
"express-bunyan-logger": "^1.3.3",
|
|
|
"express-mongo-sanitize": "^2.1.0",
|
|
|
"express-session": "^1.16.1",
|
|
|
@@ -143,14 +140,14 @@
|
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"mustache": "^4.2.0",
|
|
|
- "next": "^14.1.3",
|
|
|
+ "next": "^14.2.13",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.2.0",
|
|
|
"next-superjson": "^0.0.4",
|
|
|
"next-themes": "^0.2.1",
|
|
|
"nocache": "^4.0.0",
|
|
|
"node-cron": "^3.0.2",
|
|
|
- "nodemailer": "^6.9.14",
|
|
|
+ "nodemailer": "^6.9.15",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
"openid-client": "^5.4.0",
|
|
|
"p-retry": "^4.0.0",
|
|
|
@@ -229,13 +226,16 @@
|
|
|
"@popperjs/core": "^2.11.8",
|
|
|
"@swc-node/jest": "^1.8.1",
|
|
|
"@swc/jest": "^0.2.36",
|
|
|
- "@testing-library/react": "^14.1.2",
|
|
|
+ "@testing-library/dom": "^10.4.0",
|
|
|
+ "@testing-library/jest-dom": "^6.5.0",
|
|
|
+ "@testing-library/react": "^16.0.1",
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/jest": "^29.5.2",
|
|
|
"@types/react-input-autosize": "^2.2.4",
|
|
|
"@types/react-scroll": "^1.8.4",
|
|
|
"@types/react-stickynode": "^4.0.3",
|
|
|
+ "@types/testing-library__dom": "^7.5.0",
|
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
|
"@types/unzip-stream": "^0.3.4",
|
|
|
"@types/url-join": "^4.0.2",
|
|
|
@@ -249,7 +249,7 @@
|
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
|
"fslightbox-react": "^1.7.6",
|
|
|
"handsontable": "=6.2.2",
|
|
|
- "happy-dom": "^13.2.0",
|
|
|
+ "happy-dom": "^15.7.4",
|
|
|
"i18next-chained-backend": "^4.6.2",
|
|
|
"i18next-hmr": "^3.0.4",
|
|
|
"i18next-http-backend": "^2.5.0",
|