Skip to content

Commit 34edcc4

Browse files
committed
feat: Update to angular 14
Signed-off-by: Akshat Patel <[email protected]>
1 parent 609da58 commit 34edcc4

File tree

109 files changed

+4216
-2892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+4216
-2892
lines changed

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
}
9292
}
9393
},
94-
"defaultProject": "carbon-components-angular",
9594
"schematics": {
9695
"@schematics/angular:component": {
9796
"prefix": "ibm",

package-lock.json

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

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@
6060
"license": "Apache-2.0",
6161
"author": "IBM",
6262
"peerDependencies": {
63-
"@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0",
64-
"@angular/core": "^13.0.0 || ^14.0.0 || ^15.0.0",
65-
"@angular/forms": "^13.0.0 || ^14.0.0 || ^15.0.0",
63+
"@angular/common": "^14.0.0 || ^15.0.0",
64+
"@angular/core": "^14.0.0 || ^15.0.0",
65+
"@angular/forms": "^14.0.0 || ^15.0.0",
6666
"@carbon/styles": "^1.5.0",
6767
"rxjs": "^6.0.0 || ^7.0.0",
6868
"zone.js": "^0.11.0"
6969
},
7070
"devDependencies": {
71-
"@angular-devkit/build-angular": "13.3.10",
72-
"@angular-devkit/core": "13.3.10",
73-
"@angular/cli": "13.3.10",
74-
"@angular/common": "13.3.12",
75-
"@angular/compiler": "13.3.12",
76-
"@angular/compiler-cli": "13.3.12",
77-
"@angular/core": "13.3.12",
78-
"@angular/forms": "13.3.12",
79-
"@angular/platform-browser": "13.3.12",
80-
"@angular/platform-browser-dynamic": "13.3.12",
81-
"@angular/router": "13.3.12",
71+
"@angular-devkit/build-angular": "14.2.11",
72+
"@angular-devkit/core": "14.2.11",
73+
"@angular/cli": "14.2.11",
74+
"@angular/common": "14.3.0",
75+
"@angular/compiler": "14.3.0",
76+
"@angular/compiler-cli": "14.3.0",
77+
"@angular/core": "14.3.0",
78+
"@angular/forms": "14.3.0",
79+
"@angular/platform-browser": "14.3.0",
80+
"@angular/platform-browser-dynamic": "14.3.0",
81+
"@angular/router": "14.3.0",
8282
"@babel/core": "7.9.6",
8383
"@carbon/styles": "1.25.0",
8484
"@carbon/themes": "11.17.0",
@@ -119,7 +119,7 @@
119119
"karma-jasmine": "4.0.0",
120120
"karma-jasmine-html-reporter": "1.7.0",
121121
"lodash-es": "4.17.21",
122-
"ng-packagr": "13.3.1",
122+
"ng-packagr": "14.2.2",
123123
"postcss": "8.4.14",
124124
"postcss-loader": "7.0.0",
125125
"rxjs": "7.5.0",

src/accordion/ng-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "index.ts"
4+
}
5+
}

src/accordion/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/breadcrumb/ng-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "index.ts"
4+
}
5+
}

src/breadcrumb/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/button/ng-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "index.ts"
4+
}
5+
}

src/button/package.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/checkbox/ng-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "index.ts"
4+
}
5+
}

0 commit comments

Comments
 (0)