Skip to content

Commit

Permalink
⬆️ upgrade typescript to ~5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Sep 23, 2023
1 parent 703cad5 commit a1f7e4b
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 80 deletions.
138 changes: 66 additions & 72 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rush-plugins/rush-archive-project-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@types/pacote": "~11.1.1",
"@types/tar": "~6.1.1",
"@types/yargs": "~17.0.7",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-audit-cache-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@rushstack/heft-node-rig": "2.2.25",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-git-lfs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/heft-jest": "1.0.1",
"@types/minimatch": "~5.1.2",
"@types/node": "18.17.15",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-init-project-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@types/node": "18.17.15",
"del": "6.1.1",
"ejs": "~3.1.8",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-lint-staged-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rushstack/heft-node-rig": "2.2.25",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"typescript": "4.4.2"
"typescript": "~5.0.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rush-plugins/rush-print-log-if-error-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@rushstack/heft-node-rig": "2.2.25",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-sort-package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@rushstack/heft-node-rig": "2.2.25",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}
2 changes: 1 addition & 1 deletion rush-plugins/rush-upgrade-self-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/inquirer": "~8.1.3",
"@types/node": "18.17.15",
"@types/pacote": "~11.1.1",
"typescript": "4.4.2"
"typescript": "~5.0.4"
}
}

0 comments on commit a1f7e4b

Please sign in to comment.