Skip to content

Commit

Permalink
πŸ› fix: Fix next version
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 17, 2023
1 parent b7289eb commit b8e3e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
12 changes: 0 additions & 12 deletions README.md
@@ -1,17 +1,5 @@
<a name="readme-top"></a>


> πŸ“Š Total: <kbd>**2**</kbd>
<a href="https://github.com/canisminor1990" title="canisminor1990">
<img src="https://avatars.githubusercontent.com/u/17870709?v=4" width="50" />
</a>
<a href="https://github.com/apps/renovate" title="renovate[bot]">
<img src="https://avatars.githubusercontent.com/in/2740?v=4" width="50" />
</a>

<a name="readme-top"></a>

<div align="center">

<img height="120" src="https://registry.npmmirror.com/@lobehub/assets-logo/1.0.0/files/assets/logo-3d.webp">
Expand Down
25 changes: 4 additions & 21 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@lobehub/readme-generator",
"version": "0.0.0",
"description": "",
"description": "Generate an aesthetically pleasing product README through intelligent methods",
"homepage": "https://github.com/lobehub/lobe-readme-generator",
"bugs": {
"url": "https://github.com/lobehub/lobe-readme-generator/issues/new/choose"
Expand Down Expand Up @@ -55,35 +55,28 @@
]
},
"dependencies": {
"@ant-design/colors": "^7",
"@emoji-mart/data": "^1",
"@emoji-mart/react": "^1",
"@icons-pack/react-simple-icons": "^9",
"@lobehub/ui": "latest",
"@vercel/analytics": "^1",
"ahooks": "^3",
"ai": "^2",
"antd": "^5",
"antd-style": "^3",
"emoji-mart": "^5",
"fast-deep-equal": "^3",
"gpt-tokenizer": "^2",
"i18next": "^23",
"i18next-browser-languagedetector": "^7",
"immer": "^10",
"leva": "latest",
"lodash-es": "^4",
"lucide-react": "latest",
"next": "13",
"next": "13.4.7",
"next-i18next": "^14",
"openai": "^4.6.0",
"polished": "^4",
"query-string": "^8",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^13",
"react-intersection-observer": "^9",
"react-layout-kit": "^1",
"react-markdown": "^8.0.7",
"react-markdown": "^8",
"react-syntax-highlighter": "^15",
"rehype-highlight": "^7",
"rehype-raw": "^7",
Expand All @@ -105,34 +98,24 @@
"@next/eslint-plugin-next": "^13",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^14",
"@types/chroma-js": "^2",
"@types/lodash-es": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/systemjs": "^6.13.2",
"@types/testing-library__jest-dom": "^6",
"@types/uuid": "^9",
"@umijs/lint": "^4",
"@vitest/coverage-v8": "latest",
"commitlint": "^17",
"consola": "^3",
"dpdm": "^3",
"eslint": "^8",
"husky": "^8",
"i18next-browser-languagedetector": "^7",
"i18next-resources-for-ts": "^1",
"jsdom": "^22",
"lint-staged": "^14",
"next-pwa": "^5",
"node-fetch": "^3",
"prettier": "^3",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"stylelint": "^15",
"ts-node": "^10",
"tsx": "^3",
"typescript": "^5",
"vitest": "latest"
},
Expand Down

0 comments on commit b8e3e7f

Please sign in to comment.