Skip to content

Commit 208303b

Browse files
chore(deps): update turbo monorepo to ^2.6.3 (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bc2118 commit 208303b

7 files changed

Lines changed: 57 additions & 57 deletions

File tree

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@swc/cli": "^0.7.9",
8585
"@swc/core": "^1.15.3",
8686
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
87-
"@turbo/gen": "^2.6.2",
87+
"@turbo/gen": "^2.6.3",
8888
"@types/compression": "^1.8.1",
8989
"@types/cookie-parser": "^1.4.10",
9090
"@types/express": "^5.0.6",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@o2s/typescript-config": "*",
7272
"@svgr/webpack": "^8.1.0",
7373
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
74-
"@turbo/gen": "^2.6.2",
74+
"@turbo/gen": "^2.6.3",
7575
"@types/bcryptjs": "^3.0.0",
7676
"@types/node": "^24.10.1",
7777
"@types/react": "19.2.7",

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
@@ -45,7 +45,7 @@
4545
"@storybook/addon-docs": "^10.0.8",
4646
"@storybook/addon-themes": "^10.0.8",
4747
"@storybook/nextjs": "^10.0.8",
48-
"@turbo/gen": "^2.6.2",
48+
"@turbo/gen": "^2.6.3",
4949
"@types/cli-progress": "^3.11.6",
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/prompts": "^2.4.9",
@@ -61,7 +61,7 @@
6161
"simple-git": "^3.30.0",
6262
"storybook": "^10.0.8",
6363
"syncpack": "^14.0.0-alpha.29",
64-
"turbo": "^2.6.2",
64+
"turbo": "^2.6.3",
6565
"typescript": "5.9.3"
6666
},
6767
"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.48.1",
1717
"@typescript-eslint/parser": "^8.48.1",
1818
"eslint-config-prettier": "^10.1.8",
19-
"eslint-config-turbo": "^2.6.2",
19+
"eslint-config-turbo": "^2.6.3",
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.6.2",
23+
"eslint-plugin-turbo": "^2.6.3",
2424
"globals": "^16.5.0",
2525
"typescript": "5.9.3",
2626
"typescript-eslint": "^8.48.1"

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.6",
32-
"@turbo/gen": "^2.6.2",
32+
"@turbo/gen": "^2.6.3",
3333
"@types/qs": "^6.14.0",
3434
"concurrently": "^9.2.1",
3535
"eslint": "^9.39.1",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@o2s/typescript-config": "*",
2727
"@tailwindcss/postcss": "^4.1.17",
2828
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
29-
"@turbo/gen": "^2.6.2",
29+
"@turbo/gen": "^2.6.3",
3030
"@types/eslint": "^9.6.1",
3131
"@types/node": "^24.10.1",
3232
"@types/throttle-debounce": "^5.0.2",

0 commit comments

Comments
 (0)