1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Bump swr from 1.0.1 to 1.1.0 (#23309)

Bumps [swr](https://github.com/vercel/swr) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/1.0.1...1.1.0)

---
updated-dependencies:
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-02 14:23:59 +00:00
committed by GitHub
parent 038e81826b
commit 52941ee100
2 changed files with 10 additions and 15 deletions

23
package-lock.json generated
View File

@@ -83,7 +83,7 @@
"slash": "^4.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.3",
"swr": "1.0.1",
"swr": "1.1.0",
"throng": "^5.0.0",
"ts-dedent": "^2.2.0",
"unified": "^10.1.0",
@@ -20932,14 +20932,11 @@
}
},
"node_modules/swr": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.0.1.tgz",
"integrity": "sha512-EPQAxSjoD4IaM49rpRHK0q+/NzcwoT8c0/Ylu/u3/6mFj/CWnQVjNJ0MV2Iuw/U+EJSd2TX5czdAwKPYZIG0YA==",
"dependencies": {
"dequal": "2.0.2"
},
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.1.0.tgz",
"integrity": "sha512-MFL3mkl752Uap81nLA1tEu7vQmikPamSziW+6dBidYKAo4oLOlUx/x5GZy4ZCkCwfZe2uedylkz1UMGnatUX4g==",
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0"
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/symbol-tree": {
@@ -39193,12 +39190,10 @@
}
},
"swr": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.0.1.tgz",
"integrity": "sha512-EPQAxSjoD4IaM49rpRHK0q+/NzcwoT8c0/Ylu/u3/6mFj/CWnQVjNJ0MV2Iuw/U+EJSd2TX5czdAwKPYZIG0YA==",
"requires": {
"dequal": "2.0.2"
}
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.1.0.tgz",
"integrity": "sha512-MFL3mkl752Uap81nLA1tEu7vQmikPamSziW+6dBidYKAo4oLOlUx/x5GZy4ZCkCwfZe2uedylkz1UMGnatUX4g==",
"requires": {}
},
"symbol-tree": {
"version": "3.2.4",

View File

@@ -85,7 +85,7 @@
"slash": "^4.0.0",
"strip-html-comments": "^1.0.0",
"styled-components": "^5.3.3",
"swr": "1.0.1",
"swr": "1.1.0",
"throng": "^5.0.0",
"ts-dedent": "^2.2.0",
"unified": "^10.1.0",