Skip to content

Commit

Permalink
fix: react-components scss (#133)
Browse files Browse the repository at this point in the history
fix: fix react-components scss
- update vanilla framework
  • Loading branch information
petermakowski authored Apr 25, 2024
1 parent 08510a2 commit c022141
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
autodocs: "tag",
},
features: {
storyStoreV7: false,
storyStoreV7: true,
},
};

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
},
"peerDependencies": {
"@canonical/react-components": "0.52.0",
"@tanstack/react-table": "^8.15.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"classnames": "^2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-router-dom": "^6.0.0",
"vanilla-framework": "^4.6.0",
"@tanstack/react-table": "^8.15.3"
"vanilla-framework": "^4.10.0"
}
}

0 comments on commit c022141

Please sign in to comment.