Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent f616c3d commit b8bdfb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start:dev": "lerna run start:dev"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/cli": "7.24.8",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.6.3",
"eslint": "7.27.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/ove-service-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"yamljs": "0.3.0"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.14.2",
"@babel/plugin-proposal-export-namespace-from": "7.14.2",
"@babel/plugin-proposal-function-sent": "7.12.13",
"@babel/plugin-proposal-json-strings": "7.14.2",
"@babel/plugin-proposal-numeric-separator": "7.14.2",
"@babel/plugin-proposal-throw-expressions": "7.12.13",
"@babel/cli": "7.24.8",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.24.7",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.25.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.6.3",
"benchmark": "2.1.4",
Expand Down

0 comments on commit b8bdfb1

Please sign in to comment.