Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent f97bc2e commit 51f8a85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "7.17.8",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-typescript": "7.18.6",
"@types/cbor": "5.0.1",
"@types/is-url": "1.2.30",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/adenvt/webauthn-lib/issues"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/plugin-transform-runtime": "7.19.1",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.2",
"@rollup/plugin-node-resolve": "13.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rasha": "^1.2.5"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.8"
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1"
}
}

0 comments on commit 51f8a85

Please sign in to comment.