Skip to content

Commit e60db0b

Browse files
chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group
Bumps the all-major group with 1 update: [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 1827383 commit e60db0b

5 files changed

Lines changed: 575 additions & 74 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"oxfmt": "^0.57.0",
4949
"oxlint": "^1.72.0",
5050
"rimraf": "^6.1.3",
51-
"typescript": "^6.0.3",
51+
"typescript": "^7.0.2",
5252
"vite": "^8.1.3"
5353
},
5454
"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.9"
9797
},
9898
"engines": {

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"adm-zip": "^0.5.18",
4747
"dotenv-cli": "^11.0.0",
4848
"tsx": "^4.23.0",
49-
"typescript": "^6.0.3",
49+
"typescript": "^7.0.2",
5050
"vitest": "^4.1.9"
5151
}
5252
}

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.0",
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.9"
2828
}
2929
}

0 commit comments

Comments
 (0)