Skip to content

Commit 6650013

Browse files
committed
npm: update dep versions
1 parent c5c7377 commit 6650013

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

frameworks/keyed/yew-baseline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/krausest/js-framework-benchmark.git"
1616
},
1717
"devDependencies": {
18-
"rimraf": "^2.6.3",
19-
"cpr": "^3.0.1"
18+
"cpr": "^3.0.1",
19+
"rimraf": "^2.6.3"
2020
}
2121
}

frameworks/keyed/yew/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/krausest/js-framework-benchmark.git"
1616
},
1717
"devDependencies": {
18-
"rimraf": "^2.6.3",
19-
"cpr": "^3.0.1"
18+
"cpr": "^3.0.1",
19+
"rimraf": "^2.6.3"
2020
}
2121
}

webdriver-ts-results/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"jStat": "1.7.1",
46+
"plotly.js-cartesian-dist": "^1.45.2",
4647
"react": "16.8.4",
47-
"react-dom": "16.8.4",
48-
"plotly.js-cartesian-dist": "^1.45.2"
48+
"react-dom": "16.8.4"
4949
}
5050
}

webdriver-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"jstat": "1.9.2",
4343
"lighthouse": "5.6.0",
4444
"lodash": "4.17.15",
45+
"npm-check-updates": "4.0.1",
4546
"ramda": "0.27.0",
4647
"selenium-webdriver": "4.0.0-alpha.1",
47-
"yargs": "15.1.0",
48-
"npm-check-updates": "4.0.1",
49-
"semver": "7.1.2"
48+
"semver": "7.1.2",
49+
"yargs": "15.1.0"
5050
}
5151
}

0 commit comments

Comments
 (0)