Skip to content

Commit

Permalink
feat: bump ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
linbudu599 committed Jan 7, 2024
1 parent 530ef7b commit 60d9129
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion experimentals/MudtardContainer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "5.1.6"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion experimentals/PackageStarter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "5.1.6"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-mustard-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/node": "^18.11.18",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.4.7",
"nuxt": "^3.0.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/mustard-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^5.1.6",
"typescript": "^5.3.3",
"vitest": "^0.29.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"dependencies": {
"mustard-cli": "workspace:*"
Expand Down
76 changes: 38 additions & 38 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 60d9129

Please sign in to comment.