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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 7140848 commit bc56e14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 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
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3828,7 +3828,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 @@ -22708,6 +22708,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 @@ -24053,7 +24065,7 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:^1.2.0":
"use-sync-external-store@npm:^1.2.0, use-sync-external-store@npm:^1.4.0":
version: 1.4.0
resolution: "use-sync-external-store@npm:1.4.0"
peerDependencies:
Expand Down

0 comments on commit bc56e14

Please sign in to comment.