Skip to content

Commit

Permalink
remove unused npx-import dependency (#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Nov 23, 2023
1 parent 66d3972 commit 961c8ea
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 55 deletions.
3 changes: 1 addition & 2 deletions packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
]
},
"transformIgnorePatterns": [
"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)"
"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)"
],
"snapshotFormat": {
"escapeString": true,
Expand Down Expand Up @@ -178,7 +178,6 @@
"mime": "^3.0.0",
"minimatch": "^5.1.0",
"msw": "^0.49.1",
"npx-import": "^1.1.3",
"open": "^8.4.0",
"p-queue": "^7.2.0",
"patch-console": "^1.0.0",
Expand Down
105 changes: 52 additions & 53 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 961c8ea

Please sign in to comment.