8000 Updating to angular 12 · plotly/angular-plotly.js@b086143 · GitHub
[go: up one dir, main page]

Skip to content

Commit b086143

Browse files
committed
Updating to angular 12
1 parent 41a22c1 commit b086143

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
"tslint": "~6.1.0",
4747
"typescript": "~4.3.5"
4848
}
49-
}
49+
}

projects/plotly/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">10.0.9",
77
"@angular/core": ">10.0.9"
88
},
99
"devDependencies": {
10-
"plotly.js-dist": ">1.54.7"
10+
"@types/plotly.js-dist-min": ">1.54.7",
11+
"plotly.js-dist-min": ">1.54.7"
1112
},
1213
"dependencies": {
1314
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)
0