Skip to content

Commit

Permalink
refactor: replace ultraflag with @bomb.sh/args (#4857)
Browse files Browse the repository at this point in the history
The project migrated to the new name.
No changes.
  • Loading branch information
TrySound authored Feb 11, 2025
1 parent a03697e commit 9e710f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/builder/app/builder/features/settings-panel/curl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ResourceRequest } from "@webstudio-is/sdk";
import { tokenizeArgs } from "args-tokenizer";
import { parse as parseArgs } from "ultraflag";
import { parse as parseArgs } from "@bomb.sh/args";

/*
Expand Down
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
"@bomb.sh/args": "^0.3.0",
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-css": "^6.3.1",
Expand Down Expand Up @@ -114,7 +115,6 @@
"strip-indent": "^4.0.0",
"tiny-invariant": "^1.3.3",
"title-case": "^4.3.2",
"ultraflag": "^0.2.3",
"untruncate-json": "^0.0.1",
"urlpattern-polyfill": "^10.0.0",
"use-debounce": "^10.0.4",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e710f4

Please sign in to comment.