Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.6.3 (#1791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 49d47f8 commit 24859d9
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"pnpm": "^9.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"node-mocks-http": "^1.16.1",
"ts-jest": "^29.2.5",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/boutique/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
2 changes: 1 addition & 1 deletion packages/shared/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "^20.12.11",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"@types/express": "^4.17.21",
"ioredis": "^5.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"testcontainers": "^10.13.2",
"ts-jest": "^29.2.5",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
104 changes: 52 additions & 52 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 24859d9

Please sign in to comment.