Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
deps(jasmine): upgrade to the latest jasmine version 3.3
Browse files Browse the repository at this point in the history
- version @types/jasmine 3.3 requires a minimum of typescript 2.8

closes #5054
  • Loading branch information
cnishina committed Dec 13, 2018
1 parent efa2354 commit 59deeaf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Selenium Start
background: true
command: |
./node_modules/.bin/webdriver-manager update
./node_modules/.bin/webdriver-manager update --versions.chrome=2.45
./node_modules/.bin/webdriver-manager start
- run:
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"browserstack": "^1.5.1",
"chalk": "^1.1.3",
"glob": "^7.0.3",
"jasmine": "2.8.0",
"jasmine": "^3.3.1",
"optimist": "~0.6.0",
"saucelabs": "^1.5.0",
"selenium-webdriver": "3.6.0",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@types/chalk": "^0.4.28",
"@types/glob": "^5.0.29",
"@types/jasmine": "^2.5.47",
"@types/jasmine": "^3.3.0",
"@types/loglevel": "^1.5.3",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
Expand Down

0 comments on commit 59deeaf

Please sign in to comment.