diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c971d0e..b9f631a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: - uses: actions/checkout@v3 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.3 - name: Setup Node - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 16.x cache: pnpm @@ -35,10 +35,10 @@ jobs: - uses: actions/checkout@v3 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.3 - name: Setup Node - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: 16.x cache: pnpm @@ -62,10 +62,10 @@ jobs: - uses: actions/checkout@v3 - name: Setup PNPM - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.0 with: node-version: ${{ matrix.node-version }} cache: pnpm diff --git a/package.json b/package.json index 0784cc8..1cd5cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-keep-polite", "version": "0.2.2", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.4", "description": "keep polite by plugin", "keywords": [ "unplugin", @@ -67,6 +67,6 @@ "typescript": "^4.7.4", "unbuild": "^0.8.0", "vite": "^3.0.4", - "vitest": "0.23.4" + "vitest": "0.24.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7ed9a43..e61f713 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: unbuild: ^0.8.0 unplugin: ^0.9.0 vite: ^3.0.4 - vitest: 0.23.4 + vitest: 0.24.1 dependencies: impolite-word: 0.0.5 install: 0.13.0 @@ -29,7 +29,7 @@ importers: typescript: 4.7.4 unbuild: 0.8.8 vite: 3.0.4 - vitest: 0.23.4 + vitest: 0.24.1 examples/rollup: specifiers: @@ -4056,8 +4056,8 @@ packages: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /tinybench/2.1.5: - resolution: {integrity: sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==} + /tinybench/2.3.0: + resolution: {integrity: sha512-zs1gMVBwyyG2QbVchYIbnabRhMOCGvrwZz/q+SV+LIMa9q5YDQZi2kkI6ZRqV2Bz7ba1uvrc7ieUoE4KWnGeKg==} dev: true /tinypool/0.3.0: @@ -4334,8 +4334,8 @@ packages: optionalDependencies: fsevents: 2.3.2 - /vitest/0.23.4: - resolution: {integrity: sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==} + /vitest/0.24.1: + resolution: {integrity: sha512-NKkK1xnDIOOr42pKBfGQQl6b6IWdFVBpG6ZS1T+nUlJuqcOiZ7lxjVwHy9wrtTYpJ0BWww9y6bSGYXubD29Nag==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4363,7 +4363,7 @@ packages: debug: 4.3.4 local-pkg: 0.4.2 strip-literal: 0.4.2 - tinybench: 2.1.5 + tinybench: 2.3.0 tinypool: 0.3.0 tinyspy: 1.0.2 vite: 3.0.4