Skip to content

Commit

Permalink
Merge pull request #1077 from chromaui/cody/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade `subdir` deps
  • Loading branch information
codykaup authored Oct 3, 2024
2 parents 9507da9 + 442ebe7 commit 4271453
Show file tree
Hide file tree
Showing 3 changed files with 5,083 additions and 9,096 deletions.
15 changes: 15 additions & 0 deletions subdir/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
module.exports = {
stories: ['../*.stories.js'],

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

docs: {
autodocs: true
},

typescript: {
reactDocgen: 'react-docgen-typescript'
},

addons: ['@storybook/addon-webpack5-compiler-swc']
};
16 changes: 11 additions & 5 deletions subdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
"name": "subdir",
"version": "0.0.0",
"scripts": {
"start": "start-storybook",
"build": "build-storybook --webpack-stats-json --output-dir ../subdir-static",
"start": "storybook dev",
"build": "storybook build --stats-json --output-dir ../subdir-static",
"postbuild": "node -r esm ../bin-src/trimStatsFile.js ../subdir-static/preview-stats.json"
},
"dependencies": {
"@storybook/react": "^6.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@storybook/react": "^8.3.4",
"@storybook/react-webpack5": "^8.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@storybook/addon-webpack5-compiler-swc": "^1.0.5"
}
}
Loading

0 comments on commit 4271453

Please sign in to comment.