Skip to content

Commit

Permalink
Merge pull request #10 from cloudera/mob/update-linting
Browse files Browse the repository at this point in the history
Update package versions
  • Loading branch information
ewilliams-cloudera authored Nov 12, 2024
2 parents 02bfd02 + dd072fc commit df72dcb
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 497 deletions.
66 changes: 33 additions & 33 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,52 @@
"prepare": "cd ../.. && husky rag/ui/.husky || true"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@tanstack/react-query": "^5.51.18",
"@tanstack/react-query-devtools": "^5.51.18",
"@tanstack/react-router": "^1.47.1",
"antd": "^5.19.4",
"@ant-design/icons": "^5.5.1",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.81.4",
"antd": "^5.22.0",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@playwright/test": "^1.46.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/router-devtools": "^1.47.1",
"@tanstack/router-plugin": "^1.47.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@eslint/js": "^9.14.0",
"@playwright/test": "^1.48.2",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/router-devtools": "^1.81.4",
"@tanstack/router-plugin": "^1.79.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.10",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^8.57.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-unused-imports": "^4.1.3",
"globals": "^15.9.0",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.9",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.12.0",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit df72dcb

Please sign in to comment.