Skip to content

Commit

Permalink
Merge pull request #7 from storybookjs/valentin/adjust-storybook-dep-…
Browse files Browse the repository at this point in the history
…version-range

Update dependencies in package.json and pnpm-lock.yaml
  • Loading branch information
valentinpalkovic committed Mar 11, 2024
2 parents d669ff4 + 7d3379b commit 92641b8
Show file tree
Hide file tree
Showing 4 changed files with 718 additions and 297 deletions.
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./preset": {
"require": "./dist/preset.cjs",
"import": "./dist/preset.js"
},
"./preset": "./dist/preset.cjs",
"./package.json": "./package.json"
},
"main": "dist/preset.js",
"main": "dist/index.cjs",
"files": [
"dist/**/*",
"preset.js",
"src/**/*",
"README.md"
],
Expand All @@ -56,12 +54,14 @@
},
"dependencies": {
"@babel/core": "^7.23.7",
"@storybook/core-common": "next",
"babel-loader": "^9.1.3"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@storybook/types": "next",
"@storybook/core-common": "^8.0.0-rc.3",
"@storybook/manager": "^8.0.0-rc.3",
"@storybook/preview": "^8.0.0-rc.3",
"@storybook/types": "^8.0.0-rc.3",
"auto": "^11.1.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
Expand All @@ -75,5 +75,13 @@
"plugins": [
"npm"
]
},
"bundler": {
"exportEntries": [
"src/index.ts"
],
"nodeEntries": [
"src/preset.ts"
]
}
}

0 comments on commit 92641b8

Please sign in to comment.