Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean177 committed Jan 25, 2020
1 parent 4296f20 commit 83a2fae
Show file tree
Hide file tree
Showing 3 changed files with 1,844 additions and 1,975 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:9
- image: circleci/node:12

working_directory: ~/repo

Expand All @@ -19,7 +19,7 @@ jobs:
- save_cache:
key: v2-dependencies-{{ checksum "yarn.lock" }}
paths:
- "node_modules"
- 'node_modules'

- run: yarn build
- run: yarn lint
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
}
],
"dependencies": {
"jest-get-type": "22.4.3",
"jest-matcher-utils": "23.6.0",
"lodash": "^4.17.11"
"jest-get-type": "25.1.0",
"jest-matcher-utils": "25.1.0",
"lodash": "^4.17.15"
},
"description": "A jest matcher to verify the structure of an object, particularly useful for api integration tests",
"devDependencies": {
"@types/chalk": "2.2.0",
"@types/jest": "23.3.10",
"@types/jest-get-type": "21.0.0",
"@types/jest-matcher-utils": "21.0.1",
"@types/lodash": "4.14.118",
"codecov": "3.1.0",
"jest": "23.6.0",
"ts-jest": "23.10.5",
"tslint": "5.11.0",
"tslint-react": "3.6.0",
"typescript": "3.2.2"
"@types/jest": "24.9.1",
"@types/jest-get-type": "24.2.0",
"@types/jest-matcher-utils": "25.1.0",
"@types/lodash": "4.14.149",
"codecov": "3.6.2",
"jest": "25.1.0",
"ts-jest": "25.0.0",
"tslint": "6.0.0",
"tslint-react": "4.2.0",
"typescript": "3.7.5"
},
"files": [
"dist"
Expand Down Expand Up @@ -55,7 +55,7 @@
"types": "dist/index.d.ts",
"name": "jest-to-match-shape-of",
"peerDependencies": {
"jest": "21.x"
"jest": "25.x"
},
"repository": "[email protected]:Dean177/jest-to-match-shape-of.git",
"scripts": {
Expand Down
Loading

0 comments on commit 83a2fae

Please sign in to comment.