Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 76d54ef

Browse files
committed
update jasmine-core to 2.8.0
1 parent 1312f0f commit 76d54ef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"gulp-sourcemaps": "^1.2.2",
5858
"gulp-uglify": "^1.0.1",
5959
"gulp-util": "^3.0.1",
60-
"jasmine-core": "2.5.2",
60+
"jasmine-core": "^2.6.4",
6161
"jasmine-node": "^2.0.0",
6262
"jasmine-reporters": "^2.2.0",
6363
"jquery": "^3.2.1",
@@ -105,4 +105,4 @@
105105
"path": "node_modules/cz-conventional-changelog"
106106
}
107107
}
108-
}
108+
}

yarn.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3493,7 +3493,11 @@ jade@0.26.3:
34933493
commander "0.6.1"
34943494
mkdirp "0.3.0"
34953495

3496-
jasmine-core@2.5.2, jasmine-core@~2.5.2:
3496+
jasmine-core@^2.6.4:
3497+
version "2.8.0"
3498+
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
3499+
3500+
jasmine-core@~2.5.2:
34973501
version "2.5.2"
34983502
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.5.2.tgz#6f61bd79061e27f43e6f9355e44b3c6cab6ff297"
34993503

@@ -6335,7 +6339,7 @@ traceur@vojtajina/traceur-compiler#add-es6-pure-transformer-dist:
63356339
dependencies:
63366340
commander ">=1.1"
63376341
q-io "~1.10.6"
6338-
semver "*"
6342+
semver "2.2.1"
63396343

63406344
"traverse@>=0.3.0 <0.4":
63416345
version "0.3.9"

0 commit comments

Comments
 (0)