File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"@actions/core" : " ^1.6.0" ,
21
21
"@actions/github" : " ^5.0.0" ,
22
- "@changesets/write" : " ^0.1.5 " ,
22
+ "@changesets/write" : " ^0.2.0 " ,
23
23
"@generates/logger" : " ^2.0.0" ,
24
24
"@ianwalter/dot" : " ^1.0.5" ,
25
25
"execa" : " ^5.1.1" ,
Original file line number Diff line number Diff line change 227
227
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.1.tgz#85cf3cc32baff0691112d9d15fc21fbe022c9f0a"
228
228
integrity sha512-zVfv752D8K2tjyFmxU/vnntQ+dPu+9NupOSguA/2Zuym4tVxRh0ylArgKZ1bOAi2eXfGlZMxJU/kj7uCSI15RQ==
229
229
230
+ " @changesets/types@^5.1.0 " :
231
+ version "5.1.0"
232
+ resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.1.0.tgz#e0733b69ddc3efb68524d374d3c44f53a543c8d5"
233
+ integrity sha512-uUByGATZCdaPkaO9JkBsgGDjEvHyY2Sb0e/J23+cwxBi5h0fxpLF/HObggO/Fw8T2nxK6zDfJbPsdQt5RwYFJA==
234
+
230
235
" @changesets/write@^0.1.5 " :
231
236
version "0.1.5"
232
237
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.5.tgz#97574d95c8e48c3bbb1173802672f9a64d1b7fef"
238
243
human-id "^1.0.2"
239
244
prettier "^1.19.1"
240
245
246
+ " @changesets/write@^0.2.0 " :
247
+ version "0.2.0"
248
+ resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.2.0.tgz#59821dc811d04c0c1908ae6ee6ce346dfa312420"
249
+ integrity sha512-iKHqGYXZvneRzRfvEBpPqKfpGELOEOEP63MKdM/SdSRon40rsUijkTmsGCHT1ueLi3iJPZPmYuZJvjjKrMzumA==
250
+ dependencies :
251
+ " @babel/runtime" " ^7.10.4"
252
+ " @changesets/types" " ^5.1.0"
253
+ fs-extra "^7.0.1"
254
+ human-id "^1.0.2"
255
+ prettier "^2.7.1"
256
+
241
257
" @eslint/eslintrc@^0.2.2 " :
242
258
version "0.2.2"
243
259
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz"
@@ -2306,6 +2322,11 @@ prettier@^1.19.1:
2306
2322
resolved "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz"
2307
2323
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
2308
2324
2325
+ prettier@^2.7.1 :
2326
+ version "2.7.1"
2327
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
2328
+ integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
2329
+
2309
2330
progress@^2.0.0 :
2310
2331
version "2.0.3"
2311
2332
resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz"
You can’t perform that action at this time.
0 commit comments