From 9843b63e9cf7e6941b4e28576c7929a59dab20a7 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:24:30 +0800 Subject: [PATCH] release: v0.6.8 --- package.json | 64 +++++++++++++++---------------- pnpm-lock.yaml | 102 ++++++++++++++++++++++++------------------------- 2 files changed, 83 insertions(+), 83 deletions(-) diff --git a/package.json b/package.json index cb4e7f1..1abc4e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "faim", "PascalCasedName": "Faim", - "version": "0.6.7", + "version": "0.6.8", "private": false, "description": "Element Plus (Vue 3) & Element UI (Vue 2.7/2.6) isomorphic UI component library. ❄️ More than Element.", "author": { @@ -95,40 +95,40 @@ "vue-global-config": "^0.6.0" }, "devDependencies": { - "@antfu/eslint-config": "latest", - "@commitlint/cli": "latest", - "@commitlint/config-conventional": "latest", - "@element-plus/icons-vue": "latest", - "@types/lodash-es": "latest", - "@types/node": "latest", - "@types/uuid": "latest", - "@types/validator": "latest", - "@vitejs/plugin-vue": "latest", - "@vue/compiler-sfc": "latest", - "@vue/test-utils": "latest", - "axios": "latest", - "axios-shortcut": "latest", - "case-police": "latest", - "element-plus": "latest", + "@antfu/eslint-config": "^2.6.3", + "@commitlint/cli": "^18.5.0", + "@commitlint/config-conventional": "^18.5.0", + "@element-plus/icons-vue": "^2.3.1", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.6", + "@types/uuid": "^9.0.7", + "@types/validator": "^13.11.8", + "@vitejs/plugin-vue": "^5.0.3", + "@vue/compiler-sfc": "^3.4.15", + "@vue/test-utils": "^2.4.3", + "axios": "^1.6.5", + "axios-shortcut": "^0.1.3", + "case-police": "^0.6.1", + "element-plus": "^2.5.3", "eslint": "npm:eslint-ts-patch@8.56.0-0", - "eslint-plugin-format": "latest", + "eslint-plugin-format": "^0.1.0", "eslint-ts-patch": "8.56.0-0", - "esno": "latest", + "esno": "^4.0.0", "faim": "workspace:*", - "json-editor-vue": "latest", - "lint-staged": "latest", - "magicast": "latest", - "mammoth": "latest", - "only-allow": "latest", - "open": "latest", - "prompts": "latest", - "semver": "latest", - "simple-git-hooks": "latest", - "typescript": "latest", - "unbuild": "latest", - "vite": "latest", - "vue": "latest", - "zhlint": "latest" + "json-editor-vue": "^0.12.0", + "lint-staged": "^15.2.0", + "magicast": "^0.3.3", + "mammoth": "^1.6.0", + "only-allow": "^1.2.1", + "open": "^10.0.3", + "prompts": "^2.4.2", + "semver": "^7.5.4", + "simple-git-hooks": "^2.9.0", + "typescript": "^5.3.3", + "unbuild": "^2.0.0", + "vite": "^5.0.12", + "vue": "^3.4.15", + "zhlint": "^0.7.3" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 201c80a..c14a84f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,106 +82,106 @@ importers: version: 0.6.0(element-plus@2.5.3)(vue@3.4.15) devDependencies: '@antfu/eslint-config': - specifier: latest + specifier: ^2.6.3 version: 2.6.3(@vue/compiler-sfc@3.4.15)(eslint-plugin-format@0.1.0)(eslint-ts-patch@8.56.0-0)(typescript@5.3.3) '@commitlint/cli': - specifier: latest + specifier: ^18.5.0 version: 18.5.0(@types/node@20.11.6)(typescript@5.3.3) '@commitlint/config-conventional': - specifier: latest + specifier: ^18.5.0 version: 18.5.0 '@element-plus/icons-vue': - specifier: latest + specifier: ^2.3.1 version: 2.3.1(vue@3.4.15) '@types/lodash-es': - specifier: latest + specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: latest + specifier: ^20.11.6 version: 20.11.6 '@types/uuid': - specifier: latest + specifier: ^9.0.7 version: 9.0.7 '@types/validator': - specifier: latest + specifier: ^13.11.8 version: 13.11.8 '@vitejs/plugin-vue': - specifier: latest + specifier: ^5.0.3 version: 5.0.3(vite@5.0.12)(vue@3.4.15) '@vue/compiler-sfc': - specifier: latest + specifier: ^3.4.15 version: 3.4.15 '@vue/test-utils': - specifier: latest + specifier: ^2.4.3 version: 2.4.3(vue@3.4.15) axios: - specifier: latest + specifier: ^1.6.5 version: 1.6.5 axios-shortcut: - specifier: latest + specifier: ^0.1.3 version: 0.1.3 case-police: - specifier: latest + specifier: ^0.6.1 version: 0.6.1 element-plus: - specifier: latest + specifier: ^2.5.3 version: 2.5.3(vue@3.4.15) eslint: specifier: npm:eslint-ts-patch@8.56.0-0 version: /eslint-ts-patch@8.56.0-0 eslint-plugin-format: - specifier: latest + specifier: ^0.1.0 version: 0.1.0(eslint-ts-patch@8.56.0-0) eslint-ts-patch: specifier: 8.56.0-0 version: 8.56.0-0 esno: - specifier: latest + specifier: ^4.0.0 version: 4.0.0 faim: specifier: workspace:* version: 'link:' json-editor-vue: - specifier: latest + specifier: ^0.12.0 version: 0.12.0(@lezer/common@1.2.1)(vue@3.4.15) lint-staged: - specifier: latest + specifier: ^15.2.0 version: 15.2.0 magicast: - specifier: latest + specifier: ^0.3.3 version: 0.3.3 mammoth: - specifier: latest + specifier: ^1.6.0 version: 1.6.0 only-allow: - specifier: latest + specifier: ^1.2.1 version: 1.2.1 open: - specifier: latest + specifier: ^10.0.3 version: 10.0.3 prompts: - specifier: latest + specifier: ^2.4.2 version: 2.4.2 semver: - specifier: latest + specifier: ^7.5.4 version: 7.5.4 simple-git-hooks: - specifier: latest + specifier: ^2.9.0 version: 2.9.0 typescript: - specifier: latest + specifier: ^5.3.3 version: 5.3.3 unbuild: - specifier: latest + specifier: ^2.0.0 version: 2.0.0(sass@1.70.0)(typescript@5.3.3) vite: - specifier: latest + specifier: ^5.0.12 version: 5.0.12(@types/node@20.11.6)(sass@1.70.0) vue: - specifier: latest + specifier: ^3.4.15 version: 3.4.15(typescript@5.3.3) zhlint: - specifier: latest + specifier: ^0.7.3 version: 0.7.3(sass@1.70.0)(typescript@5.3.3) packages: @@ -480,7 +480,7 @@ packages: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - /@codemirror/autocomplete@6.12.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0)(@lezer/common@1.2.1): + /@codemirror/autocomplete@6.12.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1)(@lezer/common@1.2.1): resolution: {integrity: sha512-r4IjdYFthwbCQyvqnSlx0WBHRHi8nBvU+WjJxFUij81qsBfhNudf/XKKmmC2j3m0LaOYUQTf3qiEK1J8lO1sdg==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -490,7 +490,7 @@ packages: dependencies: '@codemirror/language': 6.10.0 '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 '@lezer/common': 1.2.1 dev: true @@ -499,7 +499,7 @@ packages: dependencies: '@codemirror/language': 6.10.0 '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 '@lezer/common': 1.2.1 dev: true @@ -514,7 +514,7 @@ packages: resolution: {integrity: sha512-2vaNn9aPGCRFKWcHPFksctzJ8yS5p7YoaT+jHpc0UGKzNuAIx4qy6R5wiqbP+heEEdyaABA582mNqSHzSoYdmg==} dependencies: '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 '@lezer/common': 1.2.1 '@lezer/highlight': 1.2.0 '@lezer/lr': 1.4.0 @@ -525,7 +525,7 @@ packages: resolution: {integrity: sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==} dependencies: '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 crelt: 1.0.6 dev: true @@ -533,7 +533,7 @@ packages: resolution: {integrity: sha512-PIEN3Ke1buPod2EHbJsoQwlbpkz30qGZKcnmH1eihq9+bPQx8gelauUwLYaY4vBOuBAuEhmpDLii4rj/uO0yMA==} dependencies: '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 crelt: 1.0.6 dev: true @@ -541,8 +541,8 @@ packages: resolution: {integrity: sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A==} dev: true - /@codemirror/view@6.23.0: - resolution: {integrity: sha512-/51px9N4uW8NpuWkyUX+iam5+PM6io2fm+QmRnzwqBy5v/pwGg9T0kILFtYeum8hjuvENtgsGNKluOfqIICmeQ==} + /@codemirror/view@6.23.1: + resolution: {integrity: sha512-J2Xnn5lFYT1ZN/5ewEoMBCmLlL71lZ3mBdb7cUEuHhX2ESoSrNEucpsDXpX22EuTGm9LOgC9v4Z0wx+Ez8QmGA==} dependencies: '@codemirror/state': 6.4.0 style-mod: 4.1.0 @@ -1184,7 +1184,7 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@replit/codemirror-indentation-markers@6.5.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0): + /@replit/codemirror-indentation-markers@6.5.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1): resolution: {integrity: sha512-5RgeuQ6erfROi1EVI2X7G4UR+KByjb07jhYMynvpvlrV22JlnARifmKMGEUKy0pKcxBNfwbFqoUlTYHPgyZNlg==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -1193,7 +1193,7 @@ packages: dependencies: '@codemirror/language': 6.10.0 '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 dev: true /@rollup/plugin-alias@5.1.0(rollup@3.29.4): @@ -2376,8 +2376,8 @@ packages: periscopic: 3.1.0 dev: true - /codemirror-wrapped-line-indent@1.0.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0): - resolution: {integrity: sha512-8ny0CSJ1T6mYQuBF7yGzgRRv+zOXUBaBscvJH3jczK7Isi19RA2Ans9ip0gZBkUWCOhFmmw1IC1a+uN4zj0GNg==} + /codemirror-wrapped-line-indent@1.0.3(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1): + resolution: {integrity: sha512-1MWPgyxcDcpGpqmBlraoQyIgbZMAmppj/e/9+gpqug68Gli+BtSLE3GLxGoRoRK5n5sFp8RH0xAQL5i7jOo2qQ==} peerDependencies: '@codemirror/language': ^6.9.0 '@codemirror/state': ^6.2.1 @@ -2385,7 +2385,7 @@ packages: dependencies: '@codemirror/language': 6.10.0 '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 dev: true /collapse-white-space@1.0.6: @@ -4607,7 +4607,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vanilla-jsoneditor: 0.21.3(@lezer/common@1.2.1) + vanilla-jsoneditor: 0.21.4(@lezer/common@1.2.1) vue: 3.4.15(typescript@5.3.3) vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: @@ -6902,23 +6902,23 @@ packages: engines: {node: '>= 0.10'} dev: false - /vanilla-jsoneditor@0.21.3(@lezer/common@1.2.1): - resolution: {integrity: sha512-P+nwaDRgsszGX1TkJK7k01BsbfTBb1yleq6rcR/H69xU9H140hKTOdwDb7i1XoeuXvJseQzlVFXCBNQyWiKmRQ==} + /vanilla-jsoneditor@0.21.4(@lezer/common@1.2.1): + resolution: {integrity: sha512-uhvF7IZbd/QM6yPznZ4IxF/FbOj3T85euc0jerjD65uExVV9qDihEpNg7hjaazj1njtRkao83aBRJZdaGCA/Sw==} dependencies: - '@codemirror/autocomplete': 6.12.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0)(@lezer/common@1.2.1) + '@codemirror/autocomplete': 6.12.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1)(@lezer/common@1.2.1) '@codemirror/commands': 6.3.3 '@codemirror/lang-json': 6.0.1 '@codemirror/language': 6.10.0 '@codemirror/lint': 6.4.2 '@codemirror/search': 6.5.5 '@codemirror/state': 6.4.0 - '@codemirror/view': 6.23.0 + '@codemirror/view': 6.23.1 '@fortawesome/free-regular-svg-icons': 6.5.1 '@fortawesome/free-solid-svg-icons': 6.5.1 '@lezer/highlight': 1.2.0 - '@replit/codemirror-indentation-markers': 6.5.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0) + '@replit/codemirror-indentation-markers': 6.5.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1) ajv: 8.12.0 - codemirror-wrapped-line-indent: 1.0.0(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.0) + codemirror-wrapped-line-indent: 1.0.3(@codemirror/language@6.10.0)(@codemirror/state@6.4.0)(@codemirror/view@6.23.1) diff-sequences: 29.6.3 immutable-json-patch: 6.0.1 jmespath: 0.16.0