chore(deps): update babel monorepo to v7.18.13

This commit is contained in:
renovate[bot]
2022-08-22 20:11:54 +00:00
committed by GitHub
parent ad00b1d00c
commit 7f4287ee46
5 changed files with 73 additions and 73 deletions

View File

@@ -32,7 +32,7 @@
"twrnc": "3.4.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"patch-package": "6.4.7"
},
"private": true

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@swc/plugin-transform-imports": "1.2.7",
"nativewind": "2.0.0-next.64",
"tailwindcss": "3.1.8"

View File

@@ -14,7 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@codemirror/lang-javascript": "6.0.2",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",

136
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"twrnc": "3.4.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"patch-package": "6.4.7"
}
},
@@ -207,7 +207,7 @@
"dependencies": {
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@swc/plugin-transform-imports": "1.2.7",
"nativewind": "2.0.0-next.64",
"tailwindcss": "3.1.8"
@@ -236,7 +236,7 @@
"apps/website": {
"version": "0.0.0",
"dependencies": {
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@codemirror/lang-javascript": "6.0.2",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
@@ -496,20 +496,20 @@
}
},
"node_modules/@babel/core": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz",
"integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz",
"integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==",
"dependencies": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.18.10",
"@babel/generator": "^7.18.13",
"@babel/helper-compilation-targets": "^7.18.9",
"@babel/helper-module-transforms": "^7.18.9",
"@babel/helpers": "^7.18.9",
"@babel/parser": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.18.10",
"@babel/types": "^7.18.10",
"@babel/traverse": "^7.18.13",
"@babel/types": "^7.18.13",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -533,11 +533,11 @@
}
},
"node_modules/@babel/generator": {
"version": "7.18.12",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz",
"integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
"integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
"dependencies": {
"@babel/types": "^7.18.10",
"@babel/types": "^7.18.13",
"@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1"
},
@@ -932,9 +932,9 @@
}
},
"node_modules/@babel/parser": {
"version": "7.18.11",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz",
"integrity": "sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
"integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
"bin": {
"parser": "bin/babel-parser.js"
},
@@ -2302,9 +2302,9 @@
}
},
"node_modules/@babel/standalone": {
"version": "7.18.12",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.18.12.tgz",
"integrity": "sha512-wDh3K5IUJiSMAY0MLYBFoCaj2RCZwvDz5BHn2uHat9KOsGWEVDFgFQFIOO+81Js2phFKNppLC45iOCsZVfJniw==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.18.13.tgz",
"integrity": "sha512-5hjvvFkaXyfQri+s4CAZtx6FTKclfTNd2QN2RwgzCVJhnYYgKh4YFBCnNJSxurzvpSKD2NmpCkoWAkMc+j9y+g==",
"engines": {
"node": ">=6.9.0"
}
@@ -2323,18 +2323,18 @@
}
},
"node_modules/@babel/traverse": {
"version": "7.18.11",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz",
"integrity": "sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
"integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.18.10",
"@babel/generator": "^7.18.13",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.18.9",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.18.11",
"@babel/types": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/types": "^7.18.13",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
@@ -2350,9 +2350,9 @@
}
},
"node_modules/@babel/types": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz",
"integrity": "sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
"integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
"dependencies": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",
@@ -16742,9 +16742,9 @@
}
},
"node_modules/expo-constants": {
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-13.2.3.tgz",
"integrity": "sha512-2Rrp7GtSTeW7gNz3BsZ+AWMBbBaBnymELuo1ecTQ6fga8F5IRXgj1TW5yFpTmqOTtVfCiQfS0M1QO+JZEatPCQ==",
"version": "13.2.4",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-13.2.4.tgz",
"integrity": "sha512-Zobau8EuTk2GgafwkfGnWM6CmSLB7X8qnQXVuXe0nd3v92hfQUmRWGhJwH88uxXj3LrfqctM6PaJ8taG1vxfBw==",
"dependencies": {
"@expo/config": "~7.0.0",
"uuid": "^3.3.2"
@@ -31084,7 +31084,7 @@
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.18.7",
"@babel/types": "7.18.10",
"@babel/types": "7.18.13",
"css-mediaquery": "^0.1.2",
"css-to-react-native": "^3.0.0",
"micromatch": "^4.0.5",
@@ -31097,7 +31097,7 @@
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@babel/plugin-syntax-jsx": "7.18.6",
"@cspell/eslint-plugin": "6.7.0",
"@testing-library/react-hooks": "8.0.1",
@@ -31259,20 +31259,20 @@
"version": "7.18.8"
},
"@babel/core": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz",
"integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz",
"integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==",
"requires": {
"@ampproject/remapping": "^2.1.0",
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.18.10",
"@babel/generator": "^7.18.13",
"@babel/helper-compilation-targets": "^7.18.9",
"@babel/helper-module-transforms": "^7.18.9",
"@babel/helpers": "^7.18.9",
"@babel/parser": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/traverse": "^7.18.10",
"@babel/types": "^7.18.10",
"@babel/traverse": "^7.18.13",
"@babel/types": "^7.18.13",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
@@ -31288,11 +31288,11 @@
}
},
"@babel/generator": {
"version": "7.18.12",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz",
"integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
"integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
"requires": {
"@babel/types": "^7.18.10",
"@babel/types": "^7.18.13",
"@jridgewell/gen-mapping": "^0.3.2",
"jsesc": "^2.5.1"
},
@@ -31548,9 +31548,9 @@
}
},
"@babel/parser": {
"version": "7.18.11",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz",
"integrity": "sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ=="
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
"integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg=="
},
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
"version": "7.18.6",
@@ -32312,9 +32312,9 @@
}
},
"@babel/standalone": {
"version": "7.18.12",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.18.12.tgz",
"integrity": "sha512-wDh3K5IUJiSMAY0MLYBFoCaj2RCZwvDz5BHn2uHat9KOsGWEVDFgFQFIOO+81Js2phFKNppLC45iOCsZVfJniw=="
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.18.13.tgz",
"integrity": "sha512-5hjvvFkaXyfQri+s4CAZtx6FTKclfTNd2QN2RwgzCVJhnYYgKh4YFBCnNJSxurzvpSKD2NmpCkoWAkMc+j9y+g=="
},
"@babel/template": {
"version": "7.18.10",
@@ -32327,18 +32327,18 @@
}
},
"@babel/traverse": {
"version": "7.18.11",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz",
"integrity": "sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
"integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
"requires": {
"@babel/code-frame": "^7.18.6",
"@babel/generator": "^7.18.10",
"@babel/generator": "^7.18.13",
"@babel/helper-environment-visitor": "^7.18.9",
"@babel/helper-function-name": "^7.18.9",
"@babel/helper-hoist-variables": "^7.18.6",
"@babel/helper-split-export-declaration": "^7.18.6",
"@babel/parser": "^7.18.11",
"@babel/types": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/types": "^7.18.13",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
@@ -32349,9 +32349,9 @@
}
},
"@babel/types": {
"version": "7.18.10",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz",
"integrity": "sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==",
"version": "7.18.13",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
"integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
"requires": {
"@babel/helper-string-parser": "^7.18.10",
"@babel/helper-validator-identifier": "^7.18.6",
@@ -39966,7 +39966,7 @@
"benchmarks": {
"version": "file:apps/benchmarks",
"requires": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@tamagui/babel-plugin": "1.0.1-beta.153",
"chart.js": "3.9.1",
"chartjs-chart-error-bars": "3.9.0",
@@ -41789,7 +41789,7 @@
"requires": {
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@swc/plugin-transform-imports": "1.2.7",
"nativewind": "2.0.0-next.64",
"tailwindcss": "3.1.8",
@@ -42669,9 +42669,9 @@
}
},
"expo-constants": {
"version": "13.2.3",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-13.2.3.tgz",
"integrity": "sha512-2Rrp7GtSTeW7gNz3BsZ+AWMBbBaBnymELuo1ecTQ6fga8F5IRXgj1TW5yFpTmqOTtVfCiQfS0M1QO+JZEatPCQ==",
"version": "13.2.4",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-13.2.4.tgz",
"integrity": "sha512-Zobau8EuTk2GgafwkfGnWM6CmSLB7X8qnQXVuXe0nd3v92hfQUmRWGhJwH88uxXj3LrfqctM6PaJ8taG1vxfBw==",
"requires": {
"@expo/config": "~7.0.0",
"uuid": "^3.3.2"
@@ -47046,10 +47046,10 @@
"nativewind": {
"version": "file:packages/nativewind",
"requires": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@babel/generator": "^7.18.7",
"@babel/plugin-syntax-jsx": "7.18.6",
"@babel/types": "7.18.10",
"@babel/types": "7.18.13",
"@cspell/eslint-plugin": "6.7.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "11.0.0",
@@ -51848,7 +51848,7 @@
"website": {
"version": "file:apps/website",
"requires": {
"@babel/standalone": "7.18.12",
"@babel/standalone": "7.18.13",
"@codemirror/lang-javascript": "6.0.2",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",

View File

@@ -47,7 +47,7 @@
],
"dependencies": {
"@babel/generator": "^7.18.7",
"@babel/types": "7.18.10",
"@babel/types": "7.18.13",
"css-mediaquery": "^0.1.2",
"css-to-react-native": "^3.0.0",
"micromatch": "^4.0.5",
@@ -60,7 +60,7 @@
"use-sync-external-store": "^1.1.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@babel/plugin-syntax-jsx": "7.18.6",
"@cspell/eslint-plugin": "6.7.0",
"@testing-library/react-hooks": "8.0.1",