|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "@growi/app",
|
|
"name": "@growi/app",
|
|
|
- "version": "7.0.20-RC.0",
|
|
|
|
|
|
|
+ "version": "7.1.0-RC.0",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"private": "true",
|
|
"private": "true",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
@@ -35,12 +35,9 @@
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
"test": "run-p test:*",
|
|
|
"test:jest": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest",
|
|
"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 -- ",
|
|
"jest:run": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/integration/tsconfig.json jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
"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",
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
|
"//// misc": "",
|
|
"//// misc": "",
|
|
|
"console": "yarn repl",
|
|
"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: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\"",
|
|
"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",
|
|
"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": {
|
|
"// comments for dependencies": {
|
|
|
"@aws-skd/*": "fix version above 3.186.0 that is required by mongodb@4.16.0",
|
|
"@aws-skd/*": "fix version above 3.186.0 that is required by mongodb@4.16.0",
|
|
@@ -143,7 +140,7 @@
|
|
|
"multer": "~1.4.0",
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"mustache": "^4.2.0",
|
|
"mustache": "^4.2.0",
|
|
|
- "next": "^14.1.3",
|
|
|
|
|
|
|
+ "next": "^14.2.13",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.2.0",
|
|
"next-i18next": "^15.2.0",
|
|
|
"next-superjson": "^0.0.4",
|
|
"next-superjson": "^0.0.4",
|
|
@@ -231,13 +228,16 @@
|
|
|
"@popperjs/core": "^2.11.8",
|
|
"@popperjs/core": "^2.11.8",
|
|
|
"@swc-node/jest": "^1.8.1",
|
|
"@swc-node/jest": "^1.8.1",
|
|
|
"@swc/jest": "^0.2.36",
|
|
"@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",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
"@types/express": "^4.17.21",
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/jest": "^29.5.2",
|
|
"@types/jest": "^29.5.2",
|
|
|
"@types/react-input-autosize": "^2.2.4",
|
|
"@types/react-input-autosize": "^2.2.4",
|
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/react-scroll": "^1.8.4",
|
|
|
"@types/react-stickynode": "^4.0.3",
|
|
"@types/react-stickynode": "^4.0.3",
|
|
|
|
|
+ "@types/testing-library__dom": "^7.5.0",
|
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
|
"@types/unzip-stream": "^0.3.4",
|
|
"@types/unzip-stream": "^0.3.4",
|
|
|
"@types/url-join": "^4.0.2",
|
|
"@types/url-join": "^4.0.2",
|
|
@@ -251,7 +251,7 @@
|
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
|
"fslightbox-react": "^1.7.6",
|
|
"fslightbox-react": "^1.7.6",
|
|
|
"handsontable": "=6.2.2",
|
|
"handsontable": "=6.2.2",
|
|
|
- "happy-dom": "^13.2.0",
|
|
|
|
|
|
|
+ "happy-dom": "^15.7.4",
|
|
|
"i18next-chained-backend": "^4.6.2",
|
|
"i18next-chained-backend": "^4.6.2",
|
|
|
"i18next-hmr": "^3.0.4",
|
|
"i18next-hmr": "^3.0.4",
|
|
|
"i18next-http-backend": "^2.5.0",
|
|
"i18next-http-backend": "^2.5.0",
|