Skip to content

Commit 29647cd

Browse files
build(deps-dev): bump the dependencies group with 5 updates (webpack#7011)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.11` | `7.22.15` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.22.11` | `7.22.15` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.22.14` | `7.22.15` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.22.5` | `7.22.15` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.35.0` | `0.36.0` | Updates `@babel/core` from 7.22.11 to 7.22.15 - [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.22.15/packages/babel-core) Updates `@babel/eslint-parser` from 7.22.11 to 7.22.15 - [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.22.15/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.22.14 to 7.22.15 - [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.22.15/packages/babel-preset-env) Updates `@babel/preset-react` from 7.22.5 to 7.22.15 - [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.22.15/packages/babel-preset-react) Updates `markdownlint-cli` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@babel/preset-react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93d796b commit 29647cd

File tree

2 files changed

+214
-202
lines changed

2 files changed

+214
-202
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.22.11",
74-
"@babel/eslint-parser": "^7.22.11",
73+
"@babel/core": "^7.22.15",
74+
"@babel/eslint-parser": "^7.22.15",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.22.14",
77-
"@babel/preset-react": "^7.22.5",
76+
"@babel/preset-env": "^7.22.15",
77+
"@babel/preset-react": "^7.22.15",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^4.0.0",
8080
"@octokit/rest": "^20.0.1",
@@ -105,7 +105,7 @@
105105
"lightningcss": "^1.21.7",
106106
"lint-staged": "^14.0.1",
107107
"lodash": "^4.17.21",
108-
"markdownlint-cli": "^0.35.0",
108+
"markdownlint-cli": "^0.36.0",
109109
"mdast-util-to-string": "^4.0.0",
110110
"mini-css-extract-plugin": "^2.7.6",
111111
"mkdirp": "^3.0.1",

0 commit comments

Comments
 (0)