Update babel-plugin-react-native-web dependencies

This commit is contained in:
Nicolas Gallagher
2022-07-03 16:59:15 -07:00
parent b6f844da30
commit b7dd6b66d0
2 changed files with 9 additions and 13 deletions
+8 -11
View File
@@ -3938,11 +3938,10 @@
"link": true "link": true
}, },
"node_modules/babel-plugin-tester": { "node_modules/babel-plugin-tester": {
"version": "10.0.0", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-10.0.0.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-10.1.0.tgz",
"integrity": "sha512-RHlDIUtfdlFvUXHTWroyL3iz9OZnPYgcaDIUrp4ejXrzSClRx3ldJlhaOauvblJqZEPb/7HR32gLZT45lgOXFg==", "integrity": "sha512-4P2tNaM/Mtg6ytA9YAqmgONnMYqWvdbGDuwRTpIIC9yFZGQrEHoyvDPCx+X1QALAufVb5DKieOPGj5dffiEiNg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@types/babel-plugin-tester": "^9.0.0", "@types/babel-plugin-tester": "^9.0.0",
"lodash.mergewith": "^4.6.2", "lodash.mergewith": "^4.6.2",
@@ -14680,8 +14679,7 @@
"version": "0.18.4", "version": "0.18.4",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "babel-plugin-tester": "^10.1.0"
"babel-plugin-tester": "^10.0.0"
} }
}, },
"packages/benchmarks": { "packages/benchmarks": {
@@ -17642,14 +17640,13 @@
"babel-plugin-react-native-web": { "babel-plugin-react-native-web": {
"version": "file:packages/babel-plugin-react-native-web", "version": "file:packages/babel-plugin-react-native-web",
"requires": { "requires": {
"@babel/core": "^7.12.13", "babel-plugin-tester": "^10.1.0"
"babel-plugin-tester": "^10.0.0"
} }
}, },
"babel-plugin-tester": { "babel-plugin-tester": {
"version": "10.0.0", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-10.0.0.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-tester/-/babel-plugin-tester-10.1.0.tgz",
"integrity": "sha512-RHlDIUtfdlFvUXHTWroyL3iz9OZnPYgcaDIUrp4ejXrzSClRx3ldJlhaOauvblJqZEPb/7HR32gLZT45lgOXFg==", "integrity": "sha512-4P2tNaM/Mtg6ytA9YAqmgONnMYqWvdbGDuwRTpIIC9yFZGQrEHoyvDPCx+X1QALAufVb5DKieOPGj5dffiEiNg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/babel-plugin-tester": "^9.0.0", "@types/babel-plugin-tester": "^9.0.0",
@@ -7,8 +7,7 @@
"description": "Babel plugin for React Native for Web", "description": "Babel plugin for React Native for Web",
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "babel-plugin-tester": "^10.1.0"
"babel-plugin-tester": "^10.0.0"
}, },
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"license": "MIT", "license": "MIT",