Skip to content

Commit

Permalink
chore: update ts version in tools and create-package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Jul 1, 2024
1 parent 3b61360 commit c48b38f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"turbo": "^1.7.0",
"typescript": "^5.2.2",
"typescript": "5.2.2",
"vite-plugin-checker": "0.6.2",
"vite-tsconfig-paths": "^4.2.1",
"wsrun": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-package/create-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const generateFilesContent = (packageName, componentName, namespace, typescript,
};

if (typescript) {
packageContent.devDependencies.typescript = "^4.9.4";
packageContent.devDependencies.typescript = "5.2.2";
}

// Update package.json
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"remark-gfm": "^3.0.1",
"rimraf": "^3.0.2",
"storybook": "^7.6.0",
"typescript": "^5.2.2",
"typescript": "5.2.2",
"vite-node": "^0.29.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"chromedriver": "*",
"typescript": "^4.9.4"
"typescript": "5.2.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit c48b38f

Please sign in to comment.