Skip to content

Commit

Permalink
chore(deps): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 19, 2024
1 parent b44adb7 commit e14eac2
Show file tree
Hide file tree
Showing 4 changed files with 771 additions and 1,473 deletions.
8 changes: 4 additions & 4 deletions docs-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"devDependencies": {
"@moeru-ai/characters": "workspace:*",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.7.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.9.0",
"@nolebase/vitepress-plugin-git-changelog": "2.0.0-rc5",
"@radix-ui/colors": "^3.0.0",
"unocss": "^0.63.6",
"vitepress": "^1.4.2",
"vue": "^3.5.12"
"unocss": "^0.64.1",
"vitepress": "^1.5.0",
"vue": "^3.5.13"
}
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.0",
"astro": "^4.16.10",
"sharp": "^0.32.5",
"astro": "^4.16.13",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "@moeru-ai/hub",
"type": "module",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"scripts": {
"build": "corepack pnpm -r build",
"docs:dev": "corepack pnpm -rF @moeru-ai/docs dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.9.2",
"@importantimport/eslint-config": "^1.0.0-alpha.2",
"@importantimport/tsconfig": "^0.1.1",
"@types/node": "^22.8.5",
"eslint": "^9.13.0",
"@types/node": "^22.9.0",
"eslint": "^9.15.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit e14eac2

Please sign in to comment.