Skip to content

Commit

Permalink
Merge pull request #5 from dbenfouzari/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
dbenfouzari authored Aug 21, 2020
2 parents b9367c3 + 2172d4b commit cb4a3e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/preset-env": "7.11.0",
"eslint": "^7.7.0",
"jest": "^26.4.1",
"eslint": "7.7.0",
"jest": "26.4.1",
"typescript": "3.9.7"
},
"browserslist": "> 0.25%, not dead"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==

eslint@^7.7.0:
eslint@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==
Expand Down Expand Up @@ -3474,7 +3474,7 @@ jest-worker@^26.3.0:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jest@^26.4.1:
jest@26.4.1:
version "26.4.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-26.4.1.tgz#4c187999c9af761eba862d720f66f43e80b8d12f"
integrity sha512-q+az+ZXFOTxTlD6BRIMcZC+a33O9lsryV4Wo9gU4D/AI+Y6KKgVRCmyzpc4H2gWv0rn45lACukmMS2uSB7e1LA==
Expand Down

0 comments on commit cb4a3e7

Please sign in to comment.