Skip to content

Commit d649eb6

Browse files
committed
Module resolution bundler allows use of core-next.7
1 parent 1d594b3 commit d649eb6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 5 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
@@ -51,7 +51,7 @@
5151
"@angular-devkit/schematics": "21.0.0-next.7",
5252
"@angular/common": "21.0.0-next.7",
5353
"@angular/compiler": "21.0.0-next.7",
54-
"@angular/core": "21.0.0-next.5",
54+
"@angular/core": "21.0.0-next.7",
5555
"@angular/platform-browser": "21.0.0-next.7",
5656
"@angular/platform-browser-dynamic": "21.0.0-next.7",
5757
"@angular/router": "21.0.0-next.7",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"peerDependencies": {
2626
"@angular/common": "21.0.0-next.7",
27-
"@angular/core": "21.0.0-next.5",
27+
"@angular/core": "21.0.0-next.7",
2828
"@angular/platform-browser": "21.0.0-next.7",
2929
"@angular/platform-browser-dynamic": "21.0.0-next.7",
3030
"@angular/platform-server": "^21.0.0-next.7",

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
1212
"module": "esnext",
13-
"moduleResolution": "node",
13+
"moduleResolution": "bundler",
1414
"importHelpers": true,
1515
"target": "es2020",
1616
"skipLibCheck": true,

0 commit comments

Comments
 (0)