Skip to content

Commit 1f88894

Browse files
build(deps-dev): bump the dependencies group with 5 updates (#6991)
Bumps the dependencies group with 5 updates: | Package | Update | | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | 7.22.9 to 7.22.10 | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | 7.22.9 to 7.22.10 | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | 7.22.9 to 7.22.10 | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | 8.10.0 to 9.0.0 | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | 2.13.3 to 2.14.0 | Updates `@babel/core` from 7.22.9 to 7.22.10 - [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.10/packages/babel-core) Updates `@babel/eslint-parser` from 7.22.9 to 7.22.10 - [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.10/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.22.9 to 7.22.10 - [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.10/packages/babel-preset-env) Updates `eslint-config-prettier` from 8.10.0 to 9.0.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.10.0...v9.0.0) Updates `eslint-plugin-cypress` from 2.13.3 to 2.14.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.13.3...v2.14.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: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint-plugin-cypress 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 acc0b66 commit 1f88894

File tree

2 files changed

+166
-162
lines changed

2 files changed

+166
-162
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.22.9",
74-
"@babel/eslint-parser": "^7.22.9",
73+
"@babel/core": "^7.22.10",
74+
"@babel/eslint-parser": "^7.22.10",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.22.9",
76+
"@babel/preset-env": "^7.22.10",
7777
"@babel/preset-react": "^7.22.5",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^4.0.0",
@@ -90,8 +90,8 @@
9090
"directory-tree-webpack-plugin": "^1.0.3",
9191
"duplexer": "^0.1.1",
9292
"eslint": "^8.46.0",
93-
"eslint-config-prettier": "^8.10.0",
94-
"eslint-plugin-cypress": "^2.13.3",
93+
"eslint-config-prettier": "^9.0.0",
94+
"eslint-plugin-cypress": "^2.14.0",
9595
"eslint-plugin-mdx": "^2.1.0",
9696
"eslint-plugin-react": "^7.33.1",
9797
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)