Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.22.5 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 2, 2023
1 parent d9a4bba commit f336ed3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"index.umd.js"
],
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@babel/plugin-proposal-decorators": "7.19.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@rollup/plugin-babel": "5.3.1",
Expand Down
10 changes: 5 additions & 5 deletions templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"index.umd.js"
],
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/plugin-proposal-decorators": "7.19.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-typescript": "7.18.6",
"@babel/core": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@rollup/plugin-babel": "5.3.1",
Expand Down

0 comments on commit f336ed3

Please sign in to comment.