|
@@ -1,12 +1,12 @@
|
|
|
{
|
|
{
|
|
|
"name": "@growi/app",
|
|
"name": "@growi/app",
|
|
|
- "version": "4.5.5-RC.0",
|
|
|
|
|
|
|
+ "version": "4.5.9-RC.0",
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"//// for production": "",
|
|
"//// for production": "",
|
|
|
"start": "yarn build && yarn server",
|
|
"start": "yarn build && yarn server",
|
|
|
"build": "run-p build:*",
|
|
"build": "run-p build:*",
|
|
|
- "build:client": "yarn cross-env NODE_ENV=production webpack --config config/webpack.prod.js --profile --bail",
|
|
|
|
|
|
|
+ "build:client": "yarn cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
|
|
|
"build:server": "yarn cross-env NODE_ENV=production tsc -p tsconfig.build.server.json && tsc-alias -p tsconfig.build.server.json",
|
|
"build:server": "yarn cross-env NODE_ENV=production tsc -p tsconfig.build.server.json && tsc-alias -p tsconfig.build.server.json",
|
|
|
"clean": "npx shx rm -rf dist transpiled",
|
|
"clean": "npx shx rm -rf dist transpiled",
|
|
|
"prebuild": "yarn cross-env NODE_ENV=production run-p clean resources:*",
|
|
"prebuild": "yarn cross-env NODE_ENV=production run-p clean resources:*",
|
|
@@ -33,7 +33,7 @@
|
|
|
"predev:ci": "run-p resources:*",
|
|
"predev:ci": "run-p resources:*",
|
|
|
"lint:typecheck": "npx tsc",
|
|
"lint:typecheck": "npx tsc",
|
|
|
"lint:eslint": "eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:eslint": "eslint --quiet \"**/*.{js,jsx,ts,tsx}\"",
|
|
|
- "lint:styles": "stylelint src/**/*.scss --custom-syntax postcss-scss",
|
|
|
|
|
|
|
+ "lint:styles": "stylelint src/**/*.scss",
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
"lint": "run-p lint:*",
|
|
|
"test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
"test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
@@ -51,18 +51,17 @@
|
|
|
"// comments for dependencies": {
|
|
"// comments for dependencies": {
|
|
|
"openid-client": "Node.js 12 or higher is required for openid-client@3 and above.",
|
|
"openid-client": "Node.js 12 or higher is required for openid-client@3 and above.",
|
|
|
"escape-string-regexp": "5.0.0 or above exports only ESM",
|
|
"escape-string-regexp": "5.0.0 or above exports only ESM",
|
|
|
- "mongoose": "5.13.13 causes an error like 't.versions.node is undefined' about 'browser.umd.js' on browser",
|
|
|
|
|
"string-width": "5.0.0 or above exports only ESM."
|
|
"string-width": "5.0.0 or above exports only ESM."
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@browser-bunyan/console-formatted-stream": "^1.6.2",
|
|
"@browser-bunyan/console-formatted-stream": "^1.6.2",
|
|
|
"@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": "^4.5.5-RC.0",
|
|
|
|
|
- "@growi/plugin-attachment-refs": "^4.5.5-RC.0",
|
|
|
|
|
- "@growi/plugin-lsx": "^4.5.5-RC.0",
|
|
|
|
|
- "@growi/plugin-pukiwiki-like-linker": "^4.5.5-RC.0",
|
|
|
|
|
- "@growi/slack": "^4.5.5-RC.0",
|
|
|
|
|
|
|
+ "@growi/codemirror-textlint": "^4.5.9-RC.0",
|
|
|
|
|
+ "@growi/plugin-attachment-refs": "^4.5.9-RC.0",
|
|
|
|
|
+ "@growi/plugin-lsx": "^4.5.9-RC.0",
|
|
|
|
|
+ "@growi/plugin-pukiwiki-like-linker": "^4.5.9-RC.0",
|
|
|
|
|
+ "@growi/slack": "^4.5.9-RC.0",
|
|
|
"@promster/express": "^5.1.0",
|
|
"@promster/express": "^5.1.0",
|
|
|
"@promster/server": "^6.0.3",
|
|
"@promster/server": "^6.0.3",
|
|
|
"@slack/events-api": "^3.0.0",
|
|
"@slack/events-api": "^3.0.0",
|
|
@@ -74,10 +73,12 @@
|
|
|
"async-canvas-to-blob": "^1.0.3",
|
|
"async-canvas-to-blob": "^1.0.3",
|
|
|
"aws-sdk": "^2.1044.0",
|
|
"aws-sdk": "^2.1044.0",
|
|
|
"axios": "^0.24.0",
|
|
"axios": "^0.24.0",
|
|
|
|
|
+ "axios-retry": "^3.2.4",
|
|
|
"body-parser": "^1.18.2",
|
|
"body-parser": "^1.18.2",
|
|
|
"browser-bunyan": "^1.6.3",
|
|
"browser-bunyan": "^1.6.3",
|
|
|
"bunyan": "^1.8.15",
|
|
"bunyan": "^1.8.15",
|
|
|
"check-node-version": "^4.1.0",
|
|
"check-node-version": "^4.1.0",
|
|
|
|
|
+ "compression": "^1.7.4",
|
|
|
"connect-flash": "~0.1.1",
|
|
"connect-flash": "~0.1.1",
|
|
|
"connect-mongo": "^4.6.0",
|
|
"connect-mongo": "^4.6.0",
|
|
|
"connect-redis": "^4.0.4",
|
|
"connect-redis": "^4.0.4",
|
|
@@ -86,6 +87,7 @@
|
|
|
"date-fns": "^2.23.0",
|
|
"date-fns": "^2.23.0",
|
|
|
"detect-indent": "^7.0.0",
|
|
"detect-indent": "^7.0.0",
|
|
|
"diff": "^5.0.0",
|
|
"diff": "^5.0.0",
|
|
|
|
|
+ "diff_match_patch": "^0.1.1",
|
|
|
"elasticsearch": "^16.0.0",
|
|
"elasticsearch": "^16.0.0",
|
|
|
"entities": "^2.0.0",
|
|
"entities": "^2.0.0",
|
|
|
"esa-nodejs": "^0.0.7",
|
|
"esa-nodejs": "^0.0.7",
|
|
@@ -98,7 +100,6 @@
|
|
|
"express-session": "^1.16.1",
|
|
"express-session": "^1.16.1",
|
|
|
"express-validator": "^6.1.1",
|
|
"express-validator": "^6.1.1",
|
|
|
"express-webpack-assets": "^0.1.0",
|
|
"express-webpack-assets": "^0.1.0",
|
|
|
- "got": "^8.3.2",
|
|
|
|
|
"graceful-fs": "^4.1.11",
|
|
"graceful-fs": "^4.1.11",
|
|
|
"helmet": "^4.6.0",
|
|
"helmet": "^4.6.0",
|
|
|
"http-errors": "~1.8.0",
|
|
"http-errors": "~1.8.0",
|
|
@@ -122,6 +123,7 @@
|
|
|
"nodemailer": "^6.6.2",
|
|
"nodemailer": "^6.6.2",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
"openid-client": "=2.5.0",
|
|
"openid-client": "=2.5.0",
|
|
|
|
|
+ "p-retry": "^4.0.0",
|
|
|
"passport": "^0.5.0",
|
|
"passport": "^0.5.0",
|
|
|
"passport-github": "^1.1.0",
|
|
"passport-github": "^1.1.0",
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
@@ -130,9 +132,7 @@
|
|
|
"passport-local": "^1.0.0",
|
|
"passport-local": "^1.0.0",
|
|
|
"passport-saml": "^3.2.0",
|
|
"passport-saml": "^3.2.0",
|
|
|
"passport-twitter": "^1.0.4",
|
|
"passport-twitter": "^1.0.4",
|
|
|
- "p-retry": "^4.0.0",
|
|
|
|
|
"prom-client": "^13.0.0",
|
|
"prom-client": "^13.0.0",
|
|
|
- "re2": "^1.17.1",
|
|
|
|
|
"react-card-flip": "^1.0.10",
|
|
"react-card-flip": "^1.0.10",
|
|
|
"react-image-crop": "^8.3.0",
|
|
"react-image-crop": "^8.3.0",
|
|
|
"react-tagcloud": "^2.1.1",
|
|
"react-tagcloud": "^2.1.1",
|
|
@@ -159,7 +159,7 @@
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@alienfast/i18next-loader": "^1.1.4",
|
|
"@alienfast/i18next-loader": "^1.1.4",
|
|
|
- "@growi/ui": "^4.5.5-RC.0",
|
|
|
|
|
|
|
+ "@growi/ui": "^4.5.9-RC.0",
|
|
|
"@handsontable/react": "=2.1.0",
|
|
"@handsontable/react": "=2.1.0",
|
|
|
"@types/compression": "^1.7.0",
|
|
"@types/compression": "^1.7.0",
|
|
|
"@types/express": "^4.17.11",
|
|
"@types/express": "^4.17.11",
|
|
@@ -232,10 +232,8 @@
|
|
|
"sticky-events": "^3.4.11",
|
|
"sticky-events": "^3.4.11",
|
|
|
"style-loader": "^1.0.0",
|
|
"style-loader": "^1.0.0",
|
|
|
"styled-components": "^5.0.1",
|
|
"styled-components": "^5.0.1",
|
|
|
- "stylelint": "^14.0.1",
|
|
|
|
|
- "stylelint-config-recess-order": "^2.0.1",
|
|
|
|
|
"swagger2openapi": "^5.3.1",
|
|
"swagger2openapi": "^5.3.1",
|
|
|
- "swr": "^1.0.1",
|
|
|
|
|
|
|
+ "swr": "^1.1.2",
|
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
|
"throttle-debounce": "^2.0.0",
|
|
"throttle-debounce": "^2.0.0",
|
|
|
"toastr": "^2.1.2",
|
|
"toastr": "^2.1.2",
|
|
@@ -244,10 +242,9 @@
|
|
|
"tsc-alias": "^1.2.9",
|
|
"tsc-alias": "^1.2.9",
|
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
|
"unstated": "^2.1.1",
|
|
"unstated": "^2.1.1",
|
|
|
- "webpack": "^4.39.3",
|
|
|
|
|
|
|
+ "webpack": "^4.46.0",
|
|
|
"webpack-assets-manifest": "^3.1.1",
|
|
"webpack-assets-manifest": "^3.1.1",
|
|
|
"webpack-bundle-analyzer": "^3.9.0",
|
|
"webpack-bundle-analyzer": "^3.9.0",
|
|
|
- "webpack-cli": "^3.3.7",
|
|
|
|
|
- "webpack-merge": "^4.2.2"
|
|
|
|
|
|
|
+ "webpack-cli": "^4.9.1"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|