Skip to content

Commit

Permalink
Replace some dev deps with native alternatives (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Oct 10, 2024
1 parent a7565d6 commit 85a13b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/lint-format.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const appDirectory = path.dirname(
);
const srcDirectory = path.join(appDirectory, 'src');
const testFile = (fileName) => path.join(srcDirectory, fileName);
const stripAnsi = require('strip-ansi');
const { stripVTControlCharacters: stripAnsi } = require('node:util');

const filesToLint = {
'utils.test.ts': dedent/* ts */ `
Expand Down
2 changes: 0 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"cross-spawn": "^7.0.3",
"dedent": "^1.5.1",
"jsonc-parser": "^3.0.0",
"node-fetch": "^2.6.9",
"strip-ansi": "^6.0.1",
"webpack": "^5.52.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.2"
Expand Down
1 change: 0 additions & 1 deletion tests/storybook-config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const {
getStoryPage,
getTextContentFromFrameOrPage,
} = require('@sku-private/test-utils');
const fetch = require('node-fetch');

const skuConfigFileName = 'sku.config.ts';
const appDir = path.dirname(
Expand Down

0 comments on commit 85a13b3

Please sign in to comment.