Skip to content

Commit bce4c84

Browse files
committed
yarn add swr
1 parent c1b491e commit bce4c84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"next": "10.0.8",
2424
"react": "17.0.1",
2525
"react-dom": "17.0.1",
26-
"react-syntax-highlighter": "^15.4.3"
26+
"react-syntax-highlighter": "^15.4.3",
27+
"swr": "^0.5.4"
2728
},
2829
"devDependencies": {
2930
"@types/node": "^14.14.34",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -3866,6 +3866,11 @@ supports-color@^7.1.0:
38663866
dependencies:
38673867
has-flag "^4.0.0"
38683868

3869+
swr@^0.5.4:
3870+
version "0.5.4"
3871+
resolved "https://registry.yarnpkg.com/swr/-/swr-0.5.4.tgz#9516af6ffd84ba2c23a804ff771be2eb83ba8d46"
3872+
integrity sha512-TUSxxuC8uP/4JKV22ml91WQ0tbif+9HVhm683xm8KYfwZIW5ogwcnU634dg3x6N7azpIDIOLokoIi+z5vCz/yA==
3873+
38693874
38703875
version "1.2.0"
38713876
resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz"

0 commit comments

Comments
 (0)