Skip to content

Commit 2ec4bb0

Browse files
committed
chore(deps): update to angular v21 final
1 parent 8106481 commit 2ec4bb0

File tree

7 files changed

+273
-367
lines changed

7 files changed

+273
-367
lines changed

demo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"start": "ng serve"
77
},
88
"dependencies": {
9-
"@angular/cdk": "21.0.0-rc.1",
10-
"@angular/common": "21.0.0-rc.2",
11-
"@angular/compiler": "21.0.0-rc.2",
12-
"@angular/core": "21.0.0-rc.2",
13-
"@angular/forms": "21.0.0-rc.2",
14-
"@angular/material": "21.0.0-rc.1",
15-
"@angular/platform-browser": "21.0.0-rc.2",
16-
"@angular/router": "21.0.0-rc.2",
9+
"@angular/cdk": "^21.0.0",
10+
"@angular/common": "^21.0.0",
11+
"@angular/compiler": "^21.0.0",
12+
"@angular/core": "^21.0.0",
13+
"@angular/forms": "^21.0.0",
14+
"@angular/material": "^21.0.0",
15+
"@angular/platform-browser": "^21.0.0",
16+
"@angular/router": "^21.0.0",
1717
"angular-ecmascript-intl": "../dist/angular-ecmascript-intl",
1818
"marked": "^17.0.0",
1919
"ngx-markdown": "^20.0.0",
2020
"prismjs": "^1.30.0",
2121
"tslib": "^2.8.1"
2222
},
2323
"devDependencies": {
24-
"@angular/build": "21.0.0-rc.2",
25-
"@angular/cli": "21.0.0-rc.2",
26-
"@angular/compiler-cli": "21.0.0-rc.2",
24+
"@angular/build": "^21.0.0",
25+
"@angular/cli": "^21.0.0",
26+
"@angular/compiler-cli": "^21.0.0",
2727
"typescript": "~5.9.0"
2828
}
2929
}

demo/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",
21-
"useDefineForClassFields": false,
22-
"lib": ["ES2022", "dom"]
21+
"useDefineForClassFields": false
2322
},
2423
"angularCompilerOptions": {
2524
"enableI18nLegacyMessageIdFormat": false,

libs/angular-ecmascript-intl/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"test": "ng test"
2929
},
3030
"devDependencies": {
31-
"@angular/build": "21.0.0-rc.3",
32-
"@angular/cli": "21.0.0-rc.3",
33-
"@angular/common": "21.0.0-rc.2",
34-
"@angular/core": "21.0.0-rc.2",
35-
"@angular/platform-browser": "21.0.0-rc.2",
31+
"@angular/build": "^21.0.0",
32+
"@angular/cli": "^21.0.0",
33+
"@angular/common": "^21.0.0",
34+
"@angular/core": "^21.0.0",
35+
"@angular/platform-browser": "^21.0.0",
3636
"@vitest/browser-playwright": "^4.0.0",
3737
"@vitest/coverage-v8": "^4.0.0",
3838
"cpy-cli": "^6.0.0",
3939
"dayjs": "^1.11.13",
40-
"ng-packagr": "21.0.0-rc.1",
40+
"ng-packagr": "^21.0.0",
4141
"playwright": "^1.56.1",
4242
"vitest": "^4.0.0"
4343
},

libs/angular-ecmascript-intl/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",
21-
"useDefineForClassFields": false,
22-
"lib": ["ES2022", "dom"]
21+
"useDefineForClassFields": false
2322
},
2423
"angularCompilerOptions": {
2524
"enableI18nLegacyMessageIdFormat": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rxjs": "~7.8.2"
1717
},
1818
"devDependencies": {
19-
"@angular/core": "21.0.0-rc.2",
19+
"@angular/core": "^21.0.0",
2020
"@eslint/js": "^9.26.0",
2121
"@types/node": "^24.0.0",
2222
"angular-eslint": "^20.0.0",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ minimumReleaseAgeExclude:
1212
- "@angular/*"
1313
- "@angular-devkit/*"
1414
- "@schematics/angular"
15+
- ng-packagr

0 commit comments

Comments
 (0)