Skip to content

Commit 68ef1c0

Browse files
Bump the development-dependencies group with 7 updates
Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.1` | `7.27.4` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.27.3` | `7.27.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.33.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.33.1` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.1` | `4.4.2` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.0` | `5.4.1` | | [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.2.2` | `7.3.0` | Updates `@babel/core` from 7.27.1 to 7.27.4 - [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.27.4/packages/babel-core) Updates `@babel/runtime` from 7.27.3 to 7.27.4 - [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.27.4/packages/babel-runtime) Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.33.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/parser) Updates `eslint-import-resolver-typescript` from 4.4.1 to 4.4.2 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v4.4.1...v4.4.2) Updates `eslint-plugin-prettier` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.4.0...v5.4.1) Updates `eslint-plugin-testing-library` from 7.2.2 to 7.3.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v7.2.2...v7.3.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.27.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@babel/runtime" dependency-version: 7.27.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-import-resolver-typescript dependency-version: 4.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-prettier dependency-version: 5.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-testing-library dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d745f4 commit 68ef1c0

2 files changed

Lines changed: 207 additions & 111 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@
9494
"uuid": "^11.1.0"
9595
},
9696
"devDependencies": {
97-
"@babel/core": "^7.27.1",
97+
"@babel/core": "^7.27.4",
9898
"@babel/plugin-transform-class-static-block": "^7.27.1",
9999
"@babel/plugin-transform-private-methods": "^7.27.1",
100100
"@babel/preset-env": "^7.27.2",
101-
"@babel/runtime": "^7.27.3",
101+
"@babel/runtime": "^7.27.4",
102102
"@microsoft/eslint-formatter-sarif": "^3.1.0",
103103
"@octokit/webhooks-types": "^7.6.1",
104104
"@react-native-community/cli": "15.1.3",
@@ -121,18 +121,18 @@
121121
"@types/react-test-renderer": "^18.3.0",
122122
"@types/styled-components": "^5.1.34",
123123
"@types/uuid": "^10.0.0",
124-
"@typescript-eslint/eslint-plugin": "^8.32.1",
125-
"@typescript-eslint/parser": "^8.32.1",
124+
"@typescript-eslint/eslint-plugin": "^8.33.1",
125+
"@typescript-eslint/parser": "^8.33.1",
126126
"babel-jest": "^29.7.0",
127127
"babel-plugin-module-resolver": "^5.0.2",
128128
"eslint": "^8",
129-
"eslint-import-resolver-typescript": "^4.4.1",
129+
"eslint-import-resolver-typescript": "^4.4.2",
130130
"eslint-plugin-import": "^2.31.0",
131131
"eslint-plugin-no-relative-import-paths": "^1.6.1",
132-
"eslint-plugin-prettier": "5.4.0",
132+
"eslint-plugin-prettier": "5.4.1",
133133
"eslint-plugin-react-hooks": "^5.2.0",
134134
"eslint-plugin-simple-import-sort": "^12.1.1",
135-
"eslint-plugin-testing-library": "^7.2.2",
135+
"eslint-plugin-testing-library": "^7.3.0",
136136
"jest": "^29.7.0",
137137
"prettier": "^3.5.3",
138138
"react-native-version": "4.0.0",

0 commit comments

Comments
 (0)