Skip to content

Commit ba90a85

Browse files
committed
build(npm): downgrade to [email protected] due to RangeError bug
Ref karma-runner/karma#1768
1 parent d3b5695 commit ba90a85

File tree

3 files changed

+27
-16
lines changed

3 files changed

+27
-16
lines changed

npm-shrinkwrap.clean.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
"version": "1.0.0"
17871787
},
17881788
"core-js": {
1789-
"version": "2.0.1"
1789+
"version": "1.2.6"
17901790
},
17911791
"core-object": {
17921792
"version": "0.0.2"
@@ -2941,6 +2941,9 @@
29412941
"minimist": {
29422942
"version": "0.2.0"
29432943
},
2944+
"noptify": {
2945+
"version": "0.0.3"
2946+
},
29442947
"qs": {
29452948
"version": "0.6.6"
29462949
},
@@ -3636,7 +3639,7 @@
36363639
"version": "3.0.0"
36373640
},
36383641
"karma": {
3639-
"version": "0.13.16",
3642+
"version": "0.13.15",
36403643
"dependencies": {
36413644
"batch": {
36423645
"version": "0.5.3"
@@ -3651,7 +3654,7 @@
36513654
"version": "1.1.0"
36523655
},
36533656
"glob": {
3654-
"version": "6.0.3"
3657+
"version": "5.0.15"
36553658
},
36563659
"graceful-fs": {
36573660
"version": "4.1.2"

npm-shrinkwrap.json

Lines changed: 20 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"jasmine": "2.3.1",
8181
"jpm": "1.0.0",
8282
"js-yaml": "^3.2.7",
83-
"karma": "^0.13.10",
83+
"karma": "^0.13.15",
8484
"karma-browserstack-launcher": "^0.1.7",
8585
"karma-chrome-launcher": "^0.2.0",
8686
"karma-dart": "^0.3.0",

0 commit comments

Comments
 (0)