Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 75c2fe6 commit 1199d9d
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 75 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.5.4",
"typescript": "5.6.2",
"vite": "^5.4.2"
}
}
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.5.4"
"typescript": "5.6.2"
},
"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.7.0",
"tsup": "^8.2.4",
"typescript": "5.5.4",
"typescript": "5.6.2",
"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.7.0",
"tsup": "^8.2.4",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.2",
"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.7.0",
"tsup": "^8.2.4",
"typescript": "5.5.4",
"typescript": "5.6.2",
"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.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"react": ">=17.0.2",
Expand Down
315 changes: 246 additions & 69 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1199d9d

Please sign in to comment.