Skip to content

Commit

Permalink
Merge pull request #304 from volvo-cars/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v20.17.1
  • Loading branch information
johard authored Oct 31, 2024
2 parents ccf8f50 + 669cd41 commit 3c11b03
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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": "20.17.0",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@volvo-cars/market-sites": "1.8.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": "20.17.0",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@volvo-cars/market-sites": "1.8.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": "20.17.0",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@volvo-cars/market-sites": "1.8.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.0":
version: 20.17.0
resolution: "@types/node@npm:20.17.0"
"@types/node@npm:20.17.1":
version: 20.17.1
resolution: "@types/node@npm:20.17.1"
dependencies:
undici-types: ~6.19.2
checksum: 01234eb8a5ba7e3e4324f74c6b7354d8f37fc8eb29eddaf595bcf172bdfb32184be0a5721ee54bc8440562a4037f322eb967550e3b0b6402d0e14fcb7eb6d98b
checksum: 22bc7f32533985c2f33aa4642776c1096a3ca43133ff5783f0b3fe049dc968def7871da8f5d27634d4651ce6bcf4abe31c9d38c4a9a5d0b78118edc8d47c30ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -592,7 +592,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-footer-pages-router@workspace:nextjs/pages-router/site-footer"
dependencies:
"@types/node": 20.17.0
"@types/node": 20.17.1
"@types/react": 18.3.12
"@types/react-dom": 18.3.1
"@volvo-cars/market-sites": 1.8.0
Expand All @@ -609,7 +609,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-footer@workspace:nextjs/site-navigation-footer"
dependencies:
"@types/node": 20.17.0
"@types/node": 20.17.1
"@types/react": 18.3.12
"@types/react-dom": 18.3.1
"@volvo-cars/market-sites": 1.8.0
Expand All @@ -626,7 +626,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-pages-router@workspace:nextjs/pages-router/site-navigation"
dependencies:
"@types/node": 20.17.0
"@types/node": 20.17.1
"@types/react": 18.3.12
"@types/react-dom": 18.3.1
"@volvo-cars/market-sites": 1.8.0
Expand Down

0 comments on commit 3c11b03

Please sign in to comment.