Skip to content

Commit

Permalink
feat(@schematics/schematics): update jasmine to 3.3.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and vikerman committed Mar 13, 2019
1 parent 3ac1cc3 commit c378ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"@types/jasmine": "^3.0.0",
"@types/jasmine": "^3.3.9",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"jasmine": "^3.3.1",
"typescript": "~3.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/schematics/schematics/schematic/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"@types/jasmine": "^3.0.0",
"@types/jasmine": "^3.3.9",
"@types/node": "^8.0.31",
"jasmine": "^3.0.0",
"jasmine": "^3.3.1",
"typescript": "~3.2.2"
}
}

0 comments on commit c378ddc

Please sign in to comment.