Skip to content

Commit

Permalink
[FLINK-24737][runtime-web] Update outdated web dependencies
Browse files Browse the repository at this point in the history
resolves #17711
  • Loading branch information
yangjunhan authored and Airblader committed Jan 17, 2022
1 parent 141189f commit 3722d3f
Show file tree
Hide file tree
Showing 16 changed files with 9,087 additions and 11,721 deletions.
565 changes: 78 additions & 487 deletions flink-runtime-web/src/main/resources/META-INF/NOTICE

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions flink-runtime-web/web-dashboard/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
. "$(dirname "$0")/_/husky.sh"

if ! git diff-index --cached --quiet HEAD -- "flink-runtime-web/web-dashboard/*"; then
cd flink-runtime-web/web-dashboard && npm run lint-staged
fi
5 changes: 4 additions & 1 deletion flink-runtime-web/web-dashboard/.stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
plugins: ['stylelint-order'],
extends: ['stylelint-config-standard', 'stylelint-config-hudochenkov/order', 'stylelint-prettier/recommended'],
customSyntax: "postcss-less",
rules: {
'prettier/prettier': [
true,
Expand All @@ -11,8 +12,10 @@ module.exports = {
'no-empty-source': null,
'no-descending-specificity': null,
'no-invalid-position-at-import-rule': null,
'function-calc-no-invalid': null,
'font-family-no-missing-generic-family-keyword': null,
'property-no-vendor-prefix': null,
'alpha-value-notation': null,
'color-function-notation': null,
'selector-pseudo-element-no-unknown': [
true,
{
Expand Down
Loading

0 comments on commit 3722d3f

Please sign in to comment.