Skip to content

Commit

Permalink
馃搶 Pin dependencies and devDependencies (#788)
Browse files Browse the repository at this point in the history
* 馃搶 Pin all `dependencies`
* 馃搶 Pin all `devDependencies`
* 馃敡 Ignore `.flowconfig` malformed package_json
  • Loading branch information
carloscuesta committed Mar 19, 2022
1 parent cae099b commit bcfb462
Show file tree
Hide file tree
Showing 3 changed files with 1,485 additions and 674 deletions.
1 change: 1 addition & 0 deletions .flowconfig
@@ -1,4 +1,5 @@
[ignore]
<PROJECT_ROOT>/node_modules/@babel/core/node_modules/resolve/test/resolver/malformed_package_json

[include]

Expand Down
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -43,33 +43,33 @@
},
"homepage": "https://github.com/carloscuesta/gitmoji-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"conf": "^10.0.1",
"execa": "^5.0.0",
"fuse.js": "^6.4.1",
"inquirer": "^8.1.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"meow": "^9.0.0",
"node-fetch": "^2.6.0",
"chalk": "4.1.0",
"conf": "10.0.1",
"execa": "5.0.0",
"fuse.js": "6.4.1",
"inquirer": "8.1.1",
"inquirer-autocomplete-prompt": "1.0.1",
"meow": "9.0.0",
"node-fetch": "2.6.0",
"ora": "5.4.1",
"path-exists": "4.0.0",
"proxy-agent": "^5.0.0",
"update-notifier": "^5.0.0"
"proxy-agent": "5.0.0",
"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",
"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"
"@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",
"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"
},
"babel": {
"presets": [
Expand Down

0 comments on commit bcfb462

Please sign in to comment.