|
|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@growi/app",
|
|
|
- "version": "4.5.7",
|
|
|
+ "version": "4.5.8-RC.0",
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"//// for production": "",
|
|
|
@@ -33,7 +33,7 @@
|
|
|
"predev:ci": "run-p resources:*",
|
|
|
"lint:typecheck": "npx tsc",
|
|
|
"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": "run-p lint:*",
|
|
|
"test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
@@ -57,11 +57,11 @@
|
|
|
"@browser-bunyan/console-formatted-stream": "^1.6.2",
|
|
|
"@godaddy/terminus": "^4.9.0",
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
- "@growi/codemirror-textlint": "^4.5.7",
|
|
|
- "@growi/plugin-attachment-refs": "^4.5.7",
|
|
|
- "@growi/plugin-lsx": "^4.5.7",
|
|
|
- "@growi/plugin-pukiwiki-like-linker": "^4.5.7",
|
|
|
- "@growi/slack": "^4.5.7",
|
|
|
+ "@growi/codemirror-textlint": "^4.5.8-RC.0",
|
|
|
+ "@growi/plugin-attachment-refs": "^4.5.8-RC.0",
|
|
|
+ "@growi/plugin-lsx": "^4.5.8-RC.0",
|
|
|
+ "@growi/plugin-pukiwiki-like-linker": "^4.5.8-RC.0",
|
|
|
+ "@growi/slack": "^4.5.8-RC.0",
|
|
|
"@promster/express": "^5.1.0",
|
|
|
"@promster/server": "^6.0.3",
|
|
|
"@slack/events-api": "^3.0.0",
|
|
|
@@ -123,6 +123,7 @@
|
|
|
"nodemailer": "^6.6.2",
|
|
|
"nodemailer-ses-transport": "~1.5.0",
|
|
|
"openid-client": "=2.5.0",
|
|
|
+ "p-retry": "^4.0.0",
|
|
|
"passport": "^0.5.0",
|
|
|
"passport-github": "^1.1.0",
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
|
@@ -131,7 +132,6 @@
|
|
|
"passport-local": "^1.0.0",
|
|
|
"passport-saml": "^3.2.0",
|
|
|
"passport-twitter": "^1.0.4",
|
|
|
- "p-retry": "^4.0.0",
|
|
|
"prom-client": "^13.0.0",
|
|
|
"re2": "^1.17.2",
|
|
|
"react-card-flip": "^1.0.10",
|
|
|
@@ -160,7 +160,7 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@alienfast/i18next-loader": "^1.1.4",
|
|
|
- "@growi/ui": "^4.5.7",
|
|
|
+ "@growi/ui": "^4.5.8-RC.0",
|
|
|
"@handsontable/react": "=2.1.0",
|
|
|
"@types/compression": "^1.7.0",
|
|
|
"@types/express": "^4.17.11",
|
|
|
@@ -233,8 +233,6 @@
|
|
|
"sticky-events": "^3.4.11",
|
|
|
"style-loader": "^1.0.0",
|
|
|
"styled-components": "^5.0.1",
|
|
|
- "stylelint": "^14.0.1",
|
|
|
- "stylelint-config-recess-order": "^2.0.1",
|
|
|
"swagger2openapi": "^5.3.1",
|
|
|
"swr": "^1.0.1",
|
|
|
"terser-webpack-plugin": "^4.1.0",
|