Skip to content

Commit

Permalink
build(projects): update deps and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Nov 6, 2022
1 parent 6c14bfe commit 7d69992
Show file tree
Hide file tree
Showing 6 changed files with 1,803 additions and 1,025 deletions.
4 changes: 0 additions & 4 deletions .eslintignore
@@ -1,6 +1,2 @@
.vscode
.idea
.local
!.env-config.ts
components.d.ts
src-tauri/target
8 changes: 8 additions & 0 deletions .eslintrc.js
@@ -1,5 +1,13 @@
module.exports = {
extends: ['soybeanjs-vue'],
overrides: [
{
files: ['./scripts/*.ts'],
rules: {
'no-unused-expressions': 'off'
}
}
],
settings: {
'import/core-modules': ['uno.css', '~icons/*', 'virtual:svg-icons-register']
},
Expand Down
9 changes: 3 additions & 6 deletions .vscode/settings.json
Expand Up @@ -16,7 +16,7 @@
"typescript",
"typescriptreact",
"vue",
"html",
"html",
"json",
"jsonc",
"json5",
Expand All @@ -33,14 +33,11 @@
"@": "/src",
"~@": "/src"
},
"i18n-ally.localesPaths": [
"src/locales",
"src/locales/lang"
],
"i18n-ally.localesPaths": ["src/locales", "src/locales/lang"],
"material-icon-theme.activeIconPack": "angular",
"material-icon-theme.files.associations": {},
"material-icon-theme.folders.associations": {
"src-tauri": "src",
"src-tauri": "src",
"enum": "typescript",
"enums": "typescript",
"store": "context",
Expand Down
46 changes: 26 additions & 20 deletions package.json
Expand Up @@ -45,10 +45,12 @@
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"prepare": "husky install",
"clean": "pnpm rimraf node_modules pnpm-lock.yaml",
"release": "standard-version",
"commit": "soybean git-commit"
"commit": "soybean git-commit",
"esno": "esno",
"cleanup": "esno ./scripts/cleanup.ts",
"update-pkg": "ncu --deep -u",
"update-version": "bumpp package.json",
"prepare": "husky install"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
Expand All @@ -71,7 +73,7 @@
"qs": "^6.11.0",
"swiper": "^8.4.4",
"ua-parser-js": "^1.0.32",
"vditor": "^3.8.17",
"vditor": "^3.8.18",
"vue": "3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
Expand All @@ -81,40 +83,44 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@iconify/json": "^2.1.130",
"@iconify/json": "^2.1.133",
"@iconify/vue": "^4.0.0",
"@soybeanjs/cli": "^0.1.0",
"@soybeanjs/cli": "^0.1.2",
"@tauri-apps/cli": "^1.1.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "18.8.0",
"@types/node": "18.8.3",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.46.1",
"@unocss/vite": "^0.46.1",
"@unocss/preset-uno": "^0.46.3",
"@unocss/vite": "^0.46.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.0",
"bumpp": "^8.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.26.0",
"eslint-config-soybeanjs-vue": "^0.1.1",
"eslint": "^8.27.0",
"eslint-config-soybeanjs-vue": "^0.1.2",
"esno": "^0.16.3",
"husky": "^8.0.1",
"mockjs": "^1.1.0",
"npm-check-updates": "^16.3.16",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"sass": "^1.56.0",
"typescript": "4.8.4",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "0.22.9",
"unplugin-vue-macros": "^0.15.1",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "0.22.8",
"unplugin-vue-macros": "^0.16.0",
"utility-types": "^3.10.0",
"vite": "^3.2.1",
"vite": "^3.2.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-progress": "^0.0.6",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-pwa": "^0.13.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.9"
"vue-tsc": "^1.0.9",
"zx": "^7.1.1"
},
"pnpm": {
"patchedDependencies": {
Expand Down

1 comment on commit 7d69992

@vercel
Copy link

@vercel vercel bot commented on 7d69992 Nov 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.