Skip to content

Commit

Permalink
⬆️ Bump swr from 1.3.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [swr](https://github.com/vercel/swr) from 1.3.0 to 2.3.0.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@1.3.0...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 132e208 commit e1a9c07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @navikt/core/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0",
"rimraf": "6.0.1",
"swr": "^1.1.2",
"swr": "^2.3.0",
"tsc-alias": "1.8.8",
"tsx": "^4.19.1",
"typescript": "5.5.4",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3784,7 +3784,7 @@ __metadata:
react-dom: "npm:^18.0.0"
react-router-dom: "npm:^6.3.0"
rimraf: "npm:6.0.1"
swr: "npm:^1.1.2"
swr: "npm:^2.3.0"
tsc-alias: "npm:1.8.8"
tsx: "npm:^4.19.1"
typescript: "npm:5.5.4"
Expand Down Expand Up @@ -22694,6 +22694,18 @@ __metadata:
languageName: node
linkType: hard

"swr@npm:^2.3.0":
version: 2.3.0
resolution: "swr@npm:2.3.0"
dependencies:
dequal: "npm:^2.0.3"
use-sync-external-store: "npm:^1.4.0"
peerDependencies:
react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10/9f09a68a0dcd354915c7098b000197190aa5faa39c6caec7b91c3b9b682de79173abd5b733cd07cc3e79ee8a1eb294f7d2162716c515d1e4d7c1283d4342fda8
languageName: node
linkType: hard

"symbol-tree@npm:^3.2.4":
version: 3.2.4
resolution: "symbol-tree@npm:3.2.4"
Expand Down Expand Up @@ -24066,6 +24078,15 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.4.0":
version: 1.4.0
resolution: "use-sync-external-store@npm:1.4.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10/08bf581a8a2effaefc355e9d18ed025d436230f4cc973db2f593166df357cf63e47b9097b6e5089b594758bde322e1737754ad64905e030d70f8ff7ee671fd01
languageName: node
linkType: hard

"usehooks-ts@npm:3.0.1":
version: 3.0.1
resolution: "usehooks-ts@npm:3.0.1"
Expand Down

0 comments on commit e1a9c07

Please sign in to comment.