We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d766dbf commit 68395e5Copy full SHA for 68395e5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-simple-charts",
3
- "version": "15.0.0-beta1",
+ "version": "15.0.0",
4
"license": "Apache License Version 2.0",
5
"scripts": {
6
"ng": "ng",
projects/ngx-simple-charts/package.json
@@ -1,11 +1,11 @@
"peerDependencies": {
- "@angular/common": "^14.0.0",
7
- "@angular/core": "^14.0.0",
8
- "@angular/router": "^14.0.0",
+ "@angular/common": "^15.0.0",
+ "@angular/core": "^15.0.0",
+ "@angular/router": "^15.0.0",
9
"rxjs": "^7.4.0"
10
},
11
"dependencies": {
0 commit comments