Skip to content

Commit

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

chore(dev-deps): bump typescript from 5.4.5 to 5.5.2
  • Loading branch information
JoeyDoey authored Jun 23, 2024
2 parents 73ffc67 + 7c059d8 commit 0c60d4f
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tslib": "^2.6.2",
"tsx": "^4.11.0",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"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 @@ -65,7 +65,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"lint-staged": {
"*.{md,mdx,css,html,json,js}": ["pnpm biome format --write ."],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-node-externals": "^7.1.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.11",
"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 @@ -42,7 +42,7 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1"
},
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-plugin-react": "7.34.2"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0c60d4f

Please sign in to comment.