Skip to content

Commit

Permalink
chore(release): fix chalk for yarn pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 6, 2022
1 parent 85f25c7 commit 8205b07
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
17 changes: 16 additions & 1 deletion .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
enableGlobalCache: false

packageExtensions:
[email protected]:
dependencies:
"#ansi-styles": "npm:[email protected]"
"#supports-color": "npm:[email protected]"

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ __metadata:
version: 7
cacheKey: 9

"#ansi-styles@npm:[email protected], ansi-styles@npm:^6.1.0":
version: 6.1.0
resolution: "ansi-styles@npm:6.1.0"
checksum: cd798a83b2e8d55f609e2a77aed1a34a578388604634e326784cb7fe7e4153ff6bb5ae68e037521feacd6cc8ea899963d0bc17b3f3d01f378a0fb615faf41d91
languageName: node
linkType: hard

"#supports-color@npm:[email protected]":
version: 9.2.2
resolution: "supports-color@npm:9.2.2"
checksum: 19d162c9d98d2c040770d8aad14566dd0fcc2f6e0524d3d9cbe1fdbead10bed683d45dab8f34d9e51bc64b336b00ceb5992b6619c78fc4e5a911802538468264
languageName: node
linkType: hard

"@ampproject/remapping@npm:^2.1.0":
version: 2.2.0
resolution: "@ampproject/remapping@npm:2.2.0"
Expand Down Expand Up @@ -2864,13 +2878,6 @@ __metadata:
languageName: node
linkType: hard

"ansi-styles@npm:^6.1.0":
version: 6.1.0
resolution: "ansi-styles@npm:6.1.0"
checksum: cd798a83b2e8d55f609e2a77aed1a34a578388604634e326784cb7fe7e4153ff6bb5ae68e037521feacd6cc8ea899963d0bc17b3f3d01f378a0fb615faf41d91
languageName: node
linkType: hard

"anymatch@npm:~3.1.2":
version: 3.1.2
resolution: "anymatch@npm:3.1.2"
Expand Down

0 comments on commit 8205b07

Please sign in to comment.