Skip to content

Commit 5aa7399

Browse files
Bump @babel/runtime from 7.17.9 to 7.18.0 (#7)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.17.9 to 7.18.0. - [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.18.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Quantix <9021453+quantix-dev@users.noreply.github.com>
1 parent 86923f6 commit 5aa7399

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"lint": "eslint --ext .js ."
2424
},
2525
"dependencies": {
26-
"@babel/runtime": "^7.16.3",
26+
"@babel/runtime": "^7.18.0",
2727
"@violentmonkey/dom": "^2.0.2",
2828
"@violentmonkey/ui": "^0.7.0"
2929
},
3030
"devDependencies": {
3131
"@babel/eslint-plugin": "latest",
32-
"@babel/plugin-transform-react-jsx": "^7.17.12",
33-
"@babel/runtime": "^7.16.3",
32+
"@babel/plugin-transform-react-jsx": "^7.16.0",
33+
"@babel/runtime": "^7.18.0",
3434
"@gera2ld/plaid": "~2.4.0",
3535
"@gera2ld/plaid-rollup": "~2.4.0",
3636
"@violentmonkey/dom": "^2.0.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
core-js-pure "^3.20.2"
888888
regenerator-runtime "^0.13.4"
889889

890-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.8.4":
890+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.0", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.0", "@babel/runtime@^7.8.4":
891891
version "7.18.0"
892892
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.0.tgz#6d77142a19cb6088f0af662af1ada37a604d34ae"
893893
dependencies:

0 commit comments

Comments
 (0)