Skip to content

Commit 977a794

Browse files
chore(deps): update dependency @babel/core to ^7.22.19 (#8875)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fb1b10 commit 977a794

File tree

34 files changed

+1242
-1207
lines changed

34 files changed

+1242
-1207
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"test-external:ember-data-relationship-tracker": "node ./scripts/test-external-partner-project.js ember-data-relationship-tracker https://github.com/ef4/ember-data-relationship-tracker.git"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.22.17",
34+
"@babel/core": "^7.22.19",
3535
"@babel/eslint-parser": "^7.22.15",
3636
"@babel/plugin-proposal-decorators": "^7.22.15",
3737
"@babel/plugin-transform-typescript": "^7.22.15",

packages/-ember-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
"devDependencies": {
85-
"@babel/core": "^7.22.17",
85+
"@babel/core": "^7.22.19",
8686
"@ember/string": "3.1.1",
8787
"@glimmer/component": "^1.1.2",
8888
"@glimmer/tracking": "^1.1.2",

packages/active-record/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "^7.22.15",
64-
"@babel/core": "^7.22.17",
64+
"@babel/core": "^7.22.19",
6565
"@babel/plugin-proposal-decorators": "^7.22.15",
6666
"@babel/plugin-transform-class-properties": "^7.22.5",
6767
"@babel/plugin-transform-runtime": "^7.22.15",

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@babel/cli": "^7.22.15",
57-
"@babel/core": "^7.22.17",
57+
"@babel/core": "^7.22.19",
5858
"@babel/plugin-proposal-decorators": "^7.22.15",
5959
"@babel/plugin-transform-class-properties": "^7.22.5",
6060
"@babel/plugin-transform-private-methods": "^7.22.5",

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.22.17",
33+
"@babel/core": "^7.22.19",
3434
"@ember-data/private-build-infra": "workspace:5.4.0-alpha.15",
3535
"@ember/edition-utils": "^1.2.0",
3636
"@embroider/macros": "^1.13.1",

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.22.15",
53-
"@babel/core": "^7.22.17",
53+
"@babel/core": "^7.22.19",
5454
"@babel/plugin-proposal-decorators": "^7.22.15",
5555
"@babel/plugin-transform-class-properties": "^7.22.5",
5656
"@babel/plugin-transform-private-methods": "^7.22.5",

packages/json-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@babel/cli": "^7.22.15",
63-
"@babel/core": "^7.22.17",
63+
"@babel/core": "^7.22.19",
6464
"@babel/plugin-proposal-decorators": "^7.22.15",
6565
"@babel/plugin-transform-class-properties": "^7.22.5",
6666
"@babel/plugin-transform-private-methods": "^7.22.5",

packages/legacy-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@babel/cli": "^7.22.15",
76-
"@babel/core": "^7.22.17",
76+
"@babel/core": "^7.22.19",
7777
"@babel/plugin-proposal-decorators": "^7.22.15",
7878
"@babel/plugin-transform-class-properties": "^7.22.5",
7979
"@babel/plugin-transform-private-methods": "^7.22.5",

packages/model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@babel/cli": "^7.22.15",
80-
"@babel/core": "^7.22.17",
80+
"@babel/core": "^7.22.19",
8181
"@babel/plugin-proposal-decorators": "^7.22.15",
8282
"@babel/plugin-transform-class-properties": "^7.22.5",
8383
"@babel/plugin-transform-private-methods": "^7.22.5",

packages/private-build-infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"directories": {},
1313
"scripts": {},
1414
"dependencies": {
15-
"@babel/core": "^7.22.17",
15+
"@babel/core": "^7.22.19",
1616
"@babel/plugin-transform-block-scoping": "^7.22.15",
1717
"@babel/runtime": "^7.22.15",
1818
"@ember/edition-utils": "^1.2.0",

0 commit comments

Comments
 (0)