Add swr dependency

This commit is contained in:
Willian Mitsuda 2021-12-16 17:45:15 -03:00
parent 08b80e1efc
commit d590521683
2 changed files with 16 additions and 0 deletions

15
package-lock.json generated
View File

@ -46,6 +46,7 @@
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.5",
"serve": "^13.0.2",
"swr": "^1.1.1",
"typescript": "^4.5.4",
"use-keyboard-shortcut": "^1.1.0",
"web-vitals": "^1.0.1"
@ -17205,6 +17206,14 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/swr": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.1.1.tgz",
"integrity": "sha512-ZpUHyU3N3snj2QGFeE2Fd3BXl1CVS6YQIQGb1ttPAkTmvwZqDyV3GRMNPsaeAYCBM74tfn4XbKx28FVQR0mS7Q==",
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/symbol-tree": {
"version": "3.2.4",
"license": "MIT"
@ -31069,6 +31078,12 @@
}
}
},
"swr": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.1.1.tgz",
"integrity": "sha512-ZpUHyU3N3snj2QGFeE2Fd3BXl1CVS6YQIQGb1ttPAkTmvwZqDyV3GRMNPsaeAYCBM74tfn4XbKx28FVQR0mS7Q==",
"requires": {}
},
"symbol-tree": {
"version": "3.2.4"
},

View File

@ -41,6 +41,7 @@
"react-scripts": "4.0.3",
"react-syntax-highlighter": "^15.4.5",
"serve": "^13.0.2",
"swr": "^1.1.1",
"typescript": "^4.5.4",
"use-keyboard-shortcut": "^1.1.0",
"web-vitals": "^1.0.1"