Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump @flex-development/tutils from 6.0.0-alpha.19 to 6.0.0-alpha.20 #287

Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"typecheck:watch": "vitest typecheck"
},
"dependencies": {
"@flex-development/tutils": "6.0.0-alpha.19",
"@flex-development/tutils": "6.0.0-alpha.20",
"node-inspect-extracted": "2.0.2"
},
"devDependencies": {
Expand Down Expand Up @@ -169,7 +169,7 @@
},
"resolutions": {
"@ardatan/sync-fetch": "larsgw/sync-fetch#head=worker_threads",
"@flex-development/tutils": "6.0.0-alpha.19"
"@flex-development/tutils": "6.0.0-alpha.20"
},
"engines": {
"node": ">=16.20.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ __metadata:
"@flex-development/pathe": "npm:2.0.0"
"@flex-development/pkg-types": "npm:3.0.0"
"@flex-development/tsconfig-utils": "npm:2.0.1"
"@flex-development/tutils": "npm:6.0.0-alpha.19"
"@flex-development/tutils": "npm:6.0.0-alpha.20"
"@graphql-eslint/eslint-plugin": "npm:3.20.1"
"@types/chai": "npm:4.3.5"
"@types/chai-string": "npm:1.4.2"
Expand Down Expand Up @@ -1611,12 +1611,12 @@ __metadata:
languageName: node
linkType: hard

"@flex-development/tutils@npm:6.0.0-alpha.19":
version: 6.0.0-alpha.19
resolution: "@flex-development/tutils@npm:6.0.0-alpha.19::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftutils%2F6.0.0-alpha.19%2F96c75f784454d33cabf2d2426902d1ae4faef76d"
"@flex-development/tutils@npm:6.0.0-alpha.20":
version: 6.0.0-alpha.20
resolution: "@flex-development/tutils@npm:6.0.0-alpha.20::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Ftutils%2F6.0.0-alpha.20%2Fe718f70cb73075438a96093ff9bc681257ee436f"
peerDependencies:
typescript: ">=5.0.4"
checksum: d8cb97913523e07b472c31afc0927460f80aad60279354ddf0456d360ae015538265cd47e54e5d254c685474080a4bc6df7604fdc672c63474da7e35ab292ca2
checksum: 6a64f5599bfd258f4bfc6bf0472caa12fafe42afe6467725fa1c217ab3ab360768f2e40f94baea2b56bf52920731cd3ed1c0d29b5c8512d33b26a476f6953414
languageName: node
linkType: hard

Expand Down
Loading