Skip to content

Commit

Permalink
fix(storybook-addon-rslib): update @rslib/core peerDependency to v0.2
Browse files Browse the repository at this point in the history
- because `>= 0.1.1` constraint actually causes error during npm install - NPM doesn't allow version 0.2 despite very open constraint
  • Loading branch information
michal-drobniak committed Dec 28, 2024
1 parent 6e947e5 commit 9096880
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/addon-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rslib/core": "^0.2.0",
"@rslib/core": "^0.2.2",
"@types/node": "^18.0.0",
"storybook": "8.5.0-alpha.22",
"storybook-builder-rsbuild": "workspace:*",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@rsbuild/core": "^1.0.1",
"@rslib/core": ">= 0.1.1",
"@rslib/core": "~0.2.2",
"storybook-builder-rsbuild": "*"
},
"peerDependenciesMeta": {
Expand Down
59 changes: 57 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 9096880

Please sign in to comment.