Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.5.4 (#1481)
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 Aug 6, 2024
1 parent 4912774 commit 5969899
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 56 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 @@
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"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 @@ -31,6 +31,6 @@
"node-mocks-http": "^1.15.1",
"ts-jest": "^29.2.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
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.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
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.4.5",
"typescript": "^5.5.4",
"@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 @@ -53,6 +53,6 @@
"testcontainers": "^10.11.0",
"ts-jest": "^29.2.4",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
}
}
100 changes: 50 additions & 50 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 5969899

Please sign in to comment.