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

chore(deps): update pnpm to v8 - autoclosed #72

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "web-components-library-starter",
"type": "module",
"version": "0.8.0",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@8.15.7",
"description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.",
"keywords": [
"web-components",
Expand All @@ -12,7 +12,7 @@
"typescript",
"javascript"
],
"license": "MIT",

Check failure on line 15 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'license' should be before 'keywords'
"repository": {
"type": "git",
"url": "https://github.com/ow3org/web-components-library-starter.git"
Expand Down Expand Up @@ -72,14 +72,14 @@
"path": "node_modules/cz-git"
}
},
"engines": {

Check failure on line 75 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'engines' should be before 'lint-staged'
"node": ">=v16.17.1",
"pnpm": ">=7.12.2"
"pnpm": ">=8.15.7"
},
"contributors": [
"Chris Breuer <[email protected]>"
],
"bugs": {

Check failure on line 82 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'bugs' should be before 'engines'
"url": "https://github.com/ow3org/web-components-library-starter/issues"
}
}
Loading
Loading