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 to latest

+8 -8
+7 -7
package-lock.json
··· 16 16 "ava": "^6.1.2", 17 17 "c8": "^10.1.3", 18 18 "del-cli": "^6.0.0", 19 - "sort-package-json": "^2.8.0", 19 + "sort-package-json": "^3.0.0", 20 20 "tsimp": "^2.0.11", 21 21 "typescript": "^5.0.2", 22 22 "xo": "^0.58.0" ··· 7591 7591 "license": "MIT" 7592 7592 }, 7593 7593 "node_modules/sort-package-json": { 7594 - "version": "2.15.1", 7595 - "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.15.1.tgz", 7596 - "integrity": "sha512-9x9+o8krTT2saA9liI4BljNjwAbvUnWf11Wq+i/iZt8nl2UGYnf3TH5uBydE7VALmP7AGwlfszuEeL8BDyb0YA==", 7594 + "version": "3.0.0", 7595 + "resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-3.0.0.tgz", 7596 + "integrity": "sha512-vfZWx4DnFNB8R9Vg4Dnx21s20auNzWH15ZaCBfADAiyrCwemRmhWstTgvLjMek1DW3+MHcNaqkp86giCF24rMA==", 7597 7597 "dev": true, 7598 7598 "license": "MIT", 7599 7599 "dependencies": { 7600 7600 "detect-indent": "^7.0.1", 7601 - "detect-newline": "^4.0.0", 7601 + "detect-newline": "^4.0.1", 7602 7602 "get-stdin": "^9.0.0", 7603 7603 "git-hooks-list": "^3.0.0", 7604 7604 "is-plain-obj": "^4.1.0", 7605 - "semver": "^7.6.0", 7605 + "semver": "^7.7.1", 7606 7606 "sort-object-keys": "^1.1.3", 7607 - "tinyglobby": "^0.2.9" 7607 + "tinyglobby": "^0.2.12" 7608 7608 }, 7609 7609 "bin": { 7610 7610 "sort-package-json": "cli.js"
+1 -1
package.json
··· 36 36 "ava": "^6.1.2", 37 37 "c8": "^10.1.3", 38 38 "del-cli": "^6.0.0", 39 - "sort-package-json": "^2.8.0", 39 + "sort-package-json": "^3.0.0", 40 40 "tsimp": "^2.0.11", 41 41 "typescript": "^5.0.2", 42 42 "xo": "^0.58.0"