Skip to content

Commit 961c8ea

Browse files
remove unused npx-import dependency (#4477)
1 parent 66d3972 commit 961c8ea

File tree

2 files changed

+53
-55
lines changed

2 files changed

+53
-55
lines changed

packages/wrangler/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
]
9494
},
9595
"transformIgnorePatterns": [
96-
"node_modules/.pnpm/(?!find-up|locate-path|p-locate|p-limit|p-timeout|p-queue|yocto-queue|path-exists|execa|strip-final-newline|npm-run-path|path-key|onetime|mimic-fn|human-signals|is-stream|get-port|supports-color|pretty-bytes|npx-import)"
96+
"node_modules/.pnpm/(?!find-up|locate-path|p-locate|p-limit|p-timeout|p-queue|yocto-queue|path-exists|execa|strip-final-newline|npm-run-path|path-key|onetime|mimic-fn|human-signals|is-stream|get-port|supports-color|pretty-bytes)"
9797
],
9898
"snapshotFormat": {
9999
"escapeString": true,
@@ -178,7 +178,6 @@
178178
"mime": "^3.0.0",
179179
"minimatch": "^5.1.0",
180180
"msw": "^0.49.1",
181-
"npx-import": "^1.1.3",
182181
"open": "^8.4.0",
183182
"p-queue": "^7.2.0",
184183
"patch-console": "^1.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)