Skip to content

Commit

Permalink
Remove eslint from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Sep 26, 2023
1 parent 8baf1ec commit ebd820d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions quickwit/quickwit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,28 @@
"@mui/material": "^5.11.2",
"@mui/system": "^5.11.2",
"@mui/x-date-pickers": "^5.0.12",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/swagger-ui-react": "^4.11.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"dayjs": "^1.11.7",
"eslint": "^8.50.0",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "2.8.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-monaco-editor": "^0.50.1",
"react-number-format": "^4.9.3",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"react-scripts": "~5.0.1",
"styled-components": "^5.3.6",
"styled-icons": "^10.47.0",
"swagger-ui-react": "^4.18.1",
"typescript": "^5.2.2",
"web-vitals": "^3.4.0"
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"resolutions": {
"@types/react": "17.0.20",
Expand Down

0 comments on commit ebd820d

Please sign in to comment.