Skip to content

Commit c6117bd

Browse files
chore(deps-dev): bump @types/babel__core from 7.1.14 to 7.1.18
Bumps [@types/babel__core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/babel__core) from 7.1.14 to 7.1.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/babel__core) --- updated-dependencies: - dependency-name: "@types/babel__core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb9fa00 commit c6117bd

4 files changed

Lines changed: 8 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-react": "7.13.13",
2121
"@babel/preset-typescript": "7.7.7",
2222
"@babel/register": "7.14.5",
23-
"@types/babel__core": "7.1.14",
23+
"@types/babel__core": "7.1.18",
2424
"@types/babel__generator": "7.6.2",
2525
"@types/babel__template": "7.4.0",
2626
"@types/babel__traverse": "7.11.1",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"babel-plugin-require-context-hook": "1.0.0"
2121
},
2222
"devDependencies": {
23-
"@types/babel__core": "7.1.14"
23+
"@types/babel__core": "7.1.18"
2424
},
2525
"main": "index.js"
2626
}

packages/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"module": "src/index.ts",
99
"devDependencies": {
1010
"@fp/babel": "*",
11-
"@types/babel__core": "7.1.14"
11+
"@types/babel__core": "7.1.18"
1212
},
1313
"scripts": {
1414
"build": "babel src --extensions \".es6,.js,.es,.jsx,.mjs,.ts,.tsx\" --ignore *.spec.js --out-dir dist --copy-files --source-maps --verbose"

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,15 +1086,7 @@
10861086
debug "^4.1.0"
10871087
globals "^11.1.0"
10881088

1089-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1090-
version "7.14.1"
1091-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
1092-
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
1093-
dependencies:
1094-
"@babel/helper-validator-identifier" "^7.14.0"
1095-
to-fast-properties "^2.0.0"
1096-
1097-
"@babel/types@^7.14.5":
1089+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10981090
version "7.14.9"
10991091
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
11001092
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
@@ -2226,10 +2218,10 @@
22262218
dependencies:
22272219
"@types/node" "*"
22282220

2229-
"@types/babel__core@7.1.14", "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
2230-
version "7.1.14"
2231-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
2232-
integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==
2221+
"@types/babel__core@7.1.18", "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
2222+
version "7.1.18"
2223+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
2224+
integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==
22332225
dependencies:
22342226
"@babel/parser" "^7.1.0"
22352227
"@babel/types" "^7.0.0"

0 commit comments

Comments
 (0)