Skip to content

Commit

Permalink
馃搶 Pin all devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Mar 19, 2022
1 parent 7bd0a3f commit d6675aa
Show file tree
Hide file tree
Showing 2 changed files with 1,379 additions and 576 deletions.
25 changes: 13 additions & 12 deletions package.json
Expand Up @@ -57,19 +57,20 @@
"update-notifier": "5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-flow": "^7.10.1",
"codecov": "^3.6.1",
"flow-bin": "^0.110.1",
"husky": "^7.0.0",
"jest": "^27.0.6",
"@babel/cli": "7.10.1",
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@babel/preset-flow": "7.10.1",
"codecov": "3.6.1",
"fetch-mock": "3.0.0",
"flow-bin": "0.110.1",
"husky": "7.0.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.0",
"jest-mock-process": "^1.2.0",
"lint-staged": "^12.0.2",
"pkg": "^5.0.0",
"prettier": "^2.1.1"
"jest-mock-process": "1.2.0",
"lint-staged": "12.0.2",
"pkg": "5.0.0",
"prettier": "2.1.1"
},
"babel": {
"presets": [
Expand Down

0 comments on commit d6675aa

Please sign in to comment.