Skip to content

Commit 6035fb6

Browse files
build(deps-dev): bump typescript from 5.9.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2417f01 commit 6035fb6

22 files changed

Lines changed: 336 additions & 135 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"jest": "^29.7.0",
6363
"ts-jest": "^29.1.4",
6464
"ts-node": "^10.9.2",
65-
"typescript": "^5.4.5"
65+
"typescript": "^7.0.2"
6666
}
6767
}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jsdom": "^24.1.0",
6363
"postcss": "^8.4.38",
6464
"tailwindcss": "^3.4.4",
65-
"typescript": "^5.4.5",
65+
"typescript": "^7.0.2",
6666
"vitest": "^1.6.0"
6767
}
6868
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prettier": "^3.2.5",
6969
"prettier-plugin-tailwindcss": "^0.5.14",
7070
"turbo": "^2.0.4",
71-
"typescript": "^5.4.5"
71+
"typescript": "^7.0.2"
7272
},
7373
"lint-staged": {
7474
"*.{ts,tsx,js,jsx}": [

packages/ai-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@veridion/tsconfig": "workspace:*",
28-
"typescript": "^5.4.5",
28+
"typescript": "^7.0.2",
2929
"vitest": "^1.6.0"
3030
}
3131
}

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/bcryptjs": "^2.4.6",
3030
"@types/jsonwebtoken": "^9.0.6",
3131
"@veridion/tsconfig": "workspace:*",
32-
"typescript": "^5.4.5",
32+
"typescript": "^7.0.2",
3333
"vitest": "^1.6.0"
3434
}
3535
}

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@veridion/tsconfig": "workspace:*",
3232
"prisma": "^5.14.0",
3333
"tsx": "^4.11.0",
34-
"typescript": "^5.4.5",
34+
"typescript": "^7.0.2",
3535
"vitest": "^1.6.0"
3636
}
3737
}

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/node": "^20.12.12",
2626
"@veridion/tsconfig": "workspace:*",
27-
"typescript": "^5.4.5",
27+
"typescript": "^7.0.2",
2828
"vitest": "^1.6.0"
2929
}
3030
}

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@veridion/tsconfig": "workspace:*",
26-
"typescript": "^5.4.5",
26+
"typescript": "^7.0.2",
2727
"vitest": "^1.6.0"
2828
}
2929
}

packages/report-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@veridion/tsconfig": "workspace:*",
27-
"typescript": "^5.4.5",
27+
"typescript": "^7.0.2",
2828
"vitest": "^1.6.0"
2929
}
3030
}

packages/scanner-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@veridion/tsconfig": "workspace:*",
28-
"typescript": "^5.4.5",
28+
"typescript": "^7.0.2",
2929
"vitest": "^1.6.0"
3030
}
3131
}

0 commit comments

Comments
 (0)