Skip to content

Commit

Permalink
build: install major updates
Browse files Browse the repository at this point in the history
Prevent Storybook from upgrading to v8 for now.
  • Loading branch information
matijs committed Mar 12, 2024
1 parent 132501b commit 4369419
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .ncurc.major.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const minorConfig = require('./.ncurc.minor');

module.exports = {
...minorConfig,
reject: [...minorConfig.reject],
reject: [...minorConfig.reject, 'storybook', '@storybook/*'],
target: 'latest',
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@lerna-lite/run": "3.3.1",
"@lerna-lite/version": "3.3.1",
"@types/node": "20.11.26",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
Loading

0 comments on commit 4369419

Please sign in to comment.