File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 23
23
"next" : " 10.0.8" ,
24
24
"react" : " 17.0.1" ,
25
25
"react-dom" : " 17.0.1" ,
26
- "react-syntax-highlighter" : " ^15.4.3"
26
+ "react-syntax-highlighter" : " ^15.4.3" ,
27
+ "swr" : " ^0.5.4"
27
28
},
28
29
"devDependencies" : {
29
30
"@types/node" : " ^14.14.34" ,
Original file line number Diff line number Diff line change @@ -3866,6 +3866,11 @@ supports-color@^7.1.0:
3866
3866
dependencies :
3867
3867
has-flag "^4.0.0"
3868
3868
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
+
3869
3874
3870
3875
version "1.2.0"
3871
3876
resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz"
You can’t perform that action at this time.
0 commit comments