Skip to content

Commit

Permalink
release: v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Nov 20, 2024
1 parent 12a6b24 commit b4bbe7a
Show file tree
Hide file tree
Showing 3 changed files with 977 additions and 954 deletions.
2 changes: 1 addition & 1 deletion dependency-licenses.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
├─ MIT: 342
├─ MIT: 344
├─ ISC: 149
├─ Apache-2.0: 17
├─ BSD-2-Clause: 12
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "faim",
"PascalCasedName": "Faim",
"type": "commonjs",
"version": "0.10.2",
"version": "0.10.3",
"private": false,
"description": "Element Plus & Element UI isomorphic UI component library, more than Element.",
"author": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"@vueuse/core": "^11.2.0",
"await-to-js": "^3.0.0",
"cropperjs": "^1.6.2",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"del": "^8.0.0",
"filepond": "^4.32.1",
"filepond-plugin-file-validate-size": "^2.2.8",
Expand All @@ -92,40 +92,40 @@
"lodash-es": "^4.17.21",
"mime": "^4.0.4",
"qrcode": "^1.5.4",
"sass": "^1.80.6",
"sass": "^1.81.0",
"sortablejs": "^1.15.3",
"sweetalert2": "^11.14.5",
"swiper": "^11.1.14",
"swiper": "^11.1.15",
"tinymce": "^6",
"upng-js": "^2.1.0",
"uuid": "^11.0.2",
"uuid": "^11.0.3",
"validator": "^13.12.0",
"viewerjs": "^1.11.6",
"vue-demi": "^0.14.10",
"vue-global-config": "^0.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@arethetypeswrong/cli": "^0.16.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@element-plus/icons-vue": "^2.3.1",
"@antfu/eslint-config": "^3.9.2",
"@arethetypeswrong/cli": "^0.17.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@element-plus/icons-vue": "latest",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/uuid": "^10.0.0",
"@types/validator": "^13.12.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"@vitejs/plugin-vue": "latest",
"@vue/compiler-sfc": "latest",
"@vue/test-utils": "latest",
"axios": "^1.7.7",
"axios-shortcut": "^0.1.4",
"case-police": "^0.7.0",
"cnpm": "^9.4.0",
"element-plus": "^2.8.7",
"element-plus": "latest",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.8.0",
"faim": "workspace:*",
"hash-wasm": "^4.11.0",
"hash-wasm": "^4.12.0",
"json-editor-vue": "^0.17.3",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.10",
Expand All @@ -139,10 +139,10 @@
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"unocss": "^0.64.0",
"unocss": "^0.64.1",
"unplugin-unused": "^0.2.3",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vite": "^5.4.11",
"vue": "latest",
"vue-tsc": "2.1.10",
"zhlint": "^0.8.2"
},
Expand Down
Loading

0 comments on commit b4bbe7a

Please sign in to comment.