Skip to content

Commit e59f222

Browse files
authored
Fix all codemods by pinning version of colors.js (#316)
* pin colors dep via resolutions field * Update yarn.lock
1 parent b34b92a commit e59f222

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"fbjs-scripts": "^0.7.1",
4242
"jest": "^24.9.0"
4343
},
44+
"resolutions": {
45+
"colors": "1.3.3"
46+
},
4447
"bin": {
4548
"react-codemod": "./bin/react-codemod.js"
4649
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2171,10 +2171,10 @@ color-support@^1.1.3:
21712171
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
21722172
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
21732173

2174-
colors@^1.1.2:
2175-
version "1.4.0"
2176-
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
2177-
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
2174+
colors@1.3.3:
2175+
version "1.3.3"
2176+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d"
2177+
integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==
21782178

21792179
combined-stream@^1.0.6, combined-stream@~1.0.6:
21802180
version "1.0.8"

0 commit comments

Comments
 (0)