Skip to content

Commit

Permalink
Merge pull request #149 from volvo-cars/renovate/node-20.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v20
  • Loading branch information
johard authored Oct 30, 2023
2 parents 1371770 + e5d0f79 commit 89a6d66
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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": "18.18.7",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@volvo-cars/market-sites": "1.7.3",
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": "18.18.7",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@volvo-cars/market-sites": "1.7.3",
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": "18.18.7",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@volvo-cars/market-sites": "1.7.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:18.18.7":
version: 18.18.7
resolution: "@types/node@npm:18.18.7"
"@types/node@npm:*, @types/node@npm:20.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
undici-types: ~5.26.4
checksum: 972f8b214f961b6c8d99f84aab8bfadc656bb71fc7ad4a543ad3405286c95f27385ee0c3844f88d612f3cf225cd4d49ce8a7d9aea05a2aba9b2524ac525040aa
checksum: 0c05f3502a9507ff27e91dd6fd574fa6f391b3fafedcfe8e0c8d33351fb22d02c0121f854e5b6b3ecb9a8a468407ddf6e7ac0029fb236d4c7e1361ffc758a01f
languageName: node
linkType: hard

Expand Down Expand Up @@ -662,7 +662,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-footer-pages-router@workspace:nextjs/pages-router/site-footer"
dependencies:
"@types/node": 18.18.7
"@types/node": 20.8.9
"@types/react": 18.2.33
"@types/react-dom": 18.2.14
"@volvo-cars/market-sites": 1.7.3
Expand All @@ -679,7 +679,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-footer@workspace:nextjs/site-navigation-footer"
dependencies:
"@types/node": 18.18.7
"@types/node": 20.8.9
"@types/react": 18.2.33
"@types/react-dom": 18.2.14
"@volvo-cars/market-sites": 1.7.3
Expand All @@ -696,7 +696,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "nextjs-site-navigation-pages-router@workspace:nextjs/pages-router/site-navigation"
dependencies:
"@types/node": 18.18.7
"@types/node": 20.8.9
"@types/react": 18.2.33
"@types/react-dom": 18.2.14
"@volvo-cars/market-sites": 1.7.3
Expand Down

0 comments on commit 89a6d66

Please sign in to comment.