Skip to content

Commit 4e06f46

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 61f62d4 commit 4e06f46

5 files changed

Lines changed: 217 additions & 16 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.58.0",
4949
"oxlint": "^1.73.0",
5050
"rimraf": "^6.1.3",
51-
"typescript": "^6.0.3",
51+
"typescript": "^7.0.2",
5252
"vite": "^8.1.4"
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.10"
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.10"
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.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
}

pnpm-lock.yaml

Lines changed: 213 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)