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 Jan 23, 2025
1 parent 389d69c commit 1692cea
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 827 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 @@ -26,7 +26,7 @@
"test:watch": "ember test -s -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": "5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/ember-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"test": "vite build --mode test && ember test --path dist"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-proposal-decorators": "7.25.9",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "5.0.0",
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 @@ -25,7 +25,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": "5.0.0",
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.5",
"@babel/runtime": "7.26.0",
"@embroider/addon-dev": "7.1.1",
"@eslint/js": "9.18.0",
"@glimmer/component": "2.0.0",
Expand Down
Loading

0 comments on commit 1692cea

Please sign in to comment.