Skip to content

Commit

Permalink
chore: 更新依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Dec 12, 2024
1 parent 6afc68a commit 7601713
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 127 deletions.
8 changes: 4 additions & 4 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin",
"version": "0.7.11",
"version": "0.7.12",
"type": "module",
"description": "适用于 cmfx 的后台管理框架",
"author": {
Expand Down Expand Up @@ -98,9 +98,9 @@
"test": "vitest --coverage.enabled true"
},
"dependencies": {
"@formatjs/intl-durationformat": "^0.6.5",
"@formatjs/intl-durationformat": "^0.7.1",
"@formatjs/intl-localematcher": "^0.5.9",
"@solidjs/router": "^0.15.1",
"@solidjs/router": "^0.15.2",
"bowser": "^2.11.0",
"echarts": "^5.5.1",
"intl-messageformat": "^10.7.10",
Expand All @@ -110,7 +110,7 @@
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand Down
8 changes: 4 additions & 4 deletions cmd/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin-demo",
"version": "0.7.11",
"version": "0.7.12",
"type": "module",
"author": {
"name": "caixw",
Expand All @@ -21,12 +21,12 @@
"preview": "vite preview"
},
"dependencies": {
"@solidjs/router": "^0.15.1",
"@cmfx/admin": "0.7.11",
"@solidjs/router": "^0.15.2",
"@cmfx/admin": "0.7.12",
"solid-js": "^1.9.3"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
Expand Down
2 changes: 1 addition & 1 deletion cmfx/cmfx.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// Version 表示当前框架的版本
const Version = "0.7.11"
const Version = "0.7.12"

// 400
const (
Expand Down
149 changes: 32 additions & 117 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin-eslint",
"version": "0.7.11",
"version": "0.7.12",
"type": "module",
"private": true,
"author": {
Expand Down

0 comments on commit 7601713

Please sign in to comment.