Skip to content

Commit

Permalink
build(deps): bump @babel/standalone and @types/babel__standalone
Browse files Browse the repository at this point in the history
Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) and [@types/babel__standalone](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/babel__standalone). These dependencies needed to be updated together.

Updates `@babel/standalone` from 7.20.13 to 7.24.7
- [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.7/packages/babel-standalone)

Updates `@types/babel__standalone` from 7.1.4 to 7.1.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/babel__standalone)

---
updated-dependencies:
- dependency-name: "@babel/standalone"
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/babel__standalone"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 5c1893b commit a9ad569
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"copy-scripts": "npm run copy-opal && npm run copy-lzma"
},
"dependencies": {
"@babel/standalone": "^7.20.13",
"@babel/standalone": "^7.24.7",
"@vueuse/core": "^10.7.1",
"core-js": "^3.35.0",
"lzma": "^2.3.2",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/babel__standalone": "^7.1.4",
"@types/babel__standalone": "^7.1.7",
"@types/jest": "^27.0.1",
"@types/pako": "^1.0.4",
"@vue/cli-plugin-babel": "~5.0.0",
Expand Down

0 comments on commit a9ad569

Please sign in to comment.