Skip to content

Commit

Permalink
feat: add support and handling for peerDependenciesMeta in generated …
Browse files Browse the repository at this point in the history
…README files
  • Loading branch information
wessberg committed Nov 16, 2021
1 parent a967f8f commit 343e3de
Show file tree
Hide file tree
Showing 18 changed files with 3,067 additions and 2,302 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Sandhog works out of the box without any configuration. Some highlights include:

[Become a sponsor/backer](https://github.com/wessberg/sandhog?sponsor=1) and get your logo listed here.

| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) |
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | <a href="https://github.com/cblanc"><img alt="Christopher Blanchard" src="https://avatars0.githubusercontent.com/u/2160685?s=400&v=4" height="70" /></a> | <a href="https://github.com/ideal-postcodes"><img alt="Ideal Postcodes" src="https://avatars.githubusercontent.com/u/4996310?s=200&v=4" height="70" /></a> | <a href="https://www.xerox.com"><img alt="Xerox" src="https://avatars.githubusercontent.com/u/9158512?s=200&v=4" height="70" /></a> | <a href="https://changelog.me"><img alt="Trent Raymond" src="https://avatars.githubusercontent.com/u/1509616?v=4" height="70" /></a> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@usebubbles](https://twitter.com/usebubbles) | [Christopher Blanchard](https://github.com/cblanc) | [Ideal Postcodes](https://github.com/ideal-postcodes) | [Xerox](https://www.xerox.com) | [Trent Raymond](https://changelog.me) |

### Patreon

Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,38 +40,39 @@
"backers"
],
"dependencies": {
"@types/prettier": "^2.2.3",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"eslint": "^7.27.0",
"inquirer": "^8.1.0",
"@types/prettier": "^2.4.2",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"eslint": "^8.2.0",
"inquirer": "^8.2.0",
"json5": "^2.2.0",
"markdown-toc": "^1.2.0",
"prettier": "^2.3.0",
"prettier": "^2.4.1",
"yaml": "^1.10.2",
"helpertypes": "^0.0.2"
"helpertypes": "^0.0.17"
},
"devDependencies": {
"@types/eslint": "^7.2.12",
"@types/inquirer": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@wessberg/rollup-plugin-ts": "^1.3.14",
"@wessberg/ts-config": "^1.1.0",
"@types/eslint": "^7.29.0",
"@types/inquirer": "^8.1.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@wessberg/ts-config": "^1.1.3",
"rollup-plugin-ts": "^1.3.14",
"rimraf": "^3.0.2",
"ava": "^3.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsdoc": "^35.0.0",
"husky": "^6.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"husky": "^7.0.4",
"np": "7.5.0",
"pnpm": "^6.6.1",
"pretty-quick": "^3.1.0",
"rollup": "^2.50.2",
"pnpm": "^6.22.2",
"pretty-quick": "^3.1.2",
"rollup": "^2.60.0",
"standard-changelog": "^2.0.27",
"ts-node": "^10.0.0",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"npm-check-updates": "12.0.2"
},
"main": "./dist/api/index.js",
"module": "./dist/api/index.js",
Expand Down
Loading

0 comments on commit 343e3de

Please sign in to comment.