[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump pnpm to 8.6.2 (#3590)

authored by

Joaquín Sánchez and committed by
GitHub
(Jun 20, 2023, 2:30 PM +0200) 150cfaac 2fb4ceff

+7 -7
+2 -2
package.json
··· 3 3 "type": "module", 4 4 "version": "0.32.2", 5 5 "private": true, 6 - "packageManager": "pnpm@8.6.0", 6 + "packageManager": "pnpm@8.6.2", 7 7 "description": "A blazing fast unit test framework powered by Vite", 8 8 "scripts": { 9 9 "ci": "ni && nr typecheck && nr lint && nr build && nr test:all", ··· 60 60 "npm-run-all": "^4.1.5", 61 61 "ohmyfetch": "^0.4.21", 62 62 "pathe": "^1.1.0", 63 - "pnpm": "8.6.0", 63 + "pnpm": "8.6.2", 64 64 "rimraf": "^5.0.0", 65 65 "rollup": "^3.20.2", 66 66 "rollup-plugin-dts": "^5.3.0",
+5 -5
pnpm-lock.yaml
··· 1 - lockfileVersion: '6.1' 1 + lockfileVersion: '6.0' 2 2 3 3 settings: 4 4 autoInstallPeers: true ··· 94 94 specifier: ^1.1.0 95 95 version: 1.1.0 96 96 pnpm: 97 - specifier: 8.6.0 98 - version: 8.6.0 97 + specifier: 8.6.2 98 + version: 8.6.2 99 99 rimraf: 100 100 specifier: ^5.0.0 101 101 version: 5.0.0 ··· 20374 20374 - typescript 20375 20375 dev: true 20376 20376 20377 - /pnpm@8.6.0: 20378 - resolution: {integrity: sha512-uMaWGXlvG+m5NIJaR4JEEenChbg+1AP4zVpqs4PEcZg4uH+lXMTd/X/lirKZA+TC0w0d+++y3btINcwyKsuwAA==} 20377 + /pnpm@8.6.2: 20378 + resolution: {integrity: sha512-Dmgwe+T34Xr6UYaTLXSphPS7ok4h2EPkaHQEH6j7USoAk21CzueAdD1nQLkWJwDnZkJucho0LbKntJ+9B5xlUQ==} 20379 20379 engines: {node: '>=16.14'} 20380 20380 hasBin: true 20381 20381 dev: true