Skip to content

Commit

Permalink
WIP(babel-plugin-transform-imports,ui-karma-config): add globby comments
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent a4358ea commit 4b71515
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"react-docgen": "6.0.0-alpha.3",
"webpack": "^5.89.0"
},
"//dependency-comments": {
"globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
},
"resolutions": {
"@storybook/react/webpack": "^5"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/babel-plugin-transform-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"dependencies": {
"globby": "^11.1.0"
},
"//dependency-comments": {
"globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/ui-karma-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"karma-webpack": "^5.0.0",
"process": "^0.11.10"
},
"//dependency-comments": {
"globby": "since 12.0.0 globby is pure ESM, it cannot be require()'d"
},
"peerDependencies": {
"mocha": "^10",
"webpack": "^5"
Expand Down

0 comments on commit 4b71515

Please sign in to comment.