Skip to content

Commit 3bac14d

Browse files
chore(deps): bump @babel/core (#8)
Bumps the npm_and_yarn group with 1 update in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@babel/core` from 7.28.0 to 7.29.6 - [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.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3385e4 commit 3bac14d

3 files changed

Lines changed: 372 additions & 36 deletions

File tree

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^20",
3333
"@types/react": "^19",
3434
"@types/react-dom": "^19",
35-
"postcss": "^8.5.10",
35+
"postcss": "^8.5.11",
3636
"tailwindcss": "^4.1.10",
3737
"typescript": "^5"
3838
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"!*.test.cjs"
7171
],
7272
"dependencies": {
73-
"@babel/core": "^7.28.0",
73+
"@babel/core": "^7.29.6",
7474
"@babel/code-frame": "^7.27.1",
7575
"@babel/generator": "^7.28.0",
7676
"@babel/parser": "^7.28.0",
@@ -87,7 +87,7 @@
8787
"@types/babel__generator": "^7.27.0",
8888
"@types/babel__traverse": "^7.20.7",
8989
"@types/react": "^19.1.8",
90-
"postcss": "^8.5.10",
90+
"postcss": "^8.5.11",
9191
"tsx": "^4.20.3"
9292
},
9393
"peerDependencies": {

0 commit comments

Comments
 (0)