Skip to content

Commit

Permalink
build(dep): bump cypress, zone.js & jest-preset-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMorier committed Mar 18, 2020
1 parent 0263291 commit 40d5b7d
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aliases:
# https://github.com/cypress-io/cypress-docker-images/tree/master/included
- &use_docker_cypress_included
docker:
- image: cypress/included:4.1.0
- image: cypress/included:4.2.0

- &workspace ~/talus

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"tslib": "1.11.1",
"zone.js": "0.10.2"
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.900.6",
Expand Down Expand Up @@ -94,15 +94,15 @@
"babylonjs": "4.1.0",
"benchmark": "2.1.4",
"codelyzer": "5.2.1",
"cypress": "4.1.0",
"cypress": "4.2.0",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"gh-pages": "2.2.0",
"jasmine-marbles": "0.6.0",
"jest": "24.9.0",
"jest-junit": "10.0.0",
"jest-preset-angular": "8.0.0",
"jest-preset-angular": "8.1.2",
"junit-xml": "1.2.0",
"prettier": "1.19.1",
"stylelint": "13.2.1",
Expand Down

0 comments on commit 40d5b7d

Please sign in to comment.