Skip to content

Commit 97feec4

Browse files
chore(deps): update turbo monorepo to ^2.8.16
1 parent 5d36519 commit 97feec4

File tree

7 files changed

+157
-632
lines changed

7 files changed

+157
-632
lines changed

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@swc/cli": "^0.7.10",
9999
"@swc/core": "^1.15.11",
100100
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
101-
"@turbo/gen": "^2.8.11",
101+
"@turbo/gen": "^2.8.16",
102102
"@types/compression": "^1.8.1",
103103
"@types/cookie-parser": "^1.4.10",
104104
"@types/express": "^5.0.6",

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@o2s/typescript-config": "*",
8282
"@svgr/webpack": "^8.1.0",
8383
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
84-
"@turbo/gen": "^2.8.11",
84+
"@turbo/gen": "^2.8.16",
8585
"@types/node": "^24.10.15",
8686
"@types/react": "19.2.14",
8787
"@types/react-autosuggest": "^10.1.11",

package-lock.json

Lines changed: 149 additions & 624 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
@@ -53,7 +53,7 @@
5353
"@storybook/addon-themes": "^10.2.13",
5454
"@storybook/addon-vitest": "^10.2.13",
5555
"@storybook/nextjs-vite": "^10.2.13",
56-
"@turbo/gen": "^2.8.11",
56+
"@turbo/gen": "^2.8.16",
5757
"@types/cli-progress": "^3.11.6",
5858
"@types/fs-extra": "^11.0.4",
5959
"@types/prompts": "^2.4.9",
@@ -74,7 +74,7 @@
7474
"simple-git": "^3.32.3",
7575
"storybook": "^10.2.13",
7676
"syncpack": "^14.0.0-canary.1",
77-
"turbo": "^2.8.11",
77+
"turbo": "^2.8.16",
7878
"typescript": "5.9.3",
7979
"unplugin-swc": "^1.5.9",
8080
"vite": "^7.3.1",

packages/configs/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@typescript-eslint/eslint-plugin": "^8.56.1",
2525
"@typescript-eslint/parser": "^8.56.1",
2626
"eslint-config-prettier": "^10.1.8",
27-
"eslint-config-turbo": "^2.8.11",
27+
"eslint-config-turbo": "^2.8.16",
2828
"eslint-plugin-only-warn": "^1.1.0",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^7.0.1",
31-
"eslint-plugin-turbo": "^2.8.11",
31+
"eslint-plugin-turbo": "^2.8.16",
3232
"globals": "^17.3.0",
3333
"typescript": "5.9.3",
3434
"typescript-eslint": "^8.56.1"

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@o2s/prettier-config": "*",
5555
"@o2s/typescript-config": "*",
5656
"@o2s/vitest-config": "*",
57-
"@turbo/gen": "^2.8.11",
57+
"@turbo/gen": "^2.8.16",
5858
"@types/express": "^5.0.6",
5959
"@types/qs": "^6.14.0",
6060
"concurrently": "^9.2.1",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@o2s/typescript-config": "*",
3535
"@tailwindcss/postcss": "^4.2.1",
3636
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
37-
"@turbo/gen": "^2.8.11",
37+
"@turbo/gen": "^2.8.16",
3838
"@types/eslint": "^9.6.1",
3939
"@types/node": "^24.10.15",
4040
"@types/throttle-debounce": "^5.0.2",

0 commit comments

Comments
 (0)