Skip to content

Commit

Permalink
feat: support pnpm@7+ (#145)
Browse files Browse the repository at this point in the history
* feat: support pnpm@7+

* docs(changeset): support pnpm@7.33.0

* chore: update webpack-dev-server to 4.14.0 (#147)

* chore: update webpack-dev-server to 4.14.0

* docs(changeset): update webpack-dev-server to v4.14.0

---------

Co-authored-by: jialan <jialan@dtstack.com>

* feat: support pnpm@7+

* docs(changeset): support pnpm@7.33.0

---------

Co-authored-by: JackWang032 <64318393+JackWang032@users.noreply.github.com>
Co-authored-by: jialan <jialan@dtstack.com>
  • Loading branch information
3 people committed Jun 20, 2023
1 parent e76ee46 commit 7921a26
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 197 deletions.
7 changes: 7 additions & 0 deletions .changeset/nice-foxes-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'ko-lint-config': minor
'ko-lints': minor
'ko': minor
---

support pnpm@7.33.0
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"prettier": "^2.8.4"
"prettier": "^2.8.4",
"typescript": "^4.6.4"
},
"packageManager": "pnpm@6.32.12"
"packageManager": "pnpm@7.33.0"
}
6 changes: 4 additions & 2 deletions packages/ko-lint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@
"stylelint-scss": "4.3.0"
},
"devDependencies": {
"tape": "^5.5.2",
"typescript": "4.7.4"
"tape": "^5.5.2"
},
"peerDependencies": {
"typescript": "^4.6.4"
},
"engines": {
"node": ">=14"
Expand Down
4 changes: 2 additions & 2 deletions packages/ko-lints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"fast-glob": "^3.2.11"
},
"peerDependencies": {
"ko-lint-config": "workspace:*"
"ko-lint-config": "workspace:*",
"typescript": "^4.6.4"
},
"devDependencies": {
"typescript": "^4.6.4",
"ko-lint-config": "workspace:*"
}
}
4 changes: 3 additions & 1 deletion packages/ko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
"@types/lodash": "^4.14.182",
"@types/webpack-bundle-analyzer": "^4.4.1",
"jest": "^28.1.0",
"ts-jest": "^28.0.3",
"ts-jest": "^28.0.3"
},
"peerDependencies": {
"typescript": "^4.6.4"
},
"engines": {
Expand Down

0 comments on commit 7921a26

Please sign in to comment.