Merge branch 'next' into perf/esm-dist

This commit is contained in:
Michael Shilman 2020-12-01 19:14:54 +08:00
commit 6638cdba4e
7 changed files with 369 additions and 472 deletions

View File

@ -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
},
},

View File

@ -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"
},

View File

@ -80,6 +80,9 @@
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {

View File

@ -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",

View File

@ -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"
},

View File

@ -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",

824
yarn.lock

File diff suppressed because it is too large Load Diff