Skip to content

Commit 9102e99

Browse files
authored
Merge pull request #26 from creativetimofficial/feature/v2.4.0
Feature/v2.4.0
2 parents da9604b + 5993f46 commit 9102e99

File tree

7 files changed

+44
-40
lines changed

7 files changed

+44
-40
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.4.0] 2022-12-08
2+
### Updates
3+
- update to Angular 14
4+
- update all dependencies to match Angular 14 version
5+
16
## [2.3.0] 2022-05-06
27
### Updates
38
- update to Angular 13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Paper Dashboard Angular](https://www.creative-tim.com/product/paper-dashboard-angular)
2-
![version](https://img.shields.io/badge/version-2.3.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/paper-dashboard-angular.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/paper-dashboard-angular.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
2+
![version](https://img.shields.io/badge/version-2.4.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/paper-dashboard-angular.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/paper-dashboard-angular.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
33

44
![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/paper-dashboard-angular/paper-dashboard-angular.gif)
55

documentation/tutorial-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<h1 class="title">
6969
Paper Dashboard Angular
7070
</h1>
71-
<h3 class="description">Documentation v2.3.0</h3>
71+
<h3 class="description">Documentation v2.4.0</h3>
7272
<br/>
7373
<a href="https://demos.creative-tim.com/paper-dashboard-angular/#/documentation/tutorial" class="btn btn-primary btn-round btn-lg">View documentation</a>
7474
</div>

package.json

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paper-dashboard-angular",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -13,18 +13,19 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "^13.2.6",
17-
"@angular/cdk": "^13.2.6",
18-
"@angular/common": "^13.2.6",
19-
"@angular/compiler": "^13.2.6",
20-
"@angular/core": "^13.2.6",
21-
"@angular/elements": "^13.2.6",
22-
"@angular/forms": "^13.2.6",
23-
"@angular/localize": "^13.2.6",
24-
"@angular/material": "^13.2.6",
25-
"@angular/platform-browser": "^13.2.6",
26-
"@angular/platform-browser-dynamic": "^13.2.6",
27-
"@angular/router": "^13.2.6",
16+
"@angular/animations": "^14.2.0",
17+
"@angular/cdk": "^14.2.0",
18+
"@angular/common": "^14.2.0",
19+
"@angular/compiler": "^14.2.0",
20+
"@angular/core": "^14.2.0",
21+
"@angular/elements": "^14.2.0",
22+
"@angular/forms": "^14.2.0",
23+
"@angular/google-maps": "^14.2.0",
24+
"@angular/localize": "^14.2.0",
25+
"@angular/material": "^14.2.0",
26+
"@angular/platform-browser": "^14.2.0",
27+
"@angular/platform-browser-dynamic": "^14.2.0",
28+
"@angular/router": "^14.2.0",
2829
"@ng-bootstrap/ng-bootstrap": "12.0.1",
2930
"@popperjs/core": "^2.11.4",
3031
"@ngui/map": "0.30.3",
@@ -34,35 +35,33 @@
3435
"bootstrap-notify": "3.1.3",
3536
"chart.js": "2.9.4",
3637
"chartist": "0.11.4",
37-
"core-js": "3.21.1",
3838
"express": "4.18.0",
3939
"jquery": "3.5.1",
4040
"moment": "2.29.1",
4141
"ngx-toastr": "14.3.0",
42-
"rxjs": "^7.5.5",
43-
"zone.js": "~0.11.5"
42+
"rxjs": "~7.5.0",
43+
"zone.js": "~0.11.4",
44+
"web-animations-js": "2.3.2"
4445
},
4546
"devDependencies": {
46-
"@angular-devkit/build-angular": "^13.2.6",
47-
"@angular/cli": "^13.2.6",
48-
"@angular/compiler-cli": "^13.2.6",
49-
"@angular/language-service": "13.2.6",
50-
"@types/jasmine": "~3.10.3",
47+
"@angular-devkit/build-angular": "^14.2.7",
48+
"@angular/cli": "~14.2.7",
49+
"@angular/compiler-cli": "^14.2.0",
50+
"@angular/language-service": "14.2.0",
51+
"@types/jasmine": "~4.0.0",
5152
"@types/jasminewd2": "~2.0.10",
52-
"@types/chartist": "0.11.0",
53-
"@types/jquery": "3.5.1",
54-
"@types/node": "16.3.2",
53+
"@types/node": "^17.0.21",
5554
"codelyzer": "6.0.2",
56-
"jasmine-core": "~4.0.1",
55+
"jasmine-core": "~4.4.0",
5756
"jasmine-spec-reporter": "~7.0.0",
58-
"karma": "^6.3.17",
59-
"karma-chrome-launcher": "~3.1.1",
60-
"karma-coverage": "^2.2.0",
57+
"karma": "~6.4.0",
58+
"karma-chrome-launcher": "~3.1.0",
59+
"karma-coverage": "~2.2.0",
6160
"karma-coverage-istanbul-reporter": "~3.0.3",
62-
"karma-jasmine": "~4.0.1",
63-
"karma-jasmine-html-reporter": "^1.7.0",
61+
"karma-jasmine": "~5.1.0",
62+
"karma-jasmine-html-reporter": "~2.0.0",
6463
"protractor": "7.0.0",
65-
"ts-node": "~10.7.0",
66-
"typescript": "~4.4.2"
64+
"ts-node": "~10.9.1",
65+
"typescript": "~4.7.2"
6766
}
6867
}

src/assets/scss/paper-dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Paper Dashboard Angular - v2.3.0
4+
* Paper Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
=========================================================
4-
* Paper Dashboard Angular - v2.3.0
4+
* Paper Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"moduleResolution": "node",
1111
"emitDecoratorMetadata": true,
1212
"experimentalDecorators": true,
13-
"target": "es2015",
1413
"typeRoots": [
1514
"node_modules/@types"
1615
],
16+
"target": "es2020",
17+
"module": "es2020",
1718
"lib": [
18-
"es2016",
19+
"es2020",
1920
"dom"
20-
],
21-
"module": "esnext"
21+
]
2222
}
2323
}

0 commit comments

Comments
 (0)