Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 18, 2023
1 parent 1f9d61b commit b51c07d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": [
"addon",
"background",
"react",
"storybook",
"essentials",
"design"
Expand Down
1 change: 0 additions & 1 deletion code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"keywords": [
"addon",
"jest",
"react",
"report",
"results",
"storybook",
Expand Down
12 changes: 0 additions & 12 deletions code/deprecated/manager-api-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@
"@storybook/client-logger": "7.1.0",
"@storybook/manager-api": "7.1.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare/addon-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const run = async ({ cwd, flags }: { cwd: string; flags: string[] }) => {
util: require.resolve('../node_modules/util/util.js'),
assert: require.resolve('browser-assert'),
}),
globalExternals(globals),
],
// noExternal: deps,
external: externals,
Expand Down

0 comments on commit b51c07d

Please sign in to comment.