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

Commit

Permalink
deps(update): move @types/jasmine to devDependencies (#3795)
Browse files Browse the repository at this point in the history
- update outdated dependencies
- move @types/jasmine to devDependencies

closes #3792
  • Loading branch information
cnishina authored and juliemr committed Dec 29, 2016
1 parent 36ad42b commit 397bf65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion exampleTypescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"test": "protractor tmp/conf.js"
},
"dependencies": {
"@types/jasmine": "^2.5.38",
"jasmine": "^2.4.1",
"protractor": "file:../",
"typescript": "^2.0.0"
"typescript": "^2.1.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"@types/jasmine": "^2.5.36",
"@types/node": "^6.0.46",
"@types/q": "^0.0.32",
"@types/selenium-webdriver": "2.53.38",
Expand All @@ -31,6 +30,7 @@
"devDependencies": {
"@types/chalk": "^0.4.28",
"@types/glob": "^5.0.29",
"@types/jasmine": "^2.5.38",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/optimist": "^0.0.29",
Expand Down
3 changes: 2 additions & 1 deletion spec/install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"author": "",
"license": "MIT",
"dependencies": {
"@types/jasmine": "^2.5.38",
"protractor": "file:../../",
"rimraf": "^2.5.4",
"typescript": "^2.0.0"
"typescript": "^2.1.1"
}
}

0 comments on commit 397bf65

Please sign in to comment.