|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "@growi/app",
|
|
"name": "@growi/app",
|
|
|
- "version": "6.0.9-RC.0",
|
|
|
|
|
|
|
+ "version": "6.0.10-RC.0",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"//// for production": "",
|
|
"//// for production": "",
|
|
@@ -46,7 +46,7 @@
|
|
|
},
|
|
},
|
|
|
"// comments for dependencies": {
|
|
"// comments for dependencies": {
|
|
|
"escape-string-regexp": "5.0.0 or above exports only ESM",
|
|
"escape-string-regexp": "5.0.0 or above exports only ESM",
|
|
|
- "next": "/Sandbox rendering is crashed with v12.3 or above ",
|
|
|
|
|
|
|
+ "next": ">=13.1.2 with Node v14 have the problem => https://github.com/vercel/next.js/issues/45052",
|
|
|
"string-width": "5.0.0 or above exports only ESM.",
|
|
"string-width": "5.0.0 or above exports only ESM.",
|
|
|
"prom-client": "!!DO NOT REMOVE!! A peer dependency of @promster.",
|
|
"prom-client": "!!DO NOT REMOVE!! A peer dependency of @promster.",
|
|
|
"remark-wiki-link": "!!DO NOT REMOVE!! including 'mdast-util-wiki-link' and 'micromark-extension-wiki-link' required by pukiwiki-like-linker"
|
|
"remark-wiki-link": "!!DO NOT REMOVE!! including 'mdast-util-wiki-link' and 'micromark-extension-wiki-link' required by pukiwiki-like-linker"
|
|
@@ -60,14 +60,14 @@
|
|
|
"@elastic/elasticsearch7": "npm:@elastic/elasticsearch@^7.17.0",
|
|
"@elastic/elasticsearch7": "npm:@elastic/elasticsearch@^7.17.0",
|
|
|
"@godaddy/terminus": "^4.9.0",
|
|
"@godaddy/terminus": "^4.9.0",
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
- "@growi/codemirror-textlint": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/core": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/hackmd": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/preset-themes": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/remark-drawio": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/remark-growi-directive": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/remark-lsx": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/slack": "^6.0.9-RC.0",
|
|
|
|
|
|
|
+ "@growi/codemirror-textlint": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/core": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/hackmd": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/preset-themes": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/remark-drawio": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/remark-growi-directive": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/remark-lsx": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/slack": "^6.0.10-RC.0",
|
|
|
"@promster/express": "^7.0.6",
|
|
"@promster/express": "^7.0.6",
|
|
|
"@promster/server": "^7.0.8",
|
|
"@promster/server": "^7.0.8",
|
|
|
"@slack/web-api": "^6.2.4",
|
|
"@slack/web-api": "^6.2.4",
|
|
@@ -111,6 +111,7 @@
|
|
|
"hast-util-select": "^5.0.2",
|
|
"hast-util-select": "^5.0.2",
|
|
|
"helmet": "^4.6.0",
|
|
"helmet": "^4.6.0",
|
|
|
"http-errors": "^2.0.0",
|
|
"http-errors": "^2.0.0",
|
|
|
|
|
+ "i18next": "^22.4.10",
|
|
|
"i18next-chained-backend": "^4.0.0",
|
|
"i18next-chained-backend": "^4.0.0",
|
|
|
"i18next-http-backend": "^2.0.0",
|
|
"i18next-http-backend": "^2.0.0",
|
|
|
"i18next-localstorage-backend": "^4.0.0",
|
|
"i18next-localstorage-backend": "^4.0.0",
|
|
@@ -128,10 +129,10 @@
|
|
|
"mongoose-unique-validator": "^2.0.3",
|
|
"mongoose-unique-validator": "^2.0.3",
|
|
|
"multer": "~1.4.0",
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
"multer-autoreap": "^1.0.3",
|
|
|
- "next": "~12.2",
|
|
|
|
|
- "next-i18next": "^12.1.0",
|
|
|
|
|
|
|
+ "next": "=13.1.1",
|
|
|
|
|
+ "next-i18next": "^13.2.1",
|
|
|
"next-superjson": "^0.0.4",
|
|
"next-superjson": "^0.0.4",
|
|
|
- "next-themes": "^0.2.0",
|
|
|
|
|
|
|
+ "next-themes": "^0.2.1",
|
|
|
"nocache": "^3.0.1",
|
|
"nocache": "^3.0.1",
|
|
|
"nodemailer": "^6.6.2",
|
|
"nodemailer": "^6.6.2",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
@@ -153,6 +154,8 @@
|
|
|
"react-dnd": "^14.0.5",
|
|
"react-dnd": "^14.0.5",
|
|
|
"react-dnd-html5-backend": "^14.1.0",
|
|
"react-dnd-html5-backend": "^14.1.0",
|
|
|
"react-dom": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
+ "react-error-boundary": "^3.1.4",
|
|
|
|
|
+ "react-i18next": "^12.2.0",
|
|
|
"react-image-crop": "^8.3.0",
|
|
"react-image-crop": "^8.3.0",
|
|
|
"react-markdown": "^8.0.3",
|
|
"react-markdown": "^8.0.3",
|
|
|
"react-multiline-clamp": "^2.0.0",
|
|
"react-multiline-clamp": "^2.0.0",
|
|
@@ -196,11 +199,11 @@
|
|
|
"handsontable": "v7.0.0 or above is no loger MIT lisence."
|
|
"handsontable": "v7.0.0 or above is no loger MIT lisence."
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@growi/presentation": "^6.0.9-RC.0",
|
|
|
|
|
- "@growi/ui": "^6.0.9-RC.0",
|
|
|
|
|
|
|
+ "@growi/presentation": "^6.0.10-RC.0",
|
|
|
|
|
+ "@growi/ui": "^6.0.10-RC.0",
|
|
|
"@handsontable/react": "=2.1.0",
|
|
"@handsontable/react": "=2.1.0",
|
|
|
"@icon/themify-icons": "1.0.1-alpha.3",
|
|
"@icon/themify-icons": "1.0.1-alpha.3",
|
|
|
- "@next/bundle-analyzer": "^12.2.3",
|
|
|
|
|
|
|
+ "@next/bundle-analyzer": "^13.2.3",
|
|
|
"@types/express": "^4.17.11",
|
|
"@types/express": "^4.17.11",
|
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/react-scroll": "^1.8.4",
|
|
|
"autoprefixer": "^9.0.0",
|
|
"autoprefixer": "^9.0.0",
|
|
@@ -223,7 +226,6 @@
|
|
|
"load-css-file": "^1.0.0",
|
|
"load-css-file": "^1.0.0",
|
|
|
"material-icons": "^1.11.3",
|
|
"material-icons": "^1.11.3",
|
|
|
"morgan": "^1.10.0",
|
|
"morgan": "^1.10.0",
|
|
|
- "next-transpile-modules": "^9.0.0",
|
|
|
|
|
"penpal": "^4.0.0",
|
|
"penpal": "^4.0.0",
|
|
|
"plantuml-encoder": "^1.2.5",
|
|
"plantuml-encoder": "^1.2.5",
|
|
|
"prettier": "^1.19.1",
|
|
"prettier": "^1.19.1",
|