Skip to content

Commit ad1ad8c

Browse files
chore: bump the development-dependencies group across 1 directory with 3 updates
Bumps the development-dependencies group with 3 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [prettier](https://github.com/prettier/prettier). Updates `@babel/core` from 7.26.7 to 7.26.8 - [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.26.8/packages/babel-core) Updates `@babel/eslint-parser` from 7.26.5 to 7.26.8 - [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.26.8/eslint/babel-eslint-parser) Updates `prettier` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60ea1ef commit ad1ad8c

File tree

2 files changed

+55
-45
lines changed

2 files changed

+55
-45
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"postinstall": "npm run build:logos"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.26.7",
32-
"@babel/eslint-parser": "^7.26.5",
31+
"@babel/core": "^7.26.8",
32+
"@babel/eslint-parser": "^7.26.8",
3333
"@commitlint/cli": "^19.7.1",
3434
"@commitlint/config-conventional": "^19.7.1",
3535
"@financial-times/eslint-config-next": "^7.1.0",
@@ -41,7 +41,7 @@
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
4343
"lint-staged": "^15.4.3",
44-
"prettier": "^3.4.2",
44+
"prettier": "^3.5.0",
4545
"release-please": "^16.15.0",
4646
"typescript": "^5.7.3"
4747
},

0 commit comments

Comments
 (0)