Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddf7fc3

Browse files
authored
Merge pull request gridstack#2802 from adumesny/master
angular upgrade v15 -> v16
2 parents 88c0282 + ddd26e4 commit ddf7fc3

File tree

6 files changed

+2181
-1486
lines changed

6 files changed

+2181
-1486
lines changed

angular/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~15.2.10",
14-
"@angular/common": "~15.2.10",
15-
"@angular/compiler": "~15.2.10",
16-
"@angular/core": "~15.2.10",
17-
"@angular/forms": "~15.2.10",
18-
"@angular/platform-browser": "~15.2.10",
19-
"@angular/platform-browser-dynamic": "~15.2.10",
20-
"@angular/router": "~15.2.10",
13+
"@angular/animations": "~16.2.12",
14+
"@angular/common": "~16.2.12",
15+
"@angular/compiler": "~16.2.12",
16+
"@angular/core": "~16.2.12",
17+
"@angular/forms": "~16.2.12",
18+
"@angular/platform-browser": "~16.2.12",
19+
"@angular/platform-browser-dynamic": "~16.2.12",
20+
"@angular/router": "~16.2.12",
2121
"gridstack": "^10.3.1",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
24-
"zone.js": "~0.11.4"
24+
"zone.js": "~0.13.3"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~15.2.11",
28-
"@angular/cli": "~15.2.11",
29-
"@angular/compiler-cli": "~15.2.10",
27+
"@angular-devkit/build-angular": "~16.2.16",
28+
"@angular/cli": "~16.2.16",
29+
"@angular/compiler-cli": "~16.2.12",
3030
"@types/jasmine": "~4.0.0",
3131
"jasmine-core": "~4.3.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.1.0",
3434
"karma-coverage": "~2.2.0",
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.0.0",
37-
"ng-packagr": "~15.2.2",
38-
"typescript": "~4.8"
37+
"ng-packagr": "~16.2.3",
38+
"typescript": "~4.9.3"
3939
}
4040
}

angular/projects/lib/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../../dist/angular",
44
"lib": {
5-
"entryFile": "src/public-api.ts"
5+
"entryFile": "src/index.ts"
66
}
77
}

angular/projects/lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "gridstack-angular",
3-
"version": "10.1.0",
3+
"version": "10.3.1",
44
"peerDependencies": {
5-
"@angular/common": "^14.2.0",
6-
"@angular/core": "^14.2.0"
5+
"@angular/common": "~16.2.16",
6+
"@angular/core": "~16.2.16"
77
},
88
"dependencies": {
9-
"tslib": "^2.3.0"
9+
"tslib": "^2.7.0"
1010
}
1111
}

angular/projects/lib/yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
tslib@^2.7.0:
6+
version "2.7.0"
7+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
8+
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

0 commit comments

Comments
 (0)