chore(deps): update dependency @testing-library/react to v12.1.3

This commit is contained in:
Renovate Bot
2022-02-15 23:25:44 +00:00
committed by renovate[bot]
parent 6f6b6cc84c
commit 904778c7a6
4 changed files with 17 additions and 32 deletions

View File

@ -132,7 +132,7 @@
"@codesee/babel-plugin-instrument": "0.189.0", "@codesee/babel-plugin-instrument": "0.189.0",
"@codesee/tracker": "0.189.0", "@codesee/tracker": "0.189.0",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
"babel-plugin-transform-imports": "2.0.0", "babel-plugin-transform-imports": "2.0.0",
"chokidar": "3.5.3", "chokidar": "3.5.3",

26
package-lock.json generated
View File

@ -301,7 +301,7 @@
"@codesee/babel-plugin-instrument": "0.189.0", "@codesee/babel-plugin-instrument": "0.189.0",
"@codesee/tracker": "0.189.0", "@codesee/tracker": "0.189.0",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
"babel-plugin-transform-imports": "2.0.0", "babel-plugin-transform-imports": "2.0.0",
"chokidar": "3.5.3", "chokidar": "3.5.3",
@ -14239,13 +14239,14 @@
} }
}, },
"node_modules/@testing-library/react": { "node_modules/@testing-library/react": {
"version": "12.1.2", "version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==", "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.0.0" "@testing-library/dom": "^8.0.0",
"@types/react-dom": "*"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -53160,7 +53161,7 @@
"@storybook/manager-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19", "@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"@types/jest": "27.4.0", "@types/jest": "27.4.0",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
"babel-loader": "8.2.3", "babel-loader": "8.2.3",
@ -55691,7 +55692,7 @@
"@stripe/react-stripe-js": "1.7.0", "@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.23.0", "@stripe/stripe-js": "1.23.0",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"@types/react-scrollable-anchor": "0.6.1", "@types/react-scrollable-anchor": "0.6.1",
"algoliasearch": "4.12.1", "algoliasearch": "4.12.1",
"assert": "2.0.0", "assert": "2.0.0",
@ -56058,7 +56059,7 @@
"@storybook/manager-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19", "@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"@types/jest": "27.4.0", "@types/jest": "27.4.0",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
"babel-loader": "8.2.3", "babel-loader": "8.2.3",
@ -64628,13 +64629,14 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "12.1.2", "version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==", "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.0.0" "@testing-library/dom": "^8.0.0",
"@types/react-dom": "*"
} }
}, },
"@testing-library/user-event": { "@testing-library/user-event": {

View File

@ -11745,23 +11745,6 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@testing-library/react": {
"version": "12.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz",
"integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.0.0"
},
"engines": {
"node": ">=12"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
},
"node_modules/@trysound/sax": { "node_modules/@trysound/sax": {
"version": "0.2.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
@ -46687,4 +46670,4 @@
"dev": true "dev": true
} }
} }
} }

View File

@ -41,7 +41,7 @@
"@storybook/manager-webpack5": "6.4.19", "@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19", "@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.2", "@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2", "@testing-library/react": "12.1.3",
"@types/jest": "27.4.0", "@types/jest": "27.4.0",
"autoprefixer": "10.4.2", "autoprefixer": "10.4.2",
"babel-loader": "8.2.3", "babel-loader": "8.2.3",