Skip to content

Commit

Permalink
🐛 fix: Fix remark-gfm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 21, 2023
1 parent 15ce284 commit 1e1408f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 68 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ ESlint config, Prettier config, Remark config for LobeHub
#### TOC

- [📦 Installation](#-installation)

- [🤯 Usage](#-usage)

- [.npmrc](#npmrc)
- [ESlint](#eslint)
- [Stylelint](#stylelint)
Expand All @@ -47,9 +45,7 @@ ESlint config, Prettier config, Remark config for LobeHub
- [Remark](#remark)
- [Prettier](#prettier)
- [Semantic Release](#semantic-release)

- [⌨️ Local Development](#️-local-development)

- [🤝 Contributing](#-contributing)

####
Expand Down Expand Up @@ -211,9 +207,9 @@ This project is [MIT](./LICENSE) licensed.
[contributors-url]: https://github.com/lobehub/lobe-lint/graphs/contributors
[discord-link]: https://discord.gg/AYFPHvv2jT
[discord-shield]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square
[github-action-release-link]: https://github.com/actions/workflows/lobehub/lobe-lint/release.yml
[github-action-release-link]: https://github.com/lobehub/lobe-lint/actions/workflows/release.yml
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-lint/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-action-test-link]: https://github.com/actions/workflows/lobehub/lobe-lint/test.yml
[github-action-test-link]: https://github.com/lobehub/lobe-lint/actions/workflows/test.yml
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-lint/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
[github-contributors-link]: https://github.com/lobehub/lobe-lint/graphs/contributors
[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-lint?color=c4f042&labelColor=black&style=flat-square
Expand Down
124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,75 +55,75 @@
]
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@umijs/babel-preset-umi": "latest",
"@umijs/lint": "latest",
"commitlint-config-gitmoji": "latest",
"eslint-config-prettier": "latest",
"eslint-import-resolver-alias": "latest",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-simple-import-sort": "latest",
"eslint-plugin-sort-keys-fix": "latest",
"eslint-plugin-typescript-sort-keys": "latest",
"eslint-plugin-unicorn": "latest",
"eslint-plugin-unused-imports": "latest",
"postcss-less": "latest",
"postcss-styled-syntax": "latest",
"prettier-plugin-organize-imports": "latest",
"prettier-plugin-packagejson": "latest",
"prettier-plugin-sh": "latest",
"prettier-plugin-sort-json": "latest",
"remark-frontmatter": "latest",
"remark-gfm": "latest",
"remark-lint": "latest",
"remark-lint-checkbox-content-indent": "latest",
"remark-lint-frontmatter-schema": "latest",
"remark-lint-heading-whitespace": "latest",
"remark-lint-linebreak-style": "latest",
"remark-lint-list-item-indent": "latest",
"remark-lint-list-item-spacing": "latest",
"remark-lint-no-duplicate-headings-in-section": "latest",
"remark-lint-no-empty-sections": "latest",
"remark-lint-no-empty-url": "latest",
"remark-lint-no-file-name-irregular-characters": "latest",
"remark-lint-no-heading-indent": "latest",
"remark-lint-no-heading-like-paragraph": "latest",
"remark-lint-no-paragraph-content-indent": "latest",
"remark-lint-no-reference-like-url": "latest",
"remark-lint-no-shell-dollars": "latest",
"remark-lint-no-tabs": "latest",
"remark-lint-no-unneeded-full-reference-image": "latest",
"remark-lint-no-unneeded-full-reference-link": "latest",
"remark-lint-ordered-list-marker-value": "latest",
"remark-lint-write-good": "latest",
"remark-pangu": "latest",
"remark-preset-lint-consistent": "latest",
"remark-preset-lint-markdown-style-guide": "latest",
"remark-preset-lint-recommended": "latest",
"remark-remove-unused-definitions": "latest",
"remark-sort-definitions": "latest",
"remark-textr": "latest",
"remark-toc": "latest",
"semantic-release-config-gitmoji": "latest",
"stylelint-config-clean-order": "latest",
"stylelint-config-recommended": "latest",
"stylelint-less": "latest",
"stylelint-order": "latest"
"@trivago/prettier-plugin-sort-imports": "^4",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@umijs/babel-preset-umi": "^4",
"@umijs/lint": "^4",
"commitlint-config-gitmoji": "^2",
"eslint-config-prettier": "^9",
"eslint-import-resolver-alias": "^1",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^27",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-simple-import-sort": "^10",
"eslint-plugin-sort-keys-fix": "^1",
"eslint-plugin-typescript-sort-keys": "^3",
"eslint-plugin-unicorn": "^48",
"eslint-plugin-unused-imports": "^3",
"postcss-less": "^6",
"postcss-styled-syntax": "^0.5",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"prettier-plugin-sh": "^0.13",
"prettier-plugin-sort-json": "^3",
"remark-frontmatter": "^5",
"remark-gfm": "^3",
"remark-lint": "^9",
"remark-lint-checkbox-content-indent": "^4",
"remark-lint-frontmatter-schema": "^3",
"remark-lint-heading-whitespace": "^1",
"remark-lint-linebreak-style": "^3",
"remark-lint-list-item-indent": "^3",
"remark-lint-list-item-spacing": "^4",
"remark-lint-no-duplicate-headings-in-section": "^3",
"remark-lint-no-empty-sections": "^4",
"remark-lint-no-empty-url": "^3",
"remark-lint-no-file-name-irregular-characters": "^2",
"remark-lint-no-heading-indent": "^4",
"remark-lint-no-heading-like-paragraph": "^3",
"remark-lint-no-paragraph-content-indent": "^4",
"remark-lint-no-reference-like-url": "^3",
"remark-lint-no-shell-dollars": "^3",
"remark-lint-no-tabs": "^3",
"remark-lint-no-unneeded-full-reference-image": "^3",
"remark-lint-no-unneeded-full-reference-link": "^3",
"remark-lint-ordered-list-marker-value": "^3",
"remark-lint-write-good": "^1",
"remark-pangu": "^2",
"remark-preset-lint-consistent": "^5",
"remark-preset-lint-markdown-style-guide": "^5",
"remark-preset-lint-recommended": "^6",
"remark-remove-unused-definitions": "^1",
"remark-sort-definitions": "^1",
"remark-textr": "^5",
"remark-toc": "^9",
"semantic-release-config-gitmoji": "^1",
"stylelint-config-clean-order": "^5",
"stylelint-config-recommended": "^13",
"stylelint-less": "^2",
"stylelint-order": "^6"
},
"devDependencies": {
"@commitlint/cli": "^17",
"@types/node": "^20",
"antd-style": "latest",
"antd-style": "^3",
"clean-pkg-json": "^1",
"commitlint": "^17",
"eslint": "^8",
"father": "^4",
"father": "4.3.1",
"husky": "^8",
"lint-staged": "^14",
"prettier": "^3",
Expand Down

0 comments on commit 1e1408f

Please sign in to comment.