Skip to content

Commit 5c73ee3

Browse files
renovate-botKeen Yee Liau
authored and
Keen Yee Liau
committed
build: update @types/jasmine to version ^3.0.0
1 parent f01c156 commit 5c73ee3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/schematics/schematics/blank/project-files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"@types/jasmine": "^2.6.0",
18+
"@types/jasmine": "^3.0.0",
1919
"@types/node": "^8.0.31",
20-
"jasmine": "^2.8.0",
20+
"jasmine": "^3.0.0",
2121
"typescript": "~3.2.2"
2222
}
2323
}

packages/schematics/schematics/schematic/files/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"@types/jasmine": "^2.6.0",
18+
"@types/jasmine": "^3.0.0",
1919
"@types/node": "^8.0.31",
20-
"jasmine": "^2.8.0",
20+
"jasmine": "^3.0.0",
2121
"typescript": "~3.2.2"
2222
}
2323
}

0 commit comments

Comments
 (0)