Skip to content

Commit

Permalink
build: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert authored and Yolijn committed Jan 6, 2024
1 parent 5f0649b commit 97ef24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .ncurc.major.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const minorConfig = require('./.ncurc.minor');

module.exports = {
reject: ['@mdx-js/react', ...minorConfig.reject],
reject: [...minorConfig.reject],
};
11 changes: 1 addition & 10 deletions packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@
"keywords": [
"nl-design-system"
],
"private": true,
"devDependencies": {
"@babel/core": "7.23.7",
"@mdx-js/react": "1.6.22",
"@storybook/addon-docs": "7.6.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"webpack": "5.89.0"
}
"private": true
}
32 changes: 1 addition & 31 deletions pnpm-lock.yaml

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

1 comment on commit 97ef24d

@vercel
Copy link

@vercel vercel bot commented on 97ef24d Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.