Skip to content

Commit

Permalink
💄 style: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 25, 2024
1 parent 4e874f9 commit 37eef7f
Showing 1 changed file with 35 additions and 42 deletions.
77 changes: 35 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
],
"scripts": {
"build": "father build",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check && npm run doctor",
"dev": "father dev",
"docs:build": "npm run setup && npm run build && dumi build",
"docs:build-analyze": "ANALYZE=1 dumi build",
"docs:dev": "npm run setup && dumi dev",
Expand Down Expand Up @@ -83,50 +83,43 @@
"not ie <= 10"
],
"dependencies": {
"@babel/runtime": "^7",
"lodash-es": "^4",
"openai": "^4.39.0",
"query-string": "^8",
"react-error-boundary": "^4",
"remark-gfm": "^3",
"remark-parse": "^10",
"swr": "^2",
"unified": "^11",
"unist-util-visit": "^5",
"url-join": "^5",
"uuid": "^9"
"@babel/runtime": "^7.24.7",
"lodash-es": "^4.17.21",
"query-string": "^9.0.0",
"react-error-boundary": "^4.0.13",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"swr": "^2.2.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"url-join": "^5.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18",
"@lobehub/i18n-cli": "^1.11.1",
"@lobehub/lint": "latest",
"@lobehub/ui": "^1",
"@types/lodash-es": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9",
"@vercel/node": "^3",
"antd": "^5",
"antd-style": "^3",
"commitlint": "^18",
"dumi": "^2",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"@commitlint/cli": "^19.3.0",
"@lobehub/i18n-cli": "^1.18.1",
"@lobehub/lint": "^1.23.4",
"@lobehub/ui": "^1.145.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@vercel/node": "^3.1.7",
"commitlint": "^19.3.0",
"dumi": "^2.3.8",
"dumi-theme-lobehub": "^1.8.0",
"eslint": "^8.57.0",
"father": "4.3.1",
"husky": "^8",
"lint-staged": "^15",
"lucide-react": "latest",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"react-layout-kit": "^1",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"tsx": "^4.1.2",
"typescript": "^5",
"vercel": "^28"
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"semantic-release": "^21.1.2",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vercel": "^28.20.0"
},
"peerDependencies": {
"@lobehub/ui": ">=1",
Expand Down

0 comments on commit 37eef7f

Please sign in to comment.