File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"@automattic/calypso-build" : " workspace:^" ,
49
49
"@automattic/calypso-typescript-config" : " workspace:^" ,
50
+ "copyfiles" : " ^2.4.1" ,
50
51
"postcss" : " ^8.4.5" ,
51
52
"typescript" : " ^5.3.3" ,
52
53
"webpack" : " ^5.97.1"
Original file line number Diff line number Diff line change @@ -1839,6 +1839,7 @@ __metadata:
1839
1839
dependencies:
1840
1840
"@automattic/calypso-build": "workspace:^"
1841
1841
"@automattic/calypso-typescript-config": "workspace:^"
1842
+ copyfiles: "npm:^2.4.1"
1842
1843
postcss: "npm:^8.4.5"
1843
1844
typescript: "npm:^5.3.3"
1844
1845
webpack: "npm:^5.97.1"
@@ -15405,6 +15406,24 @@ __metadata:
15405
15406
languageName: node
15406
15407
linkType: hard
15407
15408
15409
+ "copyfiles@npm:^2.4.1":
15410
+ version: 2.4.1
15411
+ resolution: "copyfiles@npm:2.4.1"
15412
+ dependencies:
15413
+ glob: "npm:^7.0.5"
15414
+ minimatch: "npm:^3.0.3"
15415
+ mkdirp: "npm:^1.0.4"
15416
+ noms: "npm:0.0.0"
15417
+ through2: "npm:^2.0.1"
15418
+ untildify: "npm:^4.0.0"
15419
+ yargs: "npm:^16.1.0"
15420
+ bin:
15421
+ copyfiles: copyfiles
15422
+ copyup: copyfiles
15423
+ checksum: e65cd055ec9acc14997b0ace83973d73f8d9c68167cbf4293c40b52d100af09a8c8da329042d52dc33422c0a8cbf74c6efb25e9ae088667721653659bd67bf57
15424
+ languageName: node
15425
+ linkType: hard
15426
+
15408
15427
"core-js-bundle@npm:^3.6.4":
15409
15428
version: 3.16.2
15410
15429
resolution: "core-js-bundle@npm:3.16.2"
@@ -36657,7 +36676,7 @@ __metadata:
36657
36676
languageName: node
36658
36677
linkType: hard
36659
36678
36660
- "yargs@npm:^16.0.0, yargs@npm:^16.1.1, yargs@npm:^16.2.0":
36679
+ "yargs@npm:^16.0.0, yargs@npm:^16.1.0, yargs@npm:^16.1. 1, yargs@npm:^16.2.0":
36661
36680
version: 16.2.0
36662
36681
resolution: "yargs@npm:16.2.0"
36663
36682
dependencies:
You can’t perform that action at this time.
0 commit comments