Chore(deps): Bump swr from 1.3.0 to 2.2.4

Bumps [swr](https://github.com/vercel/swr) from 1.3.0 to 2.2.4.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/1.3.0...v2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 09:05:45 +00:00 committed by GitHub
parent 20d1d8f914
commit 7830721277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 9 deletions

12
package-lock.json generated
View File

@ -33,7 +33,7 @@
"react-icons": "^4.12.0",
"recharts": "^2.11.0",
"rrule": "^2.8.1",
"swr": "^1.3.0",
"swr": "^2.2.4",
"systeminformation": "^5.21.24",
"tough-cookie": "^4.1.3",
"urbackup-server-api": "^0.8.9",
@ -6486,9 +6486,13 @@
}
},
"node_modules/swr": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/swr/-/swr-1.3.0.tgz",
"integrity": "sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==",
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/swr/-/swr-2.2.4.tgz",
"integrity": "sha512-njiZ/4RiIhoOlAaLYDqwz5qH/KZXVilRLvomrx83HjzCWTfa+InyfAjv05PSFxnmLzZkNO9ZfvgoqzAaEI4sGQ==",
"dependencies": {
"client-only": "^0.0.1",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
}

View File

@ -35,7 +35,7 @@
"react-icons": "^4.12.0",
"recharts": "^2.11.0",
"rrule": "^2.8.1",
"swr": "^1.3.0",
"swr": "^2.2.4",
"systeminformation": "^5.21.24",
"tough-cookie": "^4.1.3",
"urbackup-server-api": "^0.8.9",

View File

@ -81,8 +81,8 @@ dependencies:
specifier: ^2.8.1
version: 2.8.1
swr:
specifier: ^1.3.0
version: 1.3.0(react@18.2.0)
specifier: ^2.2.4
version: 2.2.4(react@18.2.0)
systeminformation:
specifier: ^5.21.24
version: 5.21.24
@ -4131,12 +4131,14 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
/swr@1.3.0(react@18.2.0):
resolution: {integrity: sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==}
/swr@2.2.4(react@18.2.0):
resolution: {integrity: sha512-njiZ/4RiIhoOlAaLYDqwz5qH/KZXVilRLvomrx83HjzCWTfa+InyfAjv05PSFxnmLzZkNO9ZfvgoqzAaEI4sGQ==}
peerDependencies:
react: ^16.11.0 || ^17.0.0 || ^18.0.0
dependencies:
client-only: 0.0.1
react: 18.2.0
use-sync-external-store: 1.2.0(react@18.2.0)
dev: false
/systeminformation@5.21.24: