Skip to content

Commit 43eff1e

Browse files
Bump typescript from 5.8.3 to 5.9.3 (#81)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfd715a commit 43eff1e

File tree

6 files changed

+120
-120
lines changed

6 files changed

+120
-120
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"@types/react-dom": "^19.1.6",
4747
"@workspace/eslint-config": "workspace:^",
4848
"@workspace/typescript-config": "workspace:*",
49-
"typescript": "^5.8.3"
49+
"typescript": "^5.9.3"
5050
}
5151
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@workspace/typescript-config": "workspace:*",
1515
"prettier": "^3.6.2",
1616
"turbo": "^2.5.5",
17-
"typescript": "5.8.3",
17+
"typescript": "5.9.3",
1818
"vercel": "^48.1.6"
1919
},
2020
"packageManager": "pnpm@10.4.1",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-plugin-react-hooks": "^5.2.0",
2121
"eslint-plugin-turbo": "^2.5.5",
2222
"globals": "^16.3.0",
23-
"typescript": "^5.8.3",
23+
"typescript": "^5.9.3",
2424
"typescript-eslint": "^8.45.0"
2525
}
2626
}

packages/lezer-funql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"rollup": "^4.52.0",
2828
"rollup-plugin-dts": "^6.2.3",
2929
"rollup-plugin-ts": "^3.4.5",
30-
"typescript": "^5.8.3"
30+
"typescript": "^5.9.3"
3131
}
3232
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@workspace/typescript-config": "workspace:*",
3737
"eslint": "^9.36.0",
3838
"tailwindcss": "^4.1.12",
39-
"typescript": "^5.8.3"
39+
"typescript": "^5.9.3"
4040
},
4141
"exports": {
4242
"./globals.css": "./src/styles/globals.css",

0 commit comments

Comments
 (0)