Skip to content

Commit

Permalink
build(npm): remove packages resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent 8ea29d7 commit 5df71e2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"semantic-release": "23.0.2"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
"minimist": ">=1.2.6"
},
"lint-staged": {
"*.{json,md,yaml,yml}": "prettier --write"
Expand Down
4 changes: 0 additions & 4 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"peerDependencies": {
"semantic-release": "^23"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
4 changes: 0 additions & 4 deletions packages/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"peerDependencies": {
"semantic-release": "^23"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
4 changes: 0 additions & 4 deletions packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"peerDependencies": {
"semantic-release": "^23"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
4 changes: 0 additions & 4 deletions packages/no-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"peerDependencies": {
"semantic-release": "^23"
},
"resolutions": {
"minimist": ">=1.2.6",
"npm/chalk": "^4.1.2"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.2":
"chalk@npm:^4.0.0, chalk@npm:^4.1.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
Expand Down

0 comments on commit 5df71e2

Please sign in to comment.