Skip to content

Commit

Permalink
chore(deps-dev): bump the deps group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates in the / directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-flow-strip-types](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-flow-strip-types) and [@babel/plugin-transform-private-methods](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-private-methods).


Updates `nx` from 19.0.7 to 19.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.0/packages/nx)

Updates `@babel/core` from 7.24.5 to 7.24.6
- [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.24.6/packages/babel-core)

Updates `@babel/plugin-transform-flow-strip-types` from 7.24.1 to 7.24.6
- [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.24.6/packages/babel-plugin-transform-flow-strip-types)

Updates `@babel/plugin-transform-private-methods` from 7.24.1 to 7.24.6
- [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.24.6/packages/babel-plugin-transform-private-methods)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@babel/plugin-transform-flow-strip-types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@babel/plugin-transform-private-methods"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 26, 2024
1 parent def1064 commit 5640b4c
Show file tree
Hide file tree
Showing 3 changed files with 1,468 additions and 1,036 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"zustand": "4.5.2"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/plugin-transform-flow-strip-types": "7.24.1",
"@babel/plugin-transform-private-methods": "7.24.1",
"@babel/core": "7.24.6",
"@babel/plugin-transform-flow-strip-types": "7.24.6",
"@babel/plugin-transform-private-methods": "7.24.6",
"@elrax/api": "workspace:*",
"@types/babel__core": "7.20.5",
"@types/react": "18.2.79",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint": "9.3.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.0",
"nx": "19.0.7",
"nx": "19.1.0",
"prettier": "3.2.5",
"release-it": "17.3.0",
"simple-git-hooks": "2.11.1",
Expand Down
Loading

0 comments on commit 5640b4c

Please sign in to comment.