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 Nov 9, 2023
1 parent 72878e4 commit 173a337
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 234 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest"
},
"peerDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.23.3",
"typescript": "^4.7.0"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.9",
"@babel/plugin-proposal-async-do-expressions": "^7.18.6",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-function-bind": "^7.18.9",
"@babel/plugin-proposal-function-sent": "^7.18.6",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-proposal-async-do-expressions": "^7.23.3",
"@babel/plugin-proposal-do-expressions": "^7.23.3",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-function-sent": "^7.23.3",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-partial-application": "^7.18.9",
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-partial-application": "^7.23.3",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-proposal-record-and-tuple": "^7.18.6",
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
"@babel/plugin-syntax-decorators": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/plugin-proposal-record-and-tuple": "^7.23.3",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@bloomberg/record-tuple-polyfill": "^0.0.4",
"compare-versions": "^4.1.4"
},
Expand Down
Loading

0 comments on commit 173a337

Please sign in to comment.