Skip to content

Commit

Permalink
Merge pull request #97 from department-of-veterans-affairs/feature/71…
Browse files Browse the repository at this point in the history
…94-roettger-ImproveComponentsPackageStructure

[CU] Update yarn and tweak Storybook
  • Loading branch information
TimRoe authored Jan 11, 2024
2 parents 2280aa1 + ed92818 commit de745ec
Show file tree
Hide file tree
Showing 7 changed files with 9,143 additions and 9,151 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
enableTransparentWorkspaces: false

yarnPath: .yarn/releases/yarn-3.6.1.cjs
nodeLinker: node-modules

enableTransparentWorkspaces: false
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=18.0.0"
},
"homepage": "https://github.com/department-of-veterans-affairs/va-mobile-library#readme",
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/components/.storybook/web/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ module.exports = {
],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
{
name: '@storybook/addon-essentials',
options: {
backgrounds: false,
},
},
'@storybook/addon-react-native-web',
'storybook-addon-designs',
'storybook-dark-mode',
Expand Down
Loading

0 comments on commit de745ec

Please sign in to comment.