Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion nextjs/pages-router/site-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "22.15.18",
"@types/node": "22.20.0",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@volvo-cars/market-sites": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion nextjs/pages-router/site-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "22.15.18",
"@types/node": "22.20.0",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@volvo-cars/market-sites": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion nextjs/site-navigation-footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "22.15.18",
"@types/node": "22.20.0",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.6",
"@volvo-cars/market-sites": "1.12.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.15.18":
version: 22.15.18
resolution: "@types/node@npm:22.15.18"
"@types/node@npm:22.20.0":
version: 22.20.0
resolution: "@types/node@npm:22.20.0"
dependencies:
undici-types: ~6.21.0
checksum: 16fb2c1f7be4156578648bfe074c856fca309ac66b9b74f9c5887ce778ce6cbd06d2883eaa397837e3628cddb02a5b0859764c5db0ea24f55f0cfbf54cca06fc
checksum: 1e8bb0122ef8a1cccd396e785a371d3a662a475996d34730c97b0f3c5a696b469d69751001698a965c4c1d1c229e2140cb795d730e56e2b3f984229b3774cf9c
languageName: node
linkType: hard

Expand Down Expand Up @@ -601,7 +601,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-footer-pages-router@workspace:nextjs/pages-router/site-footer"
dependencies:
"@types/node": 22.15.18
"@types/node": 22.20.0
"@types/react": 18.3.20
"@types/react-dom": 18.3.6
"@volvo-cars/market-sites": 1.12.0
Expand All @@ -618,7 +618,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-footer@workspace:nextjs/site-navigation-footer"
dependencies:
"@types/node": 22.15.18
"@types/node": 22.20.0
"@types/react": 18.3.20
"@types/react-dom": 18.3.6
"@volvo-cars/market-sites": 1.12.0
Expand All @@ -635,7 +635,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-pages-router@workspace:nextjs/pages-router/site-navigation"
dependencies:
"@types/node": 22.15.18
"@types/node": 22.20.0
"@types/react": 18.3.20
"@types/react-dom": 18.3.6
"@volvo-cars/market-sites": 1.12.0
Expand Down
Loading