diff --git a/.github/workflows/sync-h5.yml b/.github/workflows/sync-h5.yml index 91abeff726..7e16636209 100644 --- a/.github/workflows/sync-h5.yml +++ b/.github/workflows/sync-h5.yml @@ -33,7 +33,7 @@ jobs: run: pnpm copy:h5 - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: new-site # action 应该部署到的分支 。 folder: site_docs #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-pkg.yml b/.github/workflows/sync-pkg.yml index 71b82513bc..bd55eb9db6 100644 --- a/.github/workflows/sync-pkg.yml +++ b/.github/workflows/sync-pkg.yml @@ -34,7 +34,7 @@ jobs: run: pnpm build:taro - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: pkg # action 应该部署到的分支 。 folder: publish #操作应该部署的文件夹 。 diff --git a/.github/workflows/sync-taro.yml b/.github/workflows/sync-taro.yml index 05f1ed47c4..f77372b6fd 100644 --- a/.github/workflows/sync-taro.yml +++ b/.github/workflows/sync-taro.yml @@ -33,7 +33,7 @@ jobs: run: pnpm copy:taro - name: Sync - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.7.0 with: branch: new-site # action 应该部署到的分支 。 folder: site_docs #操作应该部署的文件夹 。 diff --git a/package.json b/package.json index 1e737b26c4..c69b075464 100644 --- a/package.json +++ b/package.json @@ -75,45 +75,45 @@ "@nutui/icons-vue": "^0.1.1", "@nutui/icons-vue-taro": "^0.0.9", "@nutui/touch-emulator": "workspace:^", - "sass": "^1.77.6", - "vue-router": "^4.4.0" + "sass": "^1.81.0", + "vue-router": "^4.5.0" }, "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "@eslint/config-inspector": "^0.5.1", - "@eslint/eslintrc": "^3.1.0", + "@commitlint/cli": "^19.6.0", + "@commitlint/config-conventional": "^19.6.0", + "@eslint/config-inspector": "^0.5.6", + "@eslint/eslintrc": "^3.2.0", "@nutui/eslint-config": "workspace:*", "@nutui/vite-plugins": "workspace:*", "@tarojs/taro": "3.6.34", - "@types/node": "^20.14.9", - "@vitejs/plugin-vue": "^5.0.5", - "@vitejs/plugin-vue-jsx": "^4.0.0", - "@vitest/coverage-istanbul": "^2.0.1", - "@vitest/coverage-v8": "^2.0.1", - "@vitest/ui": "^2.0.1", + "@types/node": "^20.17.9", + "@vitejs/plugin-vue": "^5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitest/coverage-istanbul": "^2.1.6", + "@vitest/coverage-v8": "^2.1.6", + "@vitest/ui": "^2.1.6", "@vue/test-utils": "^2.4.6", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "codesandbox": "^2.2.3", - "eslint": "^9.6.0", - "eslint-config-flat-gitignore": "^0.1.5", + "eslint": "^9.15.0", + "eslint-config-flat-gitignore": "^0.3.0", "fs-extra": "^11.2.0", "happy-dom": "^14.12.3", - "husky": "^9.0.11", - "inquirer": "^10.0.1", + "husky": "^9.1.7", + "inquirer": "^10.2.2", "lzutf8": "^0.6.3", "markdown-it": "^14.1.0", "nano-staged": "^0.8.0", - "prettier": "^3.3.2", - "prettier-markdown-table": "^1.0.2", - "rimraf": "^6.0.0", + "prettier": "^3.4.1", + "prettier-markdown-table": "^1.0.3", + "rimraf": "^6.0.1", "typescript": "^5.4.5", - "unplugin-vue-components": "^0.27.2", - "vite": "^5.3.2", - "vite-plugin-vue-devtools": "^7.2.1", - "vitest": "^2.0.1", + "unplugin-vue-components": "^0.27.5", + "vite": "^5.4.11", + "vite-plugin-vue-devtools": "^7.6.6", + "vitest": "^2.1.6", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.5.10", + "vue": "^3.5.13", "vue-tsc": "^1.8.27" }, "engines": { @@ -129,6 +129,6 @@ "url": "https://github.com/jdf2e/nutui.git" }, "resolutions": { - "@typescript-eslint/utils": "^8.0.0-alpha.16" + "@typescript-eslint/utils": "^8.16.0" } } \ No newline at end of file diff --git a/packages/nutui-auto-import-resolver/package.json b/packages/nutui-auto-import-resolver/package.json index fe065d3fc7..e0d133074e 100644 --- a/packages/nutui-auto-import-resolver/package.json +++ b/packages/nutui-auto-import-resolver/package.json @@ -45,8 +45,8 @@ "author": "jdf2e", "license": "MIT", "devDependencies": { - "rimraf": "^6.0.0", + "rimraf": "^6.0.1", "typescript": "^5.4.5", - "vite": "^5.3.2" + "vite": "^5.4.11" } } \ No newline at end of file diff --git a/packages/nutui-eslint-config/package.json b/packages/nutui-eslint-config/package.json index e891039f4a..6ce9035772 100644 --- a/packages/nutui-eslint-config/package.json +++ b/packages/nutui-eslint-config/package.json @@ -25,16 +25,16 @@ "url": "https://github.com/jdf2e/nutui/issues" }, "dependencies": { - "@eslint/js": "^9.6.0", - "@stylistic/eslint-plugin": "^2.3.0", - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.16", - "@typescript-eslint/parser": "^8.0.0-alpha.16", - "eslint-plugin-vue": "^9.26.0", - "typescript-eslint": "^8.0.0-alpha.16", + "@eslint/js": "^9.15.0", + "@stylistic/eslint-plugin": "^2.11.0", + "@typescript-eslint/eslint-plugin": "^8.16.0", + "@typescript-eslint/parser": "^8.16.0", + "eslint-plugin-vue": "^9.31.0", + "typescript-eslint": "^8.16.0", "vue-eslint-parser": "^9.4.3" }, "devDependencies": { - "eslint": "^9.6.0" + "eslint": "^9.15.0" }, "peerDependencies": { "eslint": "^8.44.0 || ^9.0.0" diff --git a/packages/nutui-playground/package.json b/packages/nutui-playground/package.json index f462ade15d..1d92c69577 100644 --- a/packages/nutui-playground/package.json +++ b/packages/nutui-playground/package.json @@ -15,11 +15,11 @@ "serve": "vite preview" }, "devDependencies": { - "@types/node": "^20.14.9", - "@vitejs/plugin-vue": "^5.0.5", - "rimraf": "^6.0.0", - "vite": "^5.3.2", - "vue": "^3.4.31" + "@types/node": "^20.17.9", + "@vitejs/plugin-vue": "^5.2.1", + "rimraf": "^6.0.1", + "vite": "^5.4.11", + "vue": "^3.5.13" }, "dependencies": { "@vue/repl": "^3.4.0", diff --git a/packages/nutui-playground/src/download/template/package.json b/packages/nutui-playground/src/download/template/package.json index 2164123478..bddc0e2878 100644 --- a/packages/nutui-playground/src/download/template/package.json +++ b/packages/nutui-playground/src/download/template/package.json @@ -7,13 +7,13 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.4.27", - "@nutui/nutui": "^4.3.8", + "vue": "^3.5.13", + "@nutui/nutui": "^4.3.13", "@nutui/touch-emulator": "^1.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.4", - "vite": "^5.2.11", - "unplugin-vue-components": "^0.27.0" + "@vitejs/plugin-vue": "^5.2.1", + "vite": "^5.4.11", + "unplugin-vue-components": "^0.27.5" } } diff --git a/packages/nutui-taro-demo/package.json b/packages/nutui-taro-demo/package.json index 5b878e8c23..d60ed90a0c 100644 --- a/packages/nutui-taro-demo/package.json +++ b/packages/nutui-taro-demo/package.json @@ -20,7 +20,7 @@ ], "author": "", "dependencies": { - "@babel/runtime": "^7.24.6", + "@babel/runtime": "^7.26.0", "@nutui/icons-vue-taro": "^0.0.9", "@tarojs/components": "3.6.34", "@tarojs/helper": "3.6.34", @@ -36,22 +36,22 @@ "@tarojs/runtime": "3.6.34", "@tarojs/shared": "3.6.34", "@tarojs/taro": "3.6.34", - "vue": "^3.4.31" + "vue": "^3.5.13" }, "devDependencies": { - "@babel/core": "^7.24.6", + "@babel/core": "^7.26.0", "@tarojs/cli": "3.6.34", "@tarojs/webpack5-runner": "3.6.34", "@types/webpack-env": "^1.18.5", - "babel-loader": "^9.1.3", + "babel-loader": "^9.2.1", "babel-preset-taro": "3.6.34", "css-loader": "^7.1.2", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-config-taro": "3.6.34", "style-loader": "^4.0.0", - "stylelint": "^16.6.0", + "stylelint": "^16.10.0", "typescript": "^5.4.5", "vue-loader": "^17.4.2", - "webpack": "^5.91.0" + "webpack": "^5.96.1" } } diff --git a/packages/nutui-vite-plugins/package.json b/packages/nutui-vite-plugins/package.json index 516deb2073..e7e6f7420d 100644 --- a/packages/nutui-vite-plugins/package.json +++ b/packages/nutui-vite-plugins/package.json @@ -33,13 +33,13 @@ "fs-extra": "^11.2.0", "lzutf8": "^0.6.3", "markdown-it-container": "^4.0.0", - "unplugin-vue-markdown": "^0.26.2" + "unplugin-vue-markdown": "^0.26.3" }, "devDependencies": { - "@shikijs/markdown-it": "^1.6.0", + "@shikijs/markdown-it": "^1.24.0", "@types/fs-extra": "^11.0.4", "@types/markdown-it-container": "^2.0.10", - "tsup": "^8.0.2", + "tsup": "^8.3.5", "typescript": "^5.4.5" } } \ No newline at end of file