Skip to content

Commit 3577fb0

Browse files
committed
Adding angular 15 as devDependency
1 parent 83eca92 commit 3577fb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/plotly/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"peerDependencies": {
6-
"@angular/common": ">=13.0.0",
7-
"@angular/core": ">=13.0.0"
6+
"@angular/common": ">=15.0.0",
7+
"@angular/core": ">=15.0.0"
88
},
99
"devDependencies": {
10-
"@types/plotly.js-dist-min": ">1.54.7",
11-
"plotly.js-dist-min": ">1.54.7"
10+
"@types/plotly.js-dist-min": ">2.20.0",
11+
"plotly.js-dist-min": ">2.20.0"
1212
},
1313
"dependencies": {
14-
"tslib": "^2.0.0"
14+
"tslib": "^2.3.1"
1515
}
1616
}

0 commit comments

Comments
 (0)