Skip to content

Commit 9e710f4

Browse files
authored
refactor: replace ultraflag with @bomb.sh/args (#4857)
The project migrated to the new name. No changes.
1 parent a03697e commit 9e710f4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apps/builder/app/builder/features/settings-panel/curl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ResourceRequest } from "@webstudio-is/sdk";
22
import { tokenizeArgs } from "args-tokenizer";
3-
import { parse as parseArgs } from "ultraflag";
3+
import { parse as parseArgs } from "@bomb.sh/args";
44

55
/*
66

apps/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
21+
"@bomb.sh/args": "^0.3.0",
2122
"@codemirror/autocomplete": "^6.18.4",
2223
"@codemirror/commands": "^6.8.0",
2324
"@codemirror/lang-css": "^6.3.1",
@@ -114,7 +115,6 @@
114115
"strip-indent": "^4.0.0",
115116
"tiny-invariant": "^1.3.3",
116117
"title-case": "^4.3.2",
117-
"ultraflag": "^0.2.3",
118118
"untruncate-json": "^0.0.1",
119119
"urlpattern-polyfill": "^10.0.0",
120120
"use-debounce": "^10.0.4",

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)