diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2021-01-14 18:30:25 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-20 20:32:16 +0000 |
commit | d6b1b8a262b3890ffe5fd741d0bbeaaabd25a880 (patch) | |
tree | 08f3158c506d6b6f141dd007470b5d393be02ea9 /server/sonar-web/package.json | |
parent | 81fc4043e73b22679de97d1336ff943b4724a62b (diff) | |
download | sonarqube-d6b1b8a262b3890ffe5fd741d0bbeaaabd25a880.tar.gz sonarqube-d6b1b8a262b3890ffe5fd741d0bbeaaabd25a880.zip |
SONAR-14309 Update eslint, typescript and fix issues
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index d6ab87e29a8..941f8fe2b63 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -70,7 +70,8 @@ "@types/react-virtualized": "9.21.8", "@types/sanitize-html": "1.22.0", "@types/valid-url": "1.0.2", - "@typescript-eslint/parser": "2.24.0", + "@typescript-eslint/eslint-plugin": "4.13.0", + "@typescript-eslint/parser": "4.13.0", "autoprefixer": "9.7.4", "babel-core": "7.0.0-bridge.0", "babel-jest": "25.1.0", @@ -86,15 +87,14 @@ "enzyme-adapter-react-16": "1.15.2", "enzyme-to-json": "3.4.4", "escape-string-regexp": "2.0.0", - "eslint": "6.8.0", - "eslint-config-sonarqube": "0.6.1", - "eslint-plugin-import": "2.20.1", - "eslint-plugin-jest": "23.8.2", - "eslint-plugin-jsx-a11y": "6.2.3", + "eslint": "7.17.0", + "eslint-config-sonarqube": "1.0.0", + "eslint-plugin-import": "2.22.0", + "eslint-plugin-jest": "24.1.0", + "eslint-plugin-jsx-a11y": "6.4.0", "eslint-plugin-promise": "4.2.1", - "eslint-plugin-react": "7.19.0", - "eslint-plugin-react-hooks": "2.5.0", - "eslint-plugin-sonarjs": "0.5.0", + "eslint-plugin-react": "7.22.0", + "eslint-plugin-react-hooks": "4.2.0", "expose-loader": "0.7.5", "glob": "7.1.6", "glob-promise": "3.4.0", @@ -116,7 +116,7 @@ "style-loader": "1.1.3", "ts-jest": "25.2.1", "ts-loader": "6.2.1", - "typescript": "3.8.3", + "typescript": "4.1.3", "webpack": "4.42.0", "webpack-bundle-analyzer": "3.6.1", "webpack-dev-server": "3.10.3" |