Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@chyzwar/tsconfig": "^0.4.0",
"eslint": "^9.33.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"peerDependencies": {
"eslint": "^9.2.0",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@chyzwar/tsconfig": "^0.4.0",
"@types/node": "^24.3.0",
"eslint": "^9.33.0",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@chyzwar/tsconfig": "^0.4.0",
"@types/node": "^24.3.0",
"eslint": "^9.33.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"peerDependencies": {
"@types/node": "> 20.0.0"
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ __metadata:
husky: "npm:^9.1.7"
lint-staged: "npm:^16.1.5"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.9.2"
typescript: "npm:^5.9.3"
vitest: "npm:^3.2.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -391,11 +391,11 @@ __metadata:
eslint: "npm:^9.33.0"
eslint-plugin-jest: "npm:^29.0.1"
globals: "npm:^16.3.0"
typescript: "npm:^5.9.2"
typescript: "npm:^5.9.3"
typescript-eslint: "npm:^8.40.0"
peerDependencies:
eslint: ^9.2.0
typescript: ^5.8.3
typescript: ^5.9.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -460,7 +460,7 @@ __metadata:
"@types/node": "npm:^24.3.0"
eslint: "npm:^9.33.0"
picocolors: "npm:^1.1.1"
typescript: "npm:^5.9.2"
typescript: "npm:^5.9.3"
vitest: "npm:^3.2.4"
peerDependencies:
"@types/node": "> 16.0.0"
Expand All @@ -477,7 +477,7 @@ __metadata:
"@chyzwar/tsconfig": "npm:^0.4.0"
"@types/node": "npm:^24.3.0"
eslint: "npm:^9.33.0"
typescript: "npm:^5.9.2"
typescript: "npm:^5.9.3"
peerDependencies:
"@types/node": "> 20.0.0"
bin:
Expand Down Expand Up @@ -7023,6 +7023,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.9.3":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/1a80183ef56148b93c8617f176d9f3bf2702d2767099bfd778e68c4c1ff6176c9eeeddb4203335d059bda9b15f0bd5e783a91e869d40d1ad5900a948c7b083e2
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.9.2#optional!builtin<compat/typescript>":
version: 5.9.2
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
Expand All @@ -7033,6 +7043,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c2/886a590c758dbe6d2ead59eeeb9b331308040b925525b9809a6ae32e16527d35018f446c514502915c8fb2083b237f81191df7c261d0c7739f62377758ddaf31
languageName: node
linkType: hard

"uglify-js@npm:^3.1.4":
version: 3.19.3
resolution: "uglify-js@npm:3.19.3"
Expand Down