Skip to content

Commit

Permalink
chore: update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhuangzhuang committed Jan 17, 2025
1 parent 20a0514 commit 7260a71
Show file tree
Hide file tree
Showing 17 changed files with 4,315 additions and 3,759 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from 'astro/config'
import mdx from '@astrojs/mdx'
import sitemap from '@astrojs/sitemap'
import UnoCSS from 'unocss/astro'
import vue from '@astrojs/vue'
import { defineConfig } from 'astro/config'
import UnoCSS from 'unocss/astro'

// built-in themes
// const themes = ['andromeeda', 'aurora-x', 'ayu-dark', 'catppuccin-frappe', 'catppuccin-latte', 'catppuccin-macchiato', 'catppuccin-mocha', 'dark-plus', 'dracula', 'dracula-soft', 'github-dark', 'github-dark-dimmed', 'github-light', 'light-plus', 'material-theme', 'material-theme-darker', 'material-theme-lighter', 'material-theme-ocean', 'material-theme-palenight', 'min-dark', 'min-light', 'monokai', 'night-owl', 'nord', 'one-dark-pro', 'poimandres', 'red', 'rose-pine', 'rose-pine-dawn', 'rose-pine-moon', 'slack-dark', 'slack-ochin', 'solarized-dark', 'solarized-light', 'synthwave-84', 'tokyo-night', 'vesper', 'vitesse-black', 'vitesse-dark', 'vitesse-light']
Expand Down
47 changes: 25 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"node": ">=18.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "simple-git-hooks",
"dev": "astro dev --host",
"build": "astro build",
Expand All @@ -17,32 +16,36 @@
"release": "bumpp"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/vue": "^4.0.8",
"@unocss/reset": "^0.58.5",
"astro": "^4.5.2",
"marked": "^11.2.0",
"unocss": "^0.58.5",
"vue": "^3.4.21"
"@astrojs/mdx": "^4.0.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^5.0.4",
"@unocss/reset": "^65.4.0",
"astro": "^5.1.5",
"marked": "^15.0.6",
"nprogress": "^0.2.0",
"unocss": "^65.4.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"@iconify/json": "^2.2.191",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-format": "^0.1.0",
"lint-staged": "^15.2.2",
"prettier-plugin-astro": "^0.13.0",
"simple-git-hooks": "^2.10.0"
"@antfu/eslint-config": "^3.14.0",
"@iconify/json": "^2.2.294",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@vueuse/core": "^12.4.0",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^15.3.0",
"lodash-es": "^4.17.21",
"prettier-plugin-astro": "^0.14.1",
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "pnpm lint:fix"
"*.{js,ts,jsx,tsx,vue,astro,json}": "pnpm lint:fix"
}
}
Loading

0 comments on commit 7260a71

Please sign in to comment.