Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 16.11.68 to 20.12.12 (#2495)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent bd0b81d commit c01b5f1
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 853 deletions.
2 changes: 1 addition & 1 deletion apps/modernjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@modern-js-app/eslint-config": "2.46.1",
"typescript": "~5.0.4",
"@types/jest": "~29.5.0",
"@types/node": "~16.11.7",
"@types/node": "~20.12.12",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.25",
"lint-staged": "~13.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/website-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"xgplayer": "^3.0.16"
},
"devDependencies": {
"@types/node": "^16"
"@types/node": "^20"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@types/jest": "29.5.12",
"@types/lodash.clonedeepwith": "^4.5.9",
"@types/lodash.get": "4.4.9",
"@types/node": "18.19.26",
"@types/node": "20.12.12",
"@types/node-fetch": "2.6.11",
"@types/pidusage": "2.0.5",
"@types/react": "18.2.62",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@playwright/test": "1.36.1",
"@types/chrome": "^0.0.260",
"@types/jest": "~29.2.4",
"@types/node": "~16.11.7",
"@types/node": "~20.12.12",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"lint-staged": "~13.1.0",
Expand Down
Loading

0 comments on commit c01b5f1

Please sign in to comment.