Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 26, 2024
1 parent 2d8656a commit e914aef
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 154 deletions.
13 changes: 10 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
/** @type {import('@storybook/react-vite').StorybookConfig} */
const config = {
stories: ['../src/**/*.stories.@(js|jsx)'],

addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@chromatic-com/storybook'
],

core: {},
docs: {
autodocs: 'tag',
},

docs: {},

framework: {
name: '@storybook/react-vite',
options: {},
},

typescript: {
reactDocgen: 'react-docgen-typescript'
}
};
export default config;
8 changes: 4 additions & 4 deletions functions/package-lock.json

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

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"firebase-admin": "^12.7.0",
"firebase-functions": "^6.1.1",
"googleapis": "^144.0.0",
"got": "^14.4.4",
"got": "^14.4.5",
"knex": "^3.1.0",
"pg": "^8.13.1",
"yup": "^1.4.0"
Expand Down
Loading

0 comments on commit e914aef

Please sign in to comment.