Skip to content

Commit 9457b09

Browse files
chore(deps): update turbo monorepo to ^2.5.8 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7ee361 commit 9457b09

File tree

7 files changed

+57
-57
lines changed

7 files changed

+57
-57
lines changed

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@o2s/prettier-config": "*",
7979
"@o2s/typescript-config": "*",
8080
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
81-
"@turbo/gen": "^2.5.3",
81+
"@turbo/gen": "^2.5.8",
8282
"@types/compression": "^1.7.5",
8383
"@types/cookie-parser": "^1.4.9",
8484
"@types/express": "^5.0.3",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@o2s/typescript-config": "*",
6969
"@svgr/webpack": "^8.1.0",
7070
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
71-
"@turbo/gen": "^2.5.3",
71+
"@turbo/gen": "^2.5.8",
7272
"@types/bcryptjs": "^3.0.0",
7373
"@types/node": "^22.15.19",
7474
"@types/react": "^19.1.4",

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@storybook/addon-docs": "^9.1.10",
4343
"@storybook/addon-themes": "^9.1.10",
4444
"@storybook/nextjs": "^9.1.10",
45-
"@turbo/gen": "^2.5.3",
45+
"@turbo/gen": "^2.5.8",
4646
"@types/cli-progress": "^3.11.6",
4747
"@types/fs-extra": "^11.0.4",
4848
"@types/prompts": "^2.4.9",
@@ -56,7 +56,7 @@
5656
"simple-git": "^3.28.0",
5757
"storybook": "^9.1.10",
5858
"syncpack": "^14.0.0-alpha.11",
59-
"turbo": "^2.5.3",
59+
"turbo": "^2.5.8",
6060
"typescript": "5.8.3"
6161
},
6262
"dependencies": {

packages/configs/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@typescript-eslint/eslint-plugin": "^8.32.1",
1717
"@typescript-eslint/parser": "^8.32.1",
1818
"eslint-config-prettier": "^10.1.8",
19-
"eslint-config-turbo": "^2.5.3",
19+
"eslint-config-turbo": "^2.5.8",
2020
"eslint-plugin-only-warn": "^1.1.0",
2121
"eslint-plugin-react": "^7.37.5",
2222
"eslint-plugin-react-hooks": "^5.2.0",
23-
"eslint-plugin-turbo": "^2.5.3",
23+
"eslint-plugin-turbo": "^2.5.8",
2424
"globals": "^16.1.0",
2525
"typescript": "5.8.3",
2626
"typescript-eslint": "^8.32.1"

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@o2s/eslint-config": "*",
2828
"@o2s/prettier-config": "*",
2929
"@o2s/typescript-config": "*",
30-
"@turbo/gen": "^2.5.3",
30+
"@turbo/gen": "^2.5.8",
3131
"@types/qs": "^6.14.0",
3232
"concurrently": "^9.1.2",
3333
"eslint": "^9.27.0",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@o2s/typescript-config": "*",
2626
"@tailwindcss/postcss": "^4.1.7",
2727
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
28-
"@turbo/gen": "^2.5.3",
28+
"@turbo/gen": "^2.5.8",
2929
"@types/eslint": "^9.6.1",
3030
"@types/node": "^22.15.19",
3131
"eslint": "^9.27.0",

0 commit comments

Comments
 (0)