Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82c8311

Browse files
committed
Adding angular 15 as devDependency
1 parent59f1536 commit82c8311

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)

[8]ページ先頭

©2009-2025 Movatter.jp