Skip to content

Commit

Permalink
Update @babel/compat-data requirement from ^7.21.0 to ^7.23.5 in /fix…
Browse files Browse the repository at this point in the history
…tures/browser_src_template/expected (#828)

* Update @babel/compat-data requirement

Updates the requirements on [@babel/compat-data](https://github.com/babel/babel/tree/HEAD/packages/babel-compat-data) to permit the latest version.
- [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.5/packages/babel-compat-data)

---
updated-dependencies:
- dependency-name: "@babel/compat-data"
  dependency-type: direct:development
...

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

* fix: update web deps

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Wagner <[email protected]>
  • Loading branch information
dependabot[bot] and mdwagner authored Dec 21, 2023
1 parent 762f2eb commit 367a05a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions fixtures/browser_src_template/expected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"prod": "yarn run mix --production"
},
"devDependencies": {
"@babel/compat-data": "^7.21.0",
"browser-sync": "^2.26.7",
"@babel/compat-data": "^7.23.5",
"browser-sync": "^2.29.3",
"compression-webpack-plugin": "^10.0.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.0",
"postcss": "^8.4.32",
"resolve-url-loader": "^5.0.0",
"sass": "^1.60.10",
"sass-loader": "^13.2.0"
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"prod": "yarn run mix --production"
},
"devDependencies": {
"@babel/compat-data": "^7.21.0",
"browser-sync": "^2.26.7",
"@babel/compat-data": "^7.23.5",
"browser-sync": "^2.29.3",
"compression-webpack-plugin": "^10.0.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.0",
"postcss": "^8.4.32",
"resolve-url-loader": "^5.0.0",
"sass": "^1.60.10",
"sass-loader": "^13.2.0"
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
}
}
10 changes: 5 additions & 5 deletions src/browser_app_skeleton/package.json.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"prod": "yarn run mix --production"
},
"devDependencies": {
"@babel/compat-data": "^7.21.0",
"browser-sync": "^2.26.7",
"@babel/compat-data": "^7.23.5",
"browser-sync": "^2.29.3",
"compression-webpack-plugin": "^10.0.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.0",
"postcss": "^8.4.32",
"resolve-url-loader": "^5.0.0",
"sass": "^1.60.10",
"sass-loader": "^13.2.0"
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
}
}

0 comments on commit 367a05a

Please sign in to comment.