Skip to content

Commit

Permalink
refactor(package.json): 更新依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Jan 4, 2025
1 parent 097431e commit a8726df
Show file tree
Hide file tree
Showing 4 changed files with 1,881 additions and 421 deletions.
10 changes: 5 additions & 5 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@
"test": "vitest --coverage.enabled true"
},
"dependencies": {
"@formatjs/intl-durationformat": "^0.7.1",
"@formatjs/intl-localematcher": "^0.5.9",
"@formatjs/intl-durationformat": "^0.7.2",
"@formatjs/intl-localematcher": "^0.5.10",
"@solidjs/router": "^0.15.2",
"bowser": "^2.11.0",
"echarts": "^5.5.1",
"intl-messageformat": "^10.7.10",
"echarts": "^5.6.0",
"intl-messageformat": "^10.7.11",
"material-symbols": "^0.27.2",
"quill": "^2.0.3",
"solid-js": "^1.9.3",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand Down
4 changes: 2 additions & 2 deletions cmd/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"solid-devtools": "^0.31.5",
"solid-devtools": "^0.32.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
Expand Down
Loading

0 comments on commit a8726df

Please sign in to comment.