|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@growi/app",
|
|
|
- "version": "7.2.1-RC.0",
|
|
|
+ "version": "7.2.6-RC.0",
|
|
|
"license": "MIT",
|
|
|
"private": "true",
|
|
|
"scripts": {
|
|
|
@@ -31,7 +31,7 @@
|
|
|
"lint:styles": "stylelint \"src/**/*.scss\"",
|
|
|
"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": "run-p lint:*",
|
|
|
+ "lint": "run-p lint:**",
|
|
|
"prelint:swagger2openapi:apiv3": "pnpm run swagger2openapi:apiv3",
|
|
|
"prelint:swagger2openapi:apiv1": "pnpm run swagger2openapi:apiv1",
|
|
|
"test": "run-p test:*",
|
|
|
@@ -64,7 +64,7 @@
|
|
|
"@aws-sdk/client-s3": "3.454.0",
|
|
|
"@aws-sdk/s3-request-presigner": "3.454.0",
|
|
|
"@azure/identity": "^4.4.1",
|
|
|
- "@azure/openai": "^2.0.0-beta.2",
|
|
|
+ "@azure/openai": "^2.0.0",
|
|
|
"@azure/storage-blob": "^12.16.0",
|
|
|
"@browser-bunyan/console-formatted-stream": "^1.8.0",
|
|
|
"@cspell/dynamic-import": "^8.15.4",
|
|
|
@@ -73,6 +73,7 @@
|
|
|
"@godaddy/terminus": "^4.9.0",
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
"@growi/core": "workspace:^",
|
|
|
+ "@growi/pdf-converter-client": "workspace:^",
|
|
|
"@growi/pluginkit": "workspace:^",
|
|
|
"@growi/presentation": "workspace:^",
|
|
|
"@growi/preset-templates": "workspace:^",
|
|
|
@@ -82,20 +83,20 @@
|
|
|
"@growi/remark-growi-directive": "workspace:^",
|
|
|
"@growi/remark-lsx": "workspace:^",
|
|
|
"@growi/slack": "workspace:^",
|
|
|
- "@growi/pdf-converter-client": "workspace:^",
|
|
|
"@keycloak/keycloak-admin-client": "^18.0.0",
|
|
|
"@opentelemetry/api": "^1.9.0",
|
|
|
"@opentelemetry/auto-instrumentations-node": "^0.55.1",
|
|
|
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.57.0",
|
|
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0",
|
|
|
"@opentelemetry/resources": "^1.28.0",
|
|
|
- "@opentelemetry/semantic-conventions": "^1.28.0",
|
|
|
"@opentelemetry/sdk-metrics": "^1.28.0",
|
|
|
"@opentelemetry/sdk-node": "^0.57.0",
|
|
|
"@opentelemetry/sdk-trace-node": "^1.28.0",
|
|
|
+ "@opentelemetry/semantic-conventions": "^1.28.0",
|
|
|
"@slack/web-api": "^6.2.4",
|
|
|
"@slack/webhook": "^6.0.0",
|
|
|
"@types/async": "^3.2.24",
|
|
|
+ "@types/multer": "^1.4.12",
|
|
|
"JSONStream": "^1.3.5",
|
|
|
"archiver": "^5.3.0",
|
|
|
"array.prototype.flatmap": "^1.2.2",
|
|
|
@@ -145,6 +146,7 @@
|
|
|
"is-iso-date": "^0.0.1",
|
|
|
"js-tiktoken": "^1.0.15",
|
|
|
"js-yaml": "^4.1.0",
|
|
|
+ "jsonrepair": "^3.12.0",
|
|
|
"katex": "^0.16.21",
|
|
|
"ldapjs": "^3.0.2",
|
|
|
"lucene-query-parser": "^1.2.0",
|
|
|
@@ -167,7 +169,7 @@
|
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"mustache": "^4.2.0",
|
|
|
- "next": "^14.2.21",
|
|
|
+ "next": "^14.2.26",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.3.1",
|
|
|
"next-superjson": "^0.0.4",
|
|
|
@@ -176,7 +178,7 @@
|
|
|
"node-cron": "^3.0.2",
|
|
|
"nodemailer": "^6.9.15",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
- "openai": "^4.56.0",
|
|
|
+ "openai": "^4.96.2",
|
|
|
"openid-client": "^5.4.0",
|
|
|
"p-retry": "^4.0.0",
|
|
|
"passport": "^0.6.0",
|
|
|
@@ -227,7 +229,7 @@
|
|
|
"string-width": "=4.2.2",
|
|
|
"superjson": "^1.9.1",
|
|
|
"swagger-jsdoc": "^6.2.8",
|
|
|
- "swr": "^2.2.2",
|
|
|
+ "swr": "^2.3.2",
|
|
|
"throttle-debounce": "^5.0.0",
|
|
|
"ts-deepmerge": "^6.2.0",
|
|
|
"tslib": "^2.8.0",
|
|
|
@@ -246,7 +248,8 @@
|
|
|
"xss": "^1.0.15",
|
|
|
"y-mongodb-provider": "^0.2.0",
|
|
|
"y-socket.io": "^1.1.3",
|
|
|
- "yjs": "^13.6.18"
|
|
|
+ "yjs": "^13.6.18",
|
|
|
+ "zod": "^3.24.2"
|
|
|
},
|
|
|
"// comments for defDependencies": {
|
|
|
"bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798",
|