Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
update deps including useSWR 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Feb 2, 2022
1 parent 89dcc1f commit 9794fb2
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 603 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.4.0",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.21.1",
"axios": "^0.25.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"emoji-regex": "^9.2.2",
"csstype": "^3.0.10",
"emoji-regex": "^10.0.0",
"ioredis": "^4.28.2",
"jszip": "^3.7.1",
"next": "^12.0.10",
Expand All @@ -32,15 +33,15 @@
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-hotkeys-hook": "^3.4.4",
"react-markdown": "^6.0.2",
"react-markdown": "^8.0.0",
"react-player": "^2.9.0",
"react-reader": "^0.20.4",
"react-viewer": "^3.2.2",
"rehype-katex": "^5.0.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.0.0",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"swr": "^0.5.6",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"swr": "^1.2.0",
"use-clipboard-copy": "^0.2.0",
"use-constant": "^1.1.0"
},
Expand All @@ -49,16 +50,16 @@
"@types/crypto-js": "^4.0.2",
"@types/ioredis": "^4.28.5",
"@types/prismjs": "^1.16.5",
"@types/react": "17.0.11",
"@types/react": "17.0.38",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.8",
"@types/react-pdf": "^5.0.4",
"@types/react-syntax-highlighter": "^13.5.1",
"autoprefixer": "^10.4.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.18",
"typescript": "4.3.4"
"typescript": "4.5.5"
}
}
Loading

0 comments on commit 9794fb2

Please sign in to comment.