Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pnpm integration test #17882

Merged
merged 10 commits into from
Jan 11, 2021
Next Next commit
Upgrade pnpm to latest
  • Loading branch information
elliottsj committed Dec 26, 2020
commit 531c55a3d4bc6f4a429748c79d25b4c7ac67aabf
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"npm-run-all": "4.1.5",
"nprogress": "0.2.0",
"pixrem": "5.0.0",
"pnpm": "5.8.0",
"pnpm": "5.9.0",
"postcss-nested": "4.2.1",
"postcss-pseudoelements": "5.0.0",
"postcss-short-size": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12231,10 +12231,10 @@ pnp-webpack-plugin@1.6.4:
dependencies:
ts-pnp "^1.1.6"

pnpm@5.8.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/pnpm/-/pnpm-5.8.0.tgz#a933d6c756efe8795b12004bbff1b82c622e771b"
integrity sha512-J2rAxEXnohwcDkR4KNI6UsYhDs9hJ/tje/BahHpXawi406pmxd6caJUXfRxZPbKvKdyVqfBRKhlX1vyhYbM8lQ==
pnpm@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/pnpm/-/pnpm-5.9.0.tgz#b0cf1b45d39d247f235d757b2601601f0a8de2eb"
integrity sha512-VrR/ISB3qCLGmw4xioqMdkWlyirdoah377rYKM+1FMUjuwgHa0481VYv/lUP4lRxaSEVsgTBCjV1v6HUsv270A==

posix-character-classes@^0.1.0:
version "0.1.1"
Expand Down