this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update sort-package-json

+12 -13
+11 -12
package-lock.json
··· 28 28 "auto-terminal-profile": "cli.js" 29 29 }, 30 30 "devDependencies": { 31 - "sort-package-json": "^2.7.0", 31 + "sort-package-json": "^3.2.1", 32 32 "xo": "^0.59.3" 33 33 }, 34 34 "engines": { ··· 3547 3547 } 3548 3548 }, 3549 3549 "node_modules/git-hooks-list": { 3550 - "version": "3.2.0", 3551 - "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.2.0.tgz", 3552 - "integrity": "sha512-ZHG9a1gEhUMX1TvGrLdyWb9kDopCBbTnI8z4JgRMYxsijWipgjSEYoPWqBuIB0DnRnvqlQSEeVmzpeuPm7NdFQ==", 3550 + "version": "4.1.1", 3551 + "resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-4.1.1.tgz", 3552 + "integrity": "sha512-cmP497iLq54AZnv4YRAEMnEyQ1eIn4tGKbmswqwmFV4GBnAqE8NLtWxxdXa++AalfgL5EBH4IxTPyquEuGY/jA==", 3553 3553 "dev": true, 3554 3554 "license": "MIT", 3555 3555 "funding": { ··· 6484 6484 "license": "MIT" 6485 6485 }, 6486 6486 "node_modules/sort-package-json": { 6487 - "version": "2.15.1", 6488 - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.15.1.tgz", 6489 - "integrity": "sha512-9x9+o8krTT2saA9liI4BljNjwAbvUnWf11Wq+i/iZt8nl2UGYnf3TH5uBydE7VALmP7AGwlfszuEeL8BDyb0YA==", 6487 + "version": "3.2.1", 6488 + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.2.1.tgz", 6489 + "integrity": "sha512-rTfRdb20vuoAn7LDlEtCqOkYfl2X+Qze6cLbNOzcDpbmKEhJI30tTN44d5shbKJnXsvz24QQhlCm81Bag7EOKg==", 6490 6490 "dev": true, 6491 6491 "license": "MIT", 6492 6492 "dependencies": { 6493 6493 "detect-indent": "^7.0.1", 6494 - "detect-newline": "^4.0.0", 6495 - "get-stdin": "^9.0.0", 6496 - "git-hooks-list": "^3.0.0", 6494 + "detect-newline": "^4.0.1", 6495 + "git-hooks-list": "^4.0.0", 6497 6496 "is-plain-obj": "^4.1.0", 6498 - "semver": "^7.6.0", 6497 + "semver": "^7.7.1", 6499 6498 "sort-object-keys": "^1.1.3", 6500 - "tinyglobby": "^0.2.9" 6499 + "tinyglobby": "^0.2.12" 6501 6500 }, 6502 6501 "bin": { 6503 6502 "sort-package-json": "cli.js"
+1 -1
package.json
··· 33 33 "untildify": "^5.0.0" 34 34 }, 35 35 "devDependencies": { 36 - "sort-package-json": "^2.7.0", 36 + "sort-package-json": "^3.2.1", 37 37 "xo": "^0.59.3" 38 38 }, 39 39 "engines": {