Skip to content

Commit

Permalink
chore(package.json): 更新依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Jan 16, 2025
1 parent 5080e5e commit f8eda9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@formatjs/intl-durationformat": "^0.7.2",
"@formatjs/intl-localematcher": "^0.5.10",
"@solidjs/router": "^0.15.2",
"@solidjs/router": "^0.15.3",
"bowser": "^2.11.0",
"echarts": "^5.6.0",
"intl-messageformat": "^10.7.11",
Expand All @@ -110,12 +110,12 @@
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.0-beta.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"jsdom": "^26.0.0",
"postcss": "^8.5.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.7",
Expand Down
6 changes: 3 additions & 3 deletions cmd/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"preview": "vite preview"
},
"dependencies": {
"@solidjs/router": "^0.15.2",
"@solidjs/router": "^0.15.3",
"@cmfx/admin": "0.8.3",
"solid-js": "^1.9.4"
},
"devDependencies": {
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.5.0",
"postcss": "^8.5.1",
"solid-devtools": "^0.33.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
Expand Down
21 changes: 10 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8eda9c

Please sign in to comment.