Skip to content

Commit

Permalink
chore(Renovate): ⬆️ Update dependency typescript to v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2023
1 parent 067db74 commit 453661a
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"syncpack": "10.6.1",
"tsup": "7.0.0",
"turbo": "1.10.3",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build:pkgs": "turbo run build --api=$TURBO_API",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@terminal-nerds/typescript-config": "workspace:*",
"@types/eslint": "8.40.2",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@terminal-nerds/typescript-config": "workspace:*",
"lint-staged": "13.2.2",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@terminal-nerds/typescript-config": "workspace:*",
"@types/prettier": "2.7.3",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@terminal-nerds/typescript-config": "workspace:*",
"stylelint": "15.8.0",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/syncpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@terminal-nerds/typescript-config": "workspace:*",
"syncpack": "10.6.1",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"build": "tsup",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"es-module.json"
],
"peerDependencies": {
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"devDependencies": {
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"scripts": {
"clean": "concurrently \"pnpm:clean:*\" --group --timings",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.0.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"vitest": "0.32.2"
},
"scripts": {
Expand Down

0 comments on commit 453661a

Please sign in to comment.