Skip to content

Commit 552dd5b

Browse files
chore: bump typescript in the all-major group across 1 directory
Bumps the all-major group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 805edba commit 552dd5b

5 files changed

Lines changed: 340 additions & 51 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"oxfmt": "^0.58.0",
4848
"oxlint": "^1.73.0",
4949
"rimraf": "^6.1.3",
50-
"typescript": "^6.0.3",
50+
"typescript": "^7.0.2",
5151
"vite": "^8.1.4"
5252
},
5353
"engines": {

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"tailwindcss": "^4.3.2",
9393
"tsx": "^4.23.0",
9494
"tw-animate-css": "^1.4.0",
95-
"typescript": "^6.0.3",
95+
"typescript": "^7.0.2",
9696
"vitest": "^4.1.10"
9797
},
9898
"engines": {

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"adm-zip": "^0.5.18",
4545
"dotenv-cli": "^11.0.0",
4646
"tsx": "^4.23.0",
47-
"typescript": "^6.0.3",
47+
"typescript": "^7.0.2",
4848
"vitest": "^4.1.10"
4949
}
5050
}

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^26.1.1",
2424
"dotenv-cli": "^11.0.0",
2525
"tsx": "^4.23.0",
26-
"typescript": "^6.0.3",
26+
"typescript": "^7.0.2",
2727
"vitest": "^4.1.10"
2828
}
2929
}

0 commit comments

Comments
 (0)