Skip to content

Commit

Permalink
chore: bump pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 24, 2022
1 parent 7935833 commit 874e7c8
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 64 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"check": "run-p check:*",
"check:eslint": "eslint-config-prettier .eslintrc.js",
"check:stylelint": "stylelint-config-prettier-check",
"codesandbox:install": "npx pnpm@7.5.1 i",
"codesandbox:install": "npx pnpm@7.6.0 i --no-frozen-lockfile",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand All @@ -30,8 +30,10 @@
"@1stg/babel-preset": "workspace:*",
"@1stg/browserslist-config": "workspace:*",
"@1stg/commitlint-config": "workspace:*",
"@1stg/common-config": "workspace:*",
"@1stg/config": "workspace:*",
"@1stg/eslint-config": "workspace:*",
"@1stg/lib-config": "workspace:*",
"@1stg/lint-staged": "workspace:*",
"@1stg/markuplint-config": "workspace:*",
"@1stg/postcss-config": "workspace:*",
Expand Down

0 comments on commit 874e7c8

Please sign in to comment.