mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 03:41:06 +08:00
Merge branch 'next' into perf/esm-dist
This commit is contained in:
commit
6638cdba4e
@ -39,6 +39,7 @@ module.exports = {
|
||||
rules: {
|
||||
'react/require-default-props': 'off',
|
||||
'react/prop-types': 'off', // we should use types
|
||||
'react/forbid-prop-types': 'off', // we should use types
|
||||
'no-dupe-class-members': 'off', // this is called overloads in typescript
|
||||
},
|
||||
},
|
||||
|
@ -53,7 +53,7 @@
|
||||
"jest-specific-snapshot": "^4.0.0",
|
||||
"pretty-format": "^26.4.0",
|
||||
"react-test-renderer": "^16.8.0 || ^17.0.0",
|
||||
"read-pkg-up": "^7.0.0",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"ts-dedent": "^2.0.0"
|
||||
},
|
||||
|
@ -80,6 +80,9 @@
|
||||
"peerDependenciesMeta": {
|
||||
"@babel/core": {
|
||||
"optional": true
|
||||
},
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
@ -50,7 +50,7 @@
|
||||
"@storybook/node-logger": "6.2.0-alpha.0",
|
||||
"@storybook/semver": "^7.3.2",
|
||||
"chalk": "^4.0.0",
|
||||
"commander": "^5.0.0",
|
||||
"commander": "^6.2.0",
|
||||
"core-js": "^3.0.1",
|
||||
"cross-spawn": "^7.0.0",
|
||||
"envinfo": "^7.5.1",
|
||||
|
@ -90,7 +90,7 @@
|
||||
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
||||
"chalk": "^4.0.0",
|
||||
"cli-table3": "0.6.0",
|
||||
"commander": "^5.0.0",
|
||||
"commander": "^6.2.0",
|
||||
"core-js": "^3.0.1",
|
||||
"cpy": "^8.1.1",
|
||||
"css-loader": "^3.5.3",
|
||||
@ -162,6 +162,11 @@
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
@ -144,7 +144,7 @@
|
||||
"chalk": "^4.0.0",
|
||||
"chromatic": "^5.0.0",
|
||||
"codecov": "^3.5.0",
|
||||
"commander": "^5.1.0",
|
||||
"commander": "^6.2.0",
|
||||
"concurrently": "^5.2.0",
|
||||
"core-js": "^3.0.1",
|
||||
"cross-env": "^7.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user