diff --git a/.github/workflows/deploy-sfc-playground.yaml b/.github/workflows/deploy-sfc-playground.yaml index 0614eff..ba9a8f3 100644 --- a/.github/workflows/deploy-sfc-playground.yaml +++ b/.github/workflows/deploy-sfc-playground.yaml @@ -31,7 +31,7 @@ jobs: run: pnpm build - name: Deploy site - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: vant-sfc-playground-gh-page folder: dist diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9f73d80..5034a62 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1.1.1 + - uses: actions/first-interaction@v1.3.0 with: repo-token: ${{ secrets.GH_PAT }} issue-message: 'thanks for you Issue' diff --git a/package.json b/package.json index 5b07dce..fe03f32 100644 --- a/package.json +++ b/package.json @@ -39,43 +39,43 @@ "sort-package-json": "wireit" }, "dependencies": { - "@vue/repl": "^1.4.1", - "fflate": "^0.8.0", + "@vue/repl": "^1.5.0", + "fflate": "^0.8.1", "file-saver": "^2.0.5", "jszip": "^3.10.1", - "vue": "3.3.4" + "vue": "3.3.10" }, "devDependencies": { - "@changesets/cli": "2.26.1", - "@commitlint/cli": "17.6.5", - "@commitlint/config-conventional": "17.6.5", - "@types/file-saver": "2.0.5", - "@types/node": "18.16.16", - "@typescript-eslint/eslint-plugin": "5.59.9", - "@typescript-eslint/parser": "5.59.9", - "@vitejs/plugin-vue": "4.2.3", + "@changesets/cli": "2.27.1", + "@commitlint/cli": "17.8.1", + "@commitlint/config-conventional": "17.8.1", + "@types/file-saver": "2.0.7", + "@types/node": "18.19.2", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "@vitejs/plugin-vue": "4.5.1", "consola": "2.15.3", - "eslint": "8.42.0", + "eslint": "8.55.0", "eslint-config-standard": "17.1.0", "eslint-module-utils": "2.8.0", - "eslint-plugin-import": "2.27.5", + "eslint-plugin-import": "2.29.0", "eslint-plugin-n": "15.7.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", - "eslint-plugin-vue": "9.14.1", + "eslint-plugin-vue": "9.19.2", "execa": "6.1.0", "husky": "8.0.3", - "lint-staged": "13.2.2", - "markdownlint-cli2": "0.7.1", + "lint-staged": "13.3.0", + "markdownlint-cli2": "0.11.0", "ora": "6.3.1", "prettier": "2.8.8", - "sort-package-json": "2.4.1", + "sort-package-json": "2.6.0", "typescript": "4.9.5", - "vite": "4.3.9", + "vite": "4.5.1", "vite-plugin-style-import": "2.0.0", - "vue-eslint-parser": "9.3.0", - "wireit": "0.9.5", - "zx": "7.2.2" + "vue-eslint-parser": "9.3.2", + "wireit": "0.14.1", + "zx": "7.2.3" }, "renovate": { "enabled": false diff --git a/src/download/template/package.json b/src/download/template/package.json index af6faee..baf0469 100644 --- a/src/download/template/package.json +++ b/src/download/template/package.json @@ -9,14 +9,14 @@ "dependencies": { "@vant/popperjs": "1.3.0", "@vant/touch-emulator": "1.4.0", - "@vant/use": "1.5.1", - "vant": "4.4.1", - "vue": "3.3.4" + "@vant/use": "1.6.0", + "vant": "4.8.0", + "vue": "3.3.10" }, "devDependencies": { - "@vitejs/plugin-vue": "4.2.3", - "@vue/compiler-sfc": "3.3.4", - "vite": "4.3.9", + "@vitejs/plugin-vue": "4.5.1", + "@vue/compiler-sfc": "3.3.10", + "vite": "4.5.1", "vite-plugin-style-import": "2.0.0" } } \ No newline at end of file