Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 5, 2024
1 parent 35896c1 commit 255f851
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 90 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-plugin-query-suggestions": "1.17.4",
"@algolia/autocomplete-plugin-recent-searches": "^1.17.4",
"@algolia/autocomplete-shared": "^1.17.4",
"@algolia/autocomplete-theme-classic": "1.17.4",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "12.3.1",
"@tanstack/react-query": "^5.17.19",
"@types/react-instantsearch": "^6.10.4",
"algoliasearch": "^4.24.0",
"autocomplete-shared": "link:@types/@algolia/autocomplete-shared",
"axios": "^1.6.5",
"downloadjs": "^1.4.7",
"firebase": "^10.11.1",
Expand All @@ -44,7 +43,6 @@
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.0.1",
"react-instantsearch": "^7.12.2",
"react-instantsearch-hooks-web": "^6.47.3",
"react-router-dom": "^6.23.0",
"react-toastify": "^9.1.3"
},
Expand All @@ -58,6 +56,7 @@
"@types/qs": "^6.9.15",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-instantsearch": "^6.10.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "10.4.12",
Expand Down
93 changes: 6 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 255f851

Please sign in to comment.