Merge pull request #2572 from hodgef/dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.28.0

Bump @babel/plugin-transform-typescript from 7.27.1 to 7.28.0
This commit is contained in:
Francisco Hodge
2025-07-03 04:13:34 -04:00
committed by GitHub
2 changed files with 10 additions and 11 deletions
+9 -10
View File
@@ -12,7 +12,7 @@
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.27.1",
"@babel/plugin-transform-typescript": "^7.28.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.28.0",
"@types/jest": "^29.5.14",
@@ -1709,13 +1709,12 @@
}
},
"node_modules/@babel/plugin-transform-typescript": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
"integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.1",
"@babel/helper-annotate-as-pure": "^7.27.3",
"@babel/helper-create-class-features-plugin": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
@@ -14964,12 +14963,12 @@
}
},
"@babel/plugin-transform-typescript": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.1.tgz",
"integrity": "sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==",
"version": "7.28.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
"integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.27.1",
"@babel/helper-annotate-as-pure": "^7.27.3",
"@babel/helper-create-class-features-plugin": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
+1 -1
View File
@@ -42,7 +42,7 @@
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.27.1",
"@babel/plugin-transform-typescript": "^7.28.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.28.0",
"@types/jest": "^29.5.14",