Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 50e4fb6 commit ea88d32
Show file tree
Hide file tree
Showing 7 changed files with 253 additions and 60 deletions.
2 changes: 1 addition & 1 deletion apps/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest": "29.7.0",
"ts-jest": "29.2.5",
"turbo": "^2.0.14",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand Down
2 changes: 1 addition & 1 deletion packages/heatmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsup": "^8.2.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/react-windrose-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsup": "^8.2.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.0.3",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"tsup": "^8.2.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "^2.0.5"
},
"gitHead": "bec0f930f1ef420ae1ebaef6c074ff5d606ab1c7"
Expand Down
2 changes: 1 addition & 1 deletion packages/windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"standard-version": "9.5.0",
"ts-node": "10.9.2",
"tsup": "^8.2.4",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"react": ">=17.0.2",
Expand Down
301 changes: 247 additions & 54 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ea88d32

Please sign in to comment.