Skip to content

Commit

Permalink
Update babel monorepo to v7.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2024
1 parent 9bf106d commit 0f6f0eb
Show file tree
Hide file tree
Showing 5 changed files with 2,555 additions and 526 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:ember-compatibility": "ember try:each"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.6",
"@babel/eslint-parser": "7.24.7",
"@ember/optional-features": "2.1.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.3.0",
Expand Down
10 changes: 5 additions & 5 deletions ember-mobile-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"wobble": "^1.5.1"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/eslint-parser": "7.24.6",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.6",
"@babel/plugin-transform-class-static-block": "7.24.6",
"@babel/runtime": "7.24.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-class-static-block": "7.24.7",
"@babel/runtime": "7.24.7",
"@embroider/addon-dev": "4.3.1",
"@rollup/plugin-babel": "6.0.4",
"babel-plugin-ember-template-compilation": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"pnpm": {
"overrides": {
"@babel/parser": "7.24.6",
"@babel/parser": "7.24.7",
"@octokit/rest": "^19.0.0"
},
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 0f6f0eb

Please sign in to comment.