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 Nov 10, 2024
1 parent 1979159 commit 5b3c3eb
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 819 deletions.
2 changes: 1 addition & 1 deletion apps/ember-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "ember test -tp 0"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/ember-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"test": "vite build --mode test && ember test --path dist"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-decorators": "7.25.9",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/ember-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "ember test -tp 0"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "4.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@glimmer/tracking": "^1.1.2"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-transform-typescript": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/runtime": "7.26.0",
"@embroider/addon-dev": "6.0.0",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
Expand Down
Loading

0 comments on commit 5b3c3eb

Please sign in to comment.