fix(deps): update dependency @babel/types to v7.18.4

This commit is contained in:
Renovate Bot
2022-05-29 22:44:35 +00:00
parent dcfdccf854
commit 16e94d450b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@babel/types": "7.18.2",
"@babel/types": "7.18.4",
"@react-native-community/hooks": "^2.8.1",
"css-mediaquery": "^0.1.2",
"css-to-react-native": "^3.0.0",
@@ -1494,9 +1494,9 @@
"dev": true
},
"node_modules/@babel/types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz",
"integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==",
"version": "7.18.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz",
"integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==",
"dependencies": {
"@babel/helper-validator-identifier": "^7.16.7",
"to-fast-properties": "^2.0.0"
@@ -22319,9 +22319,9 @@
}
},
"@babel/types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz",
"integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==",
"version": "7.18.4",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz",
"integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==",
"requires": {
"@babel/helper-validator-identifier": "^7.16.7",
"to-fast-properties": "^2.0.0"

View File

@@ -46,7 +46,7 @@
"types.d.ts"
],
"dependencies": {
"@babel/types": "7.18.2",
"@babel/types": "7.18.4",
"@react-native-community/hooks": "^2.8.1",
"css-mediaquery": "^0.1.2",
"css-to-react-native": "^3.0.0",