Skip to content

Commit 0cdb160

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.5.1` | `22.5.3` | | [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.5.1` | `22.5.3` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.5.1` | `22.5.3` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.8.1` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` | Updates `@nx/js` from 22.5.1 to 22.5.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/js) Updates `@nx/workspace` from 22.5.1 to 22.5.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/workspace) Updates `nx` from 22.5.1 to 22.5.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/nx) Updates `prettier` from 3.5.3 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.8.1) Updates `@testing-library/react` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 22.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@nx/workspace" dependency-version: 22.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: nx dependency-version: 22.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33c8bb7 commit 0cdb160

4 files changed

Lines changed: 89 additions & 114 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@availity/workflow": "workspace:*",
51-
"@testing-library/react": "^16.3.1",
51+
"@testing-library/react": "^16.3.2",
5252
"@types/jest": "^30.0.0",
5353
"@types/node": "^22.14.1",
5454
"@types/react": "^18.3.21",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@commitlint/config-angular": "^19.8.0",
3333
"@commitlint/config-conventional": "^19.8.0",
3434
"@jscutlery/semver": "~5.7.0",
35-
"@nx/js": "22.5.1",
36-
"@nx/workspace": "22.5.1",
35+
"@nx/js": "22.5.4",
36+
"@nx/workspace": "22.5.4",
3737
"@types/is-ci": "^3.0.4",
3838
"conventional-changelog-conventionalcommits": "^8.0.0",
3939
"del": "^8.0.1",
@@ -42,8 +42,8 @@
4242
"husky": "^9.1.7",
4343
"is-ci": "^3.0.1",
4444
"lint-staged": "^15.5.2",
45-
"nx": "22.5.1",
46-
"prettier": "^3.5.3",
45+
"nx": "22.5.4",
46+
"prettier": "^3.8.1",
4747
"typescript": "5.9.3",
4848
"vitest": "^4.0.18"
4949
},

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"yargs": "^17.7.2"
105105
},
106106
"devDependencies": {
107-
"@testing-library/react": "^16.3.1",
107+
"@testing-library/react": "^16.3.2",
108108
"@types/babel__preset-env": "^7.10.0",
109109
"@types/sass": "^1.45.0"
110110
},

0 commit comments

Comments
 (0)