Skip to content

Commit

Permalink
chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (#1375)
Browse files Browse the repository at this point in the history
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 19, 2023
1 parent e4e73f6 commit 74f6eb6
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 264 deletions.
2 changes: 1 addition & 1 deletion packages/babel/package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/generator": "^7.22.15",
"@babel/helper-module-imports": "^7.22.15",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@linaria/core": "workspace:^",
"@linaria/logger": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -63,7 +63,7 @@
"@linaria/utils": "workspace:^"
},
"devDependencies": {
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-linaria/package.json
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"stylelint": "^14.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tags/package.json
Expand Up @@ -36,7 +36,7 @@
"@linaria/utils": "workspace:^"
},
"devDependencies": {
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@types/babel__core": "^7.20.1",
"@types/babel__generator": "^7.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/testkit/package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/core": "^7.22.15",
"@babel/generator": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@linaria/babel-preset": "workspace:^",
"@linaria/extractor": "workspace:^",
"@linaria/react": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -36,7 +36,7 @@
"@babel/generator": "^7.22.15",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@linaria/logger": "workspace:^",
"babel-merge": "^3.0.0",
Expand Down

0 comments on commit 74f6eb6

Please sign in to comment.