Skip to content

Commit b651a63

Browse files
committed
fix(app): remove deprecated @babel/plugin-proposal-private-methods
fix #1475
1 parent d4e8878 commit b651a63

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

package-lock.json

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dependencies": {
8888
"@angular-devkit/schematics": "17.3.5",
8989
"@babel/core": "^7.24.4",
90-
"@babel/plugin-proposal-private-methods": "^7.18.6",
90+
"@babel/plugin-transform-private-methods": "^7.24.1",
9191
"@babel/preset-env": "^7.24.4",
9292
"@compodoc/live-server": "^1.2.3",
9393
"@compodoc/ngd-transformer": "^2.1.3",

src/app/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ at least one config for the 'info' or 'source' tab in --navTabConfig.`);
25282528
],
25292529
plugins: [
25302530
[
2531-
'@babel/plugin-proposal-private-methods',
2531+
'@babel/plugin-transform-private-methods',
25322532
{
25332533
loose: false
25342534
}

0 commit comments

Comments
 (0)