mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
chore(deps): update dependency @storybook/testing-library to v0.2.2
This commit is contained in:
parent
ab35cd6ad1
commit
65dbd4a079
2 changed files with 6 additions and 6 deletions
10
web/package-lock.json
generated
10
web/package-lock.json
generated
|
@ -69,7 +69,7 @@
|
|||
"@storybook/mdx2-csf": "0.0.3",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "6.5.16",
|
||||
"@storybook/testing-library": "0.2.1",
|
||||
"@storybook/testing-library": "0.2.2",
|
||||
"@svgr/webpack": "8.1.0",
|
||||
"@types/chart.js": "2.9.38",
|
||||
"@types/classnames": "2.3.1",
|
||||
|
@ -13079,13 +13079,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@storybook/testing-library": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.1.tgz",
|
||||
"integrity": "sha512-AdbfLCm1C2nEFrhA3ScdicfW6Fjcorehr6RlGwECMiWwaXisnP971Wd4psqtWxlAqQo4tYBZ0f6rJ3J78JLtsg==",
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/testing-library/-/testing-library-0.2.2.tgz",
|
||||
"integrity": "sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@testing-library/user-event": "~14.4.0",
|
||||
"@testing-library/user-event": "^14.4.0",
|
||||
"ts-dedent": "^2.2.0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"@storybook/mdx2-csf": "0.0.3",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "6.5.16",
|
||||
"@storybook/testing-library": "0.2.1",
|
||||
"@storybook/testing-library": "0.2.2",
|
||||
"@svgr/webpack": "8.1.0",
|
||||
"@types/chart.js": "2.9.38",
|
||||
"@types/classnames": "2.3.1",
|
||||
|
|
Loading…
Reference in a new issue