Skip to content

Commit

Permalink
feat: fix search results; update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 22, 2023
1 parent b167457 commit d6a2afa
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 547 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,57 +30,57 @@
"dequal": "^2.0.3",
"framer-motion": "^7.10.3",
"googleapis": "^109.0.1",
"got": "^12.5.3",
"got": "^12.6.0",
"lqip-modern": "^2.0.0",
"lucide-react": "0.105.0-alpha.4",
"next": "^13.0.7",
"next": "^13.2.4",
"next-themes": "^0.2.1",
"openai": "^3.1.0",
"openai": "^3.2.1",
"p-map": "^5.5.0",
"p-retry": "^5.1.2",
"pinecone-client": "^1.0.0",
"pinecone-client": "^1.1.0",
"pretty-ms": "^8.0.0",
"puppeteer": "^19.4.1",
"puppeteer-core": "^19.4.1",
"puppeteer": "^19.7.5",
"puppeteer-core": "^19.7.5",
"quick-lru": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.7",
"react-spinners": "^0.13.8",
"react-use": "^17.4.0",
"rehype-format": "^4.0.1",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"swr": "^2.0.0",
"swr": "^2.1.1",
"unescape": "^1.0.1",
"unified": "^10.1.2",
"unstated-next": "^1.1.0",
"xml2js": "^0.4.23",
"youtube-transcript": "^1.0.4",
"zod": "^3.20.2"
"youtube-transcript": "^1.0.5",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/node": "^18.11.9",
"@tailwindcss/typography": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.5",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"ava": "^5.1.0",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"ava": "^5.2.0",
"dotenv-safe": "^8.2.0",
"eslint": "^8.30.0",
"eslint-config-next": "^13.0.7",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"prettier": "^2.8.0",
"tailwindcss": "^3.2.4",
"tsx": "^3.12.1",
"typescript": "^4.9.3"
"prettier": "^2.8.6",
"tailwindcss": "^3.2.7",
"tsx": "^3.12.6",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down

1 comment on commit d6a2afa

@vercel
Copy link

@vercel vercel bot commented on d6a2afa Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.