Thanks to visit codestin.com Credit goes to github.com
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 59f1536 commit 82c8311Copy full SHA for 82c8311
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-plotly.js",
3
- "version": "5.0.0",
+ "version": "5.1.0",
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
projects/plotly/package.json
@@ -1,16 +1,16 @@
"peerDependencies": {
- "@angular/common": ">=13.0.0",
7
- "@angular/core": ">=13.0.0"
+ "@angular/common": ">=15.0.0",
+ "@angular/core": ">=15.0.0"
8
},
9
"devDependencies": {
10
- "@types/plotly.js-dist-min": ">1.54.7",
11
- "plotly.js-dist-min": ">1.54.7"
+ "@types/plotly.js-dist-min": ">2.20.0",
+ "plotly.js-dist-min": ">2.20.0"
12
13
"dependencies": {
14
- "tslib": "^2.0.0"
+ "tslib": "^2.3.1"
15
}
16
0 commit comments