Skip to content

Commit

Permalink
Merge pull request #383 from nyaggah/dependabot-npm_and_yarn-typescri…
Browse files Browse the repository at this point in the history
…pt-5.4.3

chore(dev-deps): bump typescript from 5.3.3 to 5.4.3
  • Loading branch information
JoeyDoey authored Mar 21, 2024
2 parents e9f3a2e + 282c0f7 commit 9d4167f
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslib": "^2.6.2",
"tsx": "^3.14.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"prettier": {
"tabWidth": 2,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^3.14.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"lint-staged": {
"*.{css,html,json,js}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-node-externals": "^6.1.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"unplugin-fonts": "^1.1.1",
"vite": "^4.5.2",
"vite-plugin-babel-macros": "^1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"vite": "^4.5.2",
"vite-plugin-dts": "^3.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-turbo": "latest"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 9d4167f

Please sign in to comment.