Skip to content

Commit

Permalink
chore: bump TSTyche (#14834)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored Jan 6, 2024
1 parent 8c3db5c commit e334898
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: ts integration
run: yarn test-ts --selectProjects ts-integration
- name: type tests
run: yarn tstyche --target 5.0,latest && yarn test-ts --selectProjects type-tests
run: yarn tstyche --target 5.0,current && yarn test-ts --selectProjects type-tests
- name: verify [email protected] compatibility
run: yarn verify-old-ts
- name: run ESLint with type info
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"strip-json-comments": "^3.1.1",
"tempy": "^1.0.0",
"ts-node": "^10.5.0",
"tstyche": "^1.0.0-beta.6",
"tstyche": "^1.0.0-beta.9",
"typescript": "^5.0.4",
"webpack": "^5.68.0",
"webpack-node-externals": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +3076,7 @@ __metadata:
strip-json-comments: ^3.1.1
tempy: ^1.0.0
ts-node: ^10.5.0
tstyche: ^1.0.0-beta.6
tstyche: ^1.0.0-beta.9
typescript: ^5.0.4
webpack: ^5.68.0
webpack-node-externals: ^3.0.0
Expand Down Expand Up @@ -20245,17 +20245,17 @@ __metadata:
languageName: node
linkType: hard

"tstyche@npm:^1.0.0-beta.6":
version: 1.0.0-beta.7
resolution: "tstyche@npm:1.0.0-beta.7"
"tstyche@npm:^1.0.0-beta.9":
version: 1.0.0-beta.9
resolution: "tstyche@npm:1.0.0-beta.9"
peerDependencies:
typescript: 4.x || 5.x
peerDependenciesMeta:
typescript:
optional: true
bin:
tstyche: ./build/bin.js
checksum: 7ae37a03d84b971b5ed9d88907959c2c9e34b7c1560b359a9483c0932b827ac05497367f8d2f28d476ce275d2bdc485486d17de63aa3d161ee16a66ecc0e165a
checksum: 448171bd7d747e4463c8d4bde67a05b16300fba098e07cb576c64fe1524dedcb02f087e5291be35d883d06fa70a61d7c313ca07cc33e43fd104fcf6246cc97e6
languageName: node
linkType: hard

Expand Down

0 comments on commit e334898

Please sign in to comment.