Skip to content

Commit

Permalink
fix(bezier-react): use package from @channel.io scope
Browse files Browse the repository at this point in the history
this package is public to anonymous user
  • Loading branch information
inhibitor1217 committed Sep 28, 2022
1 parent 163d862 commit 9dee6f1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/bezier-react/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ReactDocgenTypescriptPlugin = require('@channel-io/react-docgen-typescript-plugin').default
const ReactDocgenTypescriptPlugin = require('@channel.io/react-docgen-typescript-plugin').default
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin')

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@channel-io/react-docgen-typescript-plugin": "^1.0.0",
"@channel.io/react-docgen-typescript-plugin": "^1.0.0",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1972,25 +1972,6 @@ __metadata:
languageName: node
linkType: hard

"@channel-io/react-docgen-typescript-plugin@npm:^1.0.0":
version: 1.0.0
resolution: "@channel-io/react-docgen-typescript-plugin@npm:1.0.0::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40channel-io%2Freact-docgen-typescript-plugin%2F1.0.0%2F1c27bcb6076104791b88b0a6cbc9ce59094335d0"
dependencies:
debug: ^4.1.1
endent: ^2.0.1
find-cache-dir: ^3.3.1
flat-cache: ^3.0.4
micromatch: ^4.0.2
react-docgen-typescript: ^2.0.0
tslib: ^2.0.0
webpack-sources: ^2.2.0
peerDependencies:
typescript: ">= 4.3.0"
webpack: ">= 4"
checksum: 1017805eb2f01a8bec6aa19d0d40ede82b32c563755c8719bf0825209b25a9dfb089d3632c30a5183ab202daa6cecf8d17eba6bd84450734127705fb79a29f86
languageName: node
linkType: hard

"@channel.io/bezier-react@workspace:^, @channel.io/bezier-react@workspace:packages/bezier-react":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
Expand All @@ -2002,7 +1983,7 @@ __metadata:
"@babel/preset-react": ^7.12.10
"@babel/preset-typescript": ^7.12.7
"@babel/runtime": ^7.12.13
"@channel-io/react-docgen-typescript-plugin": ^1.0.0
"@channel.io/react-docgen-typescript-plugin": ^1.0.0
"@mdx-js/react": ^1.6.22
"@radix-ui/react-separator": ^1.0.0
"@rollup/plugin-babel": ^5.3.0
Expand Down Expand Up @@ -2100,6 +2081,25 @@ __metadata:
languageName: node
linkType: hard

"@channel.io/react-docgen-typescript-plugin@npm:^1.0.0":
version: 1.0.0
resolution: "@channel.io/react-docgen-typescript-plugin@npm:1.0.0"
dependencies:
debug: ^4.1.1
endent: ^2.0.1
find-cache-dir: ^3.3.1
flat-cache: ^3.0.4
micromatch: ^4.0.2
react-docgen-typescript: ^2.0.0
tslib: ^2.0.0
webpack-sources: ^2.2.0
peerDependencies:
typescript: ">= 4.3.0"
webpack: ">= 4"
checksum: 63b57803cdb079ffdc58649b0d2c81b9509d7e9cd379872de0dda6bed73053f4c8ff0306f0ade02fee78728c9c672180beb5801c2ebb8c0b20ea4c8964606c07
languageName: node
linkType: hard

"@channel.io/stylelint-config@npm:^1.2.0":
version: 1.2.0
resolution: "@channel.io/stylelint-config@npm:1.2.0"
Expand Down

0 comments on commit 9dee6f1

Please sign in to comment.