Skip to content

Commit

Permalink
Remove escalade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre de la Martiniere committed Oct 31, 2022
1 parent aa81f9f commit 1218077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"webpack"
],
"dependencies": {
"enhanced-resolve": "^5.10.0",
"escalade": "^3.1.1"
"enhanced-resolve": "^5.10.0"
},
"devDependencies": {
"@types/jest-environment-puppeteer": "5.0.2",
Expand Down
1 change: 0 additions & 1 deletion src/next-transpile-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const path = require('path');
const process = require('process');

const enhancedResolve = require('enhanced-resolve');
const escalade = require('escalade/sync');

// Use me when needed
// const util = require('util');
Expand Down

0 comments on commit 1218077

Please sign in to comment.