|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "@growi/app",
|
|
"name": "@growi/app",
|
|
|
- "version": "7.2.0",
|
|
|
|
|
|
|
+ "version": "7.2.1-RC.0",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"private": "true",
|
|
"private": "true",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
@@ -31,7 +31,7 @@
|
|
|
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
|
"lint:swagger2openapi:apiv3": "node node_modules/swagger2openapi/oas-validate tmp/openapi-spec-apiv3.json",
|
|
"lint:swagger2openapi:apiv3": "node node_modules/swagger2openapi/oas-validate tmp/openapi-spec-apiv3.json",
|
|
|
"lint:swagger2openapi:apiv1": "node node_modules/swagger2openapi/oas-validate tmp/openapi-spec-apiv1.json",
|
|
"lint:swagger2openapi:apiv1": "node node_modules/swagger2openapi/oas-validate tmp/openapi-spec-apiv1.json",
|
|
|
- "lint": "run-p lint:*",
|
|
|
|
|
|
|
+ "lint": "run-p lint:**",
|
|
|
"prelint:swagger2openapi:apiv3": "pnpm run swagger2openapi:apiv3",
|
|
"prelint:swagger2openapi:apiv3": "pnpm run swagger2openapi:apiv3",
|
|
|
"prelint:swagger2openapi:apiv1": "pnpm run swagger2openapi:apiv1",
|
|
"prelint:swagger2openapi:apiv1": "pnpm run swagger2openapi:apiv1",
|
|
|
"test": "run-p test:*",
|
|
"test": "run-p test:*",
|
|
@@ -82,6 +82,7 @@
|
|
|
"@growi/remark-growi-directive": "workspace:^",
|
|
"@growi/remark-growi-directive": "workspace:^",
|
|
|
"@growi/remark-lsx": "workspace:^",
|
|
"@growi/remark-lsx": "workspace:^",
|
|
|
"@growi/slack": "workspace:^",
|
|
"@growi/slack": "workspace:^",
|
|
|
|
|
+ "@growi/pdf-converter-client": "workspace:^",
|
|
|
"@keycloak/keycloak-admin-client": "^18.0.0",
|
|
"@keycloak/keycloak-admin-client": "^18.0.0",
|
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
|
"@opentelemetry/auto-instrumentations-node": "^0.55.1",
|
|
"@opentelemetry/auto-instrumentations-node": "^0.55.1",
|
|
@@ -94,12 +95,14 @@
|
|
|
"@opentelemetry/sdk-trace-node": "^1.28.0",
|
|
"@opentelemetry/sdk-trace-node": "^1.28.0",
|
|
|
"@slack/web-api": "^6.2.4",
|
|
"@slack/web-api": "^6.2.4",
|
|
|
"@slack/webhook": "^6.0.0",
|
|
"@slack/webhook": "^6.0.0",
|
|
|
|
|
+ "@types/async": "^3.2.24",
|
|
|
"JSONStream": "^1.3.5",
|
|
"JSONStream": "^1.3.5",
|
|
|
"archiver": "^5.3.0",
|
|
"archiver": "^5.3.0",
|
|
|
"array.prototype.flatmap": "^1.2.2",
|
|
"array.prototype.flatmap": "^1.2.2",
|
|
|
"async-canvas-to-blob": "^1.0.3",
|
|
"async-canvas-to-blob": "^1.0.3",
|
|
|
"axios": "^0.24.0",
|
|
"axios": "^0.24.0",
|
|
|
"axios-retry": "^3.2.4",
|
|
"axios-retry": "^3.2.4",
|
|
|
|
|
+ "babel-plugin-superjson-next": "^0.4.2",
|
|
|
"body-parser": "^1.20.3",
|
|
"body-parser": "^1.20.3",
|
|
|
"browser-bunyan": "^1.8.0",
|
|
"browser-bunyan": "^1.8.0",
|
|
|
"bson-objectid": "^2.0.4",
|
|
"bson-objectid": "^2.0.4",
|
|
@@ -164,7 +167,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.2.21",
|
|
|
|
|
|
|
+ "next": "^14.2.26",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.3.1",
|
|
"next-i18next": "^15.3.1",
|
|
|
"next-superjson": "^0.0.4",
|
|
"next-superjson": "^0.0.4",
|
|
@@ -214,6 +217,7 @@
|
|
|
"remark-directive": "^3.0.0",
|
|
"remark-directive": "^3.0.0",
|
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
|
|
|
+ "remark-html": "^16.0.1",
|
|
|
"remark-math": "^6.0.0",
|
|
"remark-math": "^6.0.0",
|
|
|
"remark-parse": "^11.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
|
"remark-rehype": "^11.1.1",
|
|
"remark-rehype": "^11.1.1",
|
|
@@ -223,7 +227,7 @@
|
|
|
"string-width": "=4.2.2",
|
|
"string-width": "=4.2.2",
|
|
|
"superjson": "^1.9.1",
|
|
"superjson": "^1.9.1",
|
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
|
- "swr": "^2.2.2",
|
|
|
|
|
|
|
+ "swr": "^2.3.2",
|
|
|
"throttle-debounce": "^5.0.0",
|
|
"throttle-debounce": "^5.0.0",
|
|
|
"ts-deepmerge": "^6.2.0",
|
|
"ts-deepmerge": "^6.2.0",
|
|
|
"tslib": "^2.8.0",
|
|
"tslib": "^2.8.0",
|
|
@@ -265,6 +269,7 @@
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
"@testing-library/react": "^16.0.1",
|
|
"@testing-library/react": "^16.0.1",
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
|
|
+ "@types/archiver": "^6.0.2",
|
|
|
"@types/bunyan": "^1.8.11",
|
|
"@types/bunyan": "^1.8.11",
|
|
|
"@types/express": "^4.17.21",
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/hast": "^3.0.4",
|
|
"@types/hast": "^3.0.4",
|