Skip to content

Commit

Permalink
Update dependency typescript to v5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent f55b2d0 commit 4a4198b
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/node": "^20.10.6",
"esbuild": "^0.19.11",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"publishConfig": {
"directory": "lib",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-custom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.2.46",
"cross-env": "^7.0.3",
"esbuild": "^0.19.11",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependenciesMeta": {
"bob-tsm": {
Expand Down
2 changes: 1 addition & 1 deletion examples/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"esbuild": "^0.19.11",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"dependenciesMeta": {
"bob-esbuild-cli": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"engines": {
"pnpm": ">=8.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"bob-esbuild": "workspace:^4.0.3",
"changesets-github-release": "^0.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"peerDependencies": {
"bob-esbuild": "workspace:^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bob-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-node-externals": "^6.1.2",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"peerDependencies": {
"@types/node": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/bob-tsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"esbuild": "^0.19.11",
"execa": "^6.1.0",
"tree-kill": "^1.2.2",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"typescript-paths": "^1.5.1"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
"typescript": ">=4.7.4"
"typescript": ">=5.4.3"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rollup-plugin-tsconfig-paths": "^1.5.2",
"tree-kill": "^1.2.2",
"tsconfck": "^3.0.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"peerDependencies": {
"esbuild": ">=0.14.39",
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a4198b

Please sign in to comment.