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 Dec 20, 2024
1 parent 38bfe5f commit eb87a5e
Show file tree
Hide file tree
Showing 5 changed files with 958 additions and 800 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
6 changes: 3 additions & 3 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/plugin-transform-typescript": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-transform-typescript": "7.26.3",
"@babel/runtime": "7.26.0",
"@embroider/addon-dev": "7.0.0",
"@glimmer/component": "2.0.0",
"@glimmer/tracking": "1.1.2",
Expand Down
Loading

0 comments on commit eb87a5e

Please sign in to comment.