Skip to content

Commit

Permalink
Bump @babel/traverse from 7.21.2 to 7.23.2 (#102)
Browse files Browse the repository at this point in the history
* Bump @babel/traverse from 7.21.2 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2.
- [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.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* update babel packages to 7.23.2

Signed-off-by: Michael Valdron <[email protected]>

* add missing @babel/preset-react dependency

Signed-off-by: Michael Valdron <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Valdron <[email protected]>
  • Loading branch information
dependabot[bot] and michael-valdron authored Oct 23, 2023
1 parent 91b7452 commit d164ea1
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 36 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
"usehooks-ts": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-typescript": "^7.18.6",
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.23.2",
"@headlessui/tailwindcss": "^0.1.1",
"@next/env": "^13.0.5",
"@nrwl/cli": "^15.2.1",
Expand Down
Loading

0 comments on commit d164ea1

Please sign in to comment.