Ver código fonte

[NO JIRA] Remove frontend dependency

tags/9.4.0.54424
Mathieu Suen 2 anos atrás
pai
commit
b905960420
2 arquivos alterados com 22 adições e 1341 exclusões
  1. 1
    17
      server/sonar-web/package.json
  2. 21
    1324
      server/sonar-web/yarn.lock

+ 1
- 17
server/sonar-web/package.json Ver arquivo

@@ -115,7 +115,6 @@
"jest": "27.4.7",
"jest-emotion": "10.0.32",
"jest-junit": "13.0.0",
"lint-staged": "7.3.0",
"path-browserify": "1.0.1",
"postcss-calc": "7.0.2",
"postcss-custom-properties": "9.1.1",
@@ -138,8 +137,7 @@
"ts-check": "tsc --noEmit",
"validate": "yarn lint && yarn ts-check && yarn format-check && yarn test",
"validate-ci": "yarn install --immutable && yarn test --coverage --ci",
"check-ci": "yarn install --immutable && yarn ts-check && yarn format-check",
"precommit": "yarn ts-check && lint-staged"
"check-ci": "yarn install --immutable && yarn ts-check && yarn format-check"
},
"engines": {
"node": ">=8"
@@ -159,19 +157,5 @@
"printWidth": 100,
"singleQuote": true
},
"lint-staged": {
"linters": {
"*.{css,json}": [
"prettier --write",
"git add"
],
"*.{js,ts,tsx}": [
"eslint",
"jest --bail --passWithNoTests --findRelatedTests",
"prettier --write",
"git add"
]
}
},
"packageManager": "yarn@3.1.1"
}

+ 21
- 1324
server/sonar-web/yarn.lock
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar