Skip to content

Commit b5906f6

Browse files
authored
[Internal Knowledge Search] Fix dependencies
2 parents 477d39b + bdcba08 commit b5906f6

File tree

2 files changed

+67
-116
lines changed

2 files changed

+67
-116
lines changed

example-apps/internal-knowledge-search/app-ui/package-lock.json

Lines changed: 60 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-apps/internal-knowledge-search/app-ui/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"private": true,
55
"dependencies": {
66
"@elastic/search-application-client": "^8.9.0-1",
7+
"@fortawesome/react-fontawesome": "^0.2.0",
8+
"@fortawesome/free-solid-svg-icons": "^6.4.2",
79
"@reduxjs/toolkit": "^1.9.7",
810
"@testing-library/jest-dom": "^5.17.0",
911
"@testing-library/react": "^13.4.0",
10-
"@testing-library/user-event": "^13.5.0",
1112
"react": "^18.2.0",
1213
"react-dom": "^18.2.0",
1314
"react-hook-form": "^7.47.0",
15+
"react-icons": "^4.11.0",
1416
"react-redux": "^8.1.3",
1517
"react-router-dom": "^6.4.5",
1618
"react-scripts": "5.0.1",
@@ -44,8 +46,11 @@
4446
},
4547
"devDependencies": {
4648
"eslint": "^8.52.0",
49+
"eslint-config-react-app": "^7.0.1",
4750
"eslint-plugin-react": "^7.33.2",
4851
"eslint-plugin-react-hooks": "^4.6.0",
49-
"tailwindcss": "^3.3.3"
52+
"tailwindcss": "^3.3.3",
53+
"@typescript-eslint/parser": "^5.62.0",
54+
"@typescript-eslint/eslint-plugin": "^5.62.0"
5055
}
5156
}

0 commit comments

Comments
 (0)