Skip to content

Commit 65c29be

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @babel/plugin-transform-typescript to ~7.8.0
1 parent 130e6d8 commit 65c29be

File tree

2 files changed

+56
-8
lines changed

2 files changed

+56
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
4343
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
44-
"@babel/plugin-transform-typescript": "~7.7.0",
44+
"@babel/plugin-transform-typescript": "~7.8.0",
4545
"ansi-to-html": "^0.6.6",
4646
"debug": "^4.0.0",
4747
"ember-cli-babel-plugin-helpers": "^1.0.0",

yarn.lock

Lines changed: 55 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@
164164
"@babel/helper-replace-supers" "^7.7.0"
165165
"@babel/helper-split-export-declaration" "^7.7.0"
166166

167+
"@babel/helper-create-class-features-plugin@^7.8.3":
168+
version "7.8.3"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
170+
integrity sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA==
171+
dependencies:
172+
"@babel/helper-function-name" "^7.8.3"
173+
"@babel/helper-member-expression-to-functions" "^7.8.3"
174+
"@babel/helper-optimise-call-expression" "^7.8.3"
175+
"@babel/helper-plugin-utils" "^7.8.3"
176+
"@babel/helper-replace-supers" "^7.8.3"
177+
"@babel/helper-split-export-declaration" "^7.8.3"
178+
167179
"@babel/helper-create-regexp-features-plugin@^7.7.0":
168180
version "7.7.2"
169181
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.2.tgz#6f20443778c8fce2af2ff4206284afc0ced65db6"
@@ -251,6 +263,13 @@
251263
dependencies:
252264
"@babel/types" "^7.7.0"
253265

266+
"@babel/helper-member-expression-to-functions@^7.8.3":
267+
version "7.8.3"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
269+
integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA==
270+
dependencies:
271+
"@babel/types" "^7.8.3"
272+
254273
"@babel/helper-module-imports@^7.0.0":
255274
version "7.0.0"
256275
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
@@ -296,11 +315,23 @@
296315
dependencies:
297316
"@babel/types" "^7.7.0"
298317

318+
"@babel/helper-optimise-call-expression@^7.8.3":
319+
version "7.8.3"
320+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
321+
integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ==
322+
dependencies:
323+
"@babel/types" "^7.8.3"
324+
299325
"@babel/helper-plugin-utils@^7.0.0":
300326
version "7.0.0"
301327
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
302328
integrity sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==
303329

330+
"@babel/helper-plugin-utils@^7.8.3":
331+
version "7.8.3"
332+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.8.3.tgz#9ea293be19babc0f52ff8ca88b34c3611b208670"
333+
integrity sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ==
334+
304335
"@babel/helper-regex@^7.0.0":
305336
version "7.0.0"
306337
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27"
@@ -347,6 +378,16 @@
347378
"@babel/traverse" "^7.7.0"
348379
"@babel/types" "^7.7.0"
349380

381+
"@babel/helper-replace-supers@^7.8.3":
382+
version "7.8.3"
383+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
384+
integrity sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA==
385+
dependencies:
386+
"@babel/helper-member-expression-to-functions" "^7.8.3"
387+
"@babel/helper-optimise-call-expression" "^7.8.3"
388+
"@babel/traverse" "^7.8.3"
389+
"@babel/types" "^7.8.3"
390+
350391
"@babel/helper-simple-access@^7.1.0":
351392
version "7.1.0"
352393
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
@@ -652,6 +693,13 @@
652693
dependencies:
653694
"@babel/helper-plugin-utils" "^7.0.0"
654695

696+
"@babel/plugin-syntax-typescript@^7.8.3":
697+
version "7.8.3"
698+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.8.3.tgz#c1f659dda97711a569cef75275f7e15dcaa6cabc"
699+
integrity sha512-GO1MQ/SGGGoiEXY0e0bSpHimJvxqB7lktLLIq2pv8xG7WZ8IMEle74jIe1FhprHBWjwjZtXHkycDLZXIWM5Wfg==
700+
dependencies:
701+
"@babel/helper-plugin-utils" "^7.8.3"
702+
655703
"@babel/plugin-transform-arrow-functions@^7.2.0":
656704
version "7.2.0"
657705
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.2.0.tgz#9aeafbe4d6ffc6563bf8f8372091628f00779550"
@@ -1070,14 +1118,14 @@
10701118
"@babel/helper-plugin-utils" "^7.0.0"
10711119
"@babel/plugin-syntax-typescript" "^7.2.0"
10721120

1073-
"@babel/plugin-transform-typescript@~7.7.0":
1074-
version "7.7.0"
1075-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.0.tgz#182be03fa8bd2ffd0629791a1eaa4373b7589d38"
1076-
integrity sha512-y3KYbcfKe+8ziRXiGhhnGrVysDBo5+aJdB+x8sanM0K41cnmK7Q5vBlQLMbOnW/HPjLG9bg7dLgYDQZZG9T09g==
1121+
"@babel/plugin-transform-typescript@~7.8.0":
1122+
version "7.8.3"
1123+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.8.3.tgz#be6f01a7ef423be68e65ace1f04fc407e6d88917"
1124+
integrity sha512-Ebj230AxcrKGZPKIp4g4TdQLrqX95TobLUWKd/CwG7X1XHUH1ZpkpFvXuXqWbtGRWb7uuEWNlrl681wsOArAdQ==
10771125
dependencies:
1078-
"@babel/helper-create-class-features-plugin" "^7.7.0"
1079-
"@babel/helper-plugin-utils" "^7.0.0"
1080-
"@babel/plugin-syntax-typescript" "^7.2.0"
1126+
"@babel/helper-create-class-features-plugin" "^7.8.3"
1127+
"@babel/helper-plugin-utils" "^7.8.3"
1128+
"@babel/plugin-syntax-typescript" "^7.8.3"
10811129

10821130
"@babel/plugin-transform-unicode-regex@^7.2.0":
10831131
version "7.2.0"

0 commit comments

Comments
 (0)