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 41a22c1 commit b086143Copy full SHA for b086143
package.json
@@ -46,4 +46,4 @@
46
"tslint": "~6.1.0",
47
"typescript": "~4.3.5"
48
}
49
-}
+}
projects/plotly/package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "angular-plotly.js",
3
- "version": "4.0.2",
+ "version": "4.0.3",
4
"license": "MIT",
5
"peerDependencies": {
6
"@angular/common": ">10.0.9",
7
"@angular/core": ">10.0.9"
8
},
9
"devDependencies": {
10
- "plotly.js-dist": ">1.54.7"
+ "@types/plotly.js-dist-min": ">1.54.7",
11
+ "plotly.js-dist-min": ">1.54.7"
12
13
"dependencies": {
14
"tslib": "^2.0.0"
0 commit comments