|
|
@@ -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",
|
|
|
+ "lint:styles": "stylelint src/**/*.scss --custom-syntax postcss-scss",
|
|
|
"lint:swagger2openapi": "node node_modules/.bin/oas-validate tmp/swagger.json",
|
|
|
"lint": "run-p lint:*",
|
|
|
"test": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
@@ -59,8 +59,8 @@
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
"@growi/codemirror-textlint": "^4.4.10-RC.0",
|
|
|
"@growi/plugin-attachment-refs": "^4.4.10-RC.0",
|
|
|
- "@growi/plugin-pukiwiki-like-linker": "^4.4.10-RC.0",
|
|
|
"@growi/plugin-lsx": "^4.4.10-RC.0",
|
|
|
+ "@growi/plugin-pukiwiki-like-linker": "^4.4.10-RC.0",
|
|
|
"@growi/slack": "^4.4.10-RC.0",
|
|
|
"@promster/express": "^5.1.0",
|
|
|
"@promster/server": "^6.0.3",
|
|
|
@@ -229,7 +229,7 @@
|
|
|
"sticky-events": "^3.1.3",
|
|
|
"style-loader": "^1.0.0",
|
|
|
"styled-components": "^5.0.1",
|
|
|
- "stylelint": "^13.2.0",
|
|
|
+ "stylelint": "^14.0.1",
|
|
|
"stylelint-config-recess-order": "^2.0.1",
|
|
|
"swagger2openapi": "^5.3.1",
|
|
|
"swr": "^1.0.1",
|