Skip to content

Commit af4774f

Browse files
chore(deps): update turbo monorepo to ^2.6.0
1 parent 485731c commit af4774f

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.8",
81+
"@turbo/gen": "^2.6.0",
8282
"@types/compression": "^1.8.1",
8383
"@types/cookie-parser": "^1.4.10",
8484
"@types/express": "^5.0.5",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@o2s/typescript-config": "*",
6767
"@svgr/webpack": "^8.1.0",
6868
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
69-
"@turbo/gen": "^2.5.8",
69+
"@turbo/gen": "^2.6.0",
7070
"@types/bcryptjs": "^3.0.0",
7171
"@types/node": "^24.7.2",
7272
"@types/react": "^19.2.2",

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
@@ -43,7 +43,7 @@
4343
"@storybook/addon-docs": "^9.1.16",
4444
"@storybook/addon-themes": "^9.1.16",
4545
"@storybook/nextjs": "^9.1.16",
46-
"@turbo/gen": "^2.5.8",
46+
"@turbo/gen": "^2.6.0",
4747
"@types/cli-progress": "^3.11.6",
4848
"@types/fs-extra": "^11.0.4",
4949
"@types/prompts": "^2.4.9",
@@ -57,7 +57,7 @@
5757
"simple-git": "^3.28.0",
5858
"storybook": "^9.1.16",
5959
"syncpack": "^14.0.0-alpha.23",
60-
"turbo": "^2.5.8",
60+
"turbo": "^2.6.0",
6161
"typescript": "5.9.3"
6262
},
6363
"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.46.2",
1717
"@typescript-eslint/parser": "^8.46.2",
1818
"eslint-config-prettier": "^10.1.8",
19-
"eslint-config-turbo": "^2.5.8",
19+
"eslint-config-turbo": "^2.6.0",
2020
"eslint-plugin-only-warn": "^1.1.0",
2121
"eslint-plugin-react": "^7.37.5",
2222
"eslint-plugin-react-hooks": "^7.0.1",
23-
"eslint-plugin-turbo": "^2.5.8",
23+
"eslint-plugin-turbo": "^2.6.0",
2424
"globals": "^16.4.0",
2525
"typescript": "5.9.3",
2626
"typescript-eslint": "^8.46.2"

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@o2s/prettier-config": "*",
3030
"@o2s/typescript-config": "*",
3131
"@types/express": "^5.0.5",
32-
"@turbo/gen": "^2.5.8",
32+
"@turbo/gen": "^2.6.0",
3333
"@types/qs": "^6.14.0",
3434
"concurrently": "^9.2.1",
3535
"eslint": "^9.38.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.16",
2727
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
28-
"@turbo/gen": "^2.5.8",
28+
"@turbo/gen": "^2.6.0",
2929
"@types/eslint": "^9.6.1",
3030
"@types/node": "^24.7.2",
3131
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)