Skip to content

Commit 7c575d3

Browse files
committed
Bump babel and dev deps
1 parent 97dc58b commit 7c575d3

File tree

4 files changed

+1078
-987
lines changed

4 files changed

+1078
-987
lines changed

ember-cli-build.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ module.exports = function(defaults) {
88
includePolyfill: false,
99
},
1010
babel: {
11-
plugins: [
12-
'@babel/plugin-proposal-object-rest-spread',
13-
'@babel/plugin-proposal-optional-chaining',
14-
'@babel/plugin-proposal-nullish-coalescing-operator',
15-
'@babel/plugin-proposal-numeric-separator',
16-
'@babel/plugin-proposal-optional-catch-binding',
17-
],
11+
plugins: [],
1812
},
1913
'ember-faker': {
2014
/* Always enable for dummy app because the docs examples use faker */

index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ module.exports = {
66

77
options: {
88
babel: {
9-
plugins: [
10-
'@babel/plugin-proposal-object-rest-spread',
11-
'@babel/plugin-proposal-optional-chaining',
12-
'@babel/plugin-proposal-nullish-coalescing-operator',
13-
'@babel/plugin-proposal-numeric-separator',
14-
'@babel/plugin-proposal-optional-catch-binding',
15-
],
9+
plugins: [],
1610
},
1711
},
1812

package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,12 @@
2828
"test:ember-compatibility": "ember try:one"
2929
},
3030
"dependencies": {
31-
"@babel/core": "^7.0.0-0",
32-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
33-
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
34-
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
35-
"@babel/plugin-proposal-optional-catch-binding": "^7.12.13",
36-
"@babel/plugin-proposal-optional-chaining": "^7.12.13",
31+
"@babel/core": "^7.26.0",
3732
"@html-next/vertical-collection": "^4.0.0",
3833
"css-element-queries": "^0.4.0",
3934
"ember-classy-page-object": "^0.8.0",
40-
"ember-cli-babel": "^7.12.0",
41-
"ember-cli-htmlbars": "^6.0.0",
35+
"ember-cli-babel": "^8.2.0",
36+
"ember-cli-htmlbars": "^6.2.0",
4237
"ember-cli-node-assets": "^0.2.2",
4338
"ember-cli-version-checker": "^5.1.2",
4439
"ember-compatibility-helpers": "^1.2.6",
@@ -65,12 +60,12 @@
6560
"concurrently": "^9.1.2",
6661
"ember-a11y-testing": "^7.1.2",
6762
"ember-auto-import": "^2.4.2",
68-
"ember-cli": "~3.28.0",
63+
"ember-cli": "~4.12.3",
6964
"ember-cli-dependency-checker": "^3.2.0",
7065
"ember-cli-inject-live-reload": "^2.0.1",
71-
"ember-cli-sass": "^10.0.0",
72-
"ember-cli-sri": "^2.1.0",
73-
"ember-cli-terser": "^4.0.0",
66+
"ember-cli-sass": "^11.0.1",
67+
"ember-cli-sri": "^2.1.1",
68+
"ember-cli-terser": "^4.0.2",
7469
"ember-disable-prototype-extensions": "^1.1.2",
7570
"ember-faker": "^1.5.0",
7671
"ember-load-initializers": "^2.0.0",

0 commit comments

Comments
 (0)