Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 66b65ef commit b2da06f
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 79 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@
"recast": "^0.23.6",
"rollup-plugin-visualizer": "^5.12.0",
"ts-node": "^10.9.2",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vitest": "^1.4.0",
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"packageManager": "pnpm@8.15.6",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion playground/reference-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.3",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion playground/reference-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.3",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vite": "^5.2.8"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*",
"typescript": "5.4.2",
"typescript": "5.4.3",
"vite": "^5.2.8"
}
}
Loading

0 comments on commit b2da06f

Please sign in to comment.