File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 41
41
"@webpack-blocks/babel" : " ^2.0.1" ,
42
42
"@webpack-blocks/webpack" : " ^2.0.1" ,
43
43
"babel-eslint" : " ^10.1.0" ,
44
+ "changeset" : " ^0.2.6" ,
44
45
"eslint" : " ^6.8.0" ,
45
46
"eslint-plugin-react" : " ^7.19.0" ,
46
47
"husky" : " ^4.3.0" ,
Original file line number Diff line number Diff line change @@ -2568,6 +2568,14 @@ chalk@^4.1.0:
2568
2568
ansi-styles "^4.1.0"
2569
2569
supports-color "^7.1.0"
2570
2570
2571
+ changeset@^0.2.6 :
2572
+ version "0.2.6"
2573
+ resolved "https://registry.yarnpkg.com/changeset/-/changeset-0.2.6.tgz#6e6f3df72b41ef8915db25a22e16b00c8c93f003"
2574
+ integrity sha512-d21ym9zLPOKMVhIa8ulJo5IV3QR2NNdK6BWuwg48qJA0XSQaMeDjo1UGThcTn7YDmU08j3UpKyFNvb3zplk8mw==
2575
+ dependencies :
2576
+ udc "^1.0.0"
2577
+ underscore "^1.8.3"
2578
+
2571
2579
character-entities-html4@^1.0.0 :
2572
2580
version "1.1.4"
2573
2581
resolved "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz"
@@ -8549,6 +8557,16 @@ typedarray@^0.0.6:
8549
8557
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
8550
8558
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
8551
8559
8560
+ udc@^1.0.0 :
8561
+ version "1.0.1"
8562
+ resolved "https://registry.yarnpkg.com/udc/-/udc-1.0.1.tgz#c5e62448acf35eaa524d5c3698c863a5bac46bfc"
8563
+ integrity sha1-xeYkSKzzXqpSTVw2mMhjpbrEa/w=
8564
+
8565
+ underscore@^1.8.3 :
8566
+ version "1.13.1"
8567
+ resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
8568
+ integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
8569
+
8552
8570
unherit@^1.0.4 :
8553
8571
version "1.1.3"
8554
8572
resolved "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz"
You can’t perform that action at this time.
0 commit comments