Skip to content

Commit 4ffd49f

Browse files
chore(deps-dev): bump @babel/types in /superset-frontend
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.28.4 to 7.29.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-types) --- updated-dependencies: - dependency-name: "@babel/types" dependency-version: 7.29.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5914e83 commit 4ffd49f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

superset-frontend/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

superset-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"@babel/register": "^7.23.7",
240240
"@babel/runtime": "^7.28.6",
241241
"@babel/runtime-corejs3": "^7.29.0",
242-
"@babel/types": "^7.28.6",
242+
"@babel/types": "^7.29.0",
243243
"@cypress/react": "^8.0.2",
244244
"@emotion/babel-plugin": "^11.13.5",
245245
"@emotion/jest": "^11.14.2",

superset-frontend/plugins/plugin-chart-pivot-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-dom": "^17.0.2"
3939
},
4040
"devDependencies": {
41-
"@babel/types": "^7.28.6",
41+
"@babel/types": "^7.29.0",
4242
"@types/jest": "^30.0.0",
4343
"jest": "^30.2.0"
4444
}

0 commit comments

Comments
 (0)