Skip to content

Commit

Permalink
release: v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Aug 30, 2024
1 parent 2408ce1 commit f1a5f54
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 671 deletions.
4 changes: 2 additions & 2 deletions licenses.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
├─ MIT: 102
├─ Apache-2.0: 4
├─ MIT: 99
├─ Apache-2.0: 5
├─ BSD-2-Clause: 4
├─ BSD-3-Clause: 2
└─ ISC: 1
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faim",
"PascalCasedName": "Faim",
"version": "0.9.4",
"version": "0.9.5",
"private": false,
"description": "Element Plus & Element UI isomorphic UI component library, more than Element.",
"author": {
Expand Down Expand Up @@ -69,7 +69,7 @@
}
},
"dependencies": {
"@vueuse/core": "^11.0.1",
"@vueuse/core": "^11.0.3",
"await-to-js": "^3.0.0",
"cropperjs": "^1.6.2",
"cross-spawn": "^7.0.3",
Expand All @@ -85,7 +85,7 @@
"sass": "^1.77.8",
"sortablejs": "^1.15.2",
"sweetalert2": "^11.12.4",
"swiper": "^11.1.9",
"swiper": "^11.1.11",
"tinymce": "^6",
"upng-js": "^2.1.0",
"uuid": "^10.0.0",
Expand All @@ -95,28 +95,29 @@
"vue-global-config": "^0.6.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@antfu/eslint-config": "^3.0.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@element-plus/icons-vue": "latest",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.4.1",
"@types/node": "^22.5.1",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.0",
"@types/validator": "^13.12.1",
"@vitejs/plugin-vue": "latest",
"@vue/compiler-sfc": "latest",
"@vue/test-utils": "latest",
"axios": "^1.7.4",
"axios": "^1.7.5",
"axios-shortcut": "^0.1.3",
"case-police": "^0.7.0",
"element-plus": "latest",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"faim": "workspace:*",
"hash-wasm": "^4.11.0",
"json-editor-vue": "^0.15.2",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.9",
"magicast": "^0.3.4",
"magicast": "^0.3.5",
"mammoth": "^1.8.0",
"only-allow": "^1.2.1",
"open": "^10.1.0",
Expand All @@ -125,9 +126,9 @@
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vue": "latest",
"vue-tsc": "^2.0.29",
"vue-tsc": "2.0.29",
"zhlint": "^0.8.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit f1a5f54

Please sign in to comment.