Skip to content

Commit

Permalink
🎃 feat: add custom footer (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Feb 4, 2024
1 parent 057d106 commit 0d5638f
Show file tree
Hide file tree
Showing 14 changed files with 1,153 additions and 974 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.15.x

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"engines": {
"node": ">=16.15.x"
},
"packageManager": "[email protected]",
"keywords": [
"vue",
"vue3",
Expand Down Expand Up @@ -47,42 +48,41 @@
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/vue-fontawesome": "~3.0.5",
"axios": "1.6.2",
"@fortawesome/vue-fontawesome": "~3.0.6",
"axios": "1.6.7",
"echarts": "^5.4.3",
"element-plus": "2.4.3",
"element-plus": "2.5.5",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.3.10",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@sucrase/jest-plugin": "^3.0.0",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/compiler-sfc": "^3.3.10",
"@vue/test-utils": "^2.4.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"@vue/vue3-jest": "29.2.6",
"babel-jest": "^29.7.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.19.2",
"eslint-plugin-vue": "9.21.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"rollup": "^4.6.1",
"sass": "^1.69.5",
"sucrase": "^3.34.0",
"vite": "^5.0.5"
"rollup": "^4.9.6",
"sass": "^1.70.0",
"sucrase": "^3.35.0",
"vite": "^5.0.12"
}
}
Loading

0 comments on commit 0d5638f

Please sign in to comment.