mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
chore(deps): update dependency @storybook/preset-create-react-app to v3.1.5
This commit is contained in:
committed by
Łukasz Mierzwa
parent
dca5a71939
commit
aa8d41a44a
Generated
+24
-4
@@ -3189,24 +3189,44 @@
|
||||
}
|
||||
},
|
||||
"@storybook/preset-create-react-app": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.4.tgz",
|
||||
"integrity": "sha512-VwzGCvv+HnEDXxSwF6ITRIZ4EaMhiMu1Mxrwm+nb49XTT2VME8VTzmbDjrdpZXPXUJrwLYmvqzaBT/qGZoMlgA==",
|
||||
"version": "3.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-3.1.5.tgz",
|
||||
"integrity": "sha512-tzYcCRD5j22/HoDZ1tvsKaVnzyd4qqTE9sn3cx56Reb0XHcm4XkvG87jx0NvBGPCZrsThyBAtB3+XNxoFbI+9Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/babel__core": "^7.1.7",
|
||||
"@types/webpack": "^4.41.13",
|
||||
"babel-plugin-react-docgen": "^4.1.0",
|
||||
"pnp-webpack-plugin": "^1.6.4",
|
||||
"react-docgen-typescript-plugin": "^0.5.0",
|
||||
"react-docgen-typescript-plugin": "^0.6.2",
|
||||
"semver": "^7.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-docgen-typescript-plugin": {
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-0.6.2.tgz",
|
||||
"integrity": "sha512-Orw0WKdJGAg5eMZGbEMw/rKonoxbi8epU6RJWTW3ukWuTarxckFXTltGvm8XADAWlBHak30KD71XThtJruxfTg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"endent": "^2.0.1",
|
||||
"micromatch": "^4.0.2",
|
||||
"react-docgen-typescript": "^1.20.1",
|
||||
"react-docgen-typescript-loader": "^3.7.2",
|
||||
"tslib": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"semver": {
|
||||
"version": "7.3.2",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
|
||||
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
|
||||
"dev": true
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
|
||||
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/travis-cli": "11.0.0",
|
||||
"@percy-io/percy-storybook": "2.1.0",
|
||||
"@storybook/preset-create-react-app": "3.1.4",
|
||||
"@storybook/preset-create-react-app": "3.1.5",
|
||||
"@testing-library/react-hooks": "3.4.2",
|
||||
"depcheck": "1.2.0",
|
||||
"diffable-html": "4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user