Skip to content

Commit 42e01ea

Browse files
committed
add copyfiles dev dependency
1 parent d2ede62 commit 42e01ea

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/site-admin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"devDependencies": {
4848
"@automattic/calypso-build": "workspace:^",
4949
"@automattic/calypso-typescript-config": "workspace:^",
50+
"copyfiles": "^2.4.1",
5051
"postcss": "^8.4.5",
5152
"typescript": "^5.3.3",
5253
"webpack": "^5.97.1"

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,7 @@ __metadata:
18391839
dependencies:
18401840
"@automattic/calypso-build": "workspace:^"
18411841
"@automattic/calypso-typescript-config": "workspace:^"
1842+
copyfiles: "npm:^2.4.1"
18421843
postcss: "npm:^8.4.5"
18431844
typescript: "npm:^5.3.3"
18441845
webpack: "npm:^5.97.1"
@@ -15405,6 +15406,24 @@ __metadata:
1540515406
languageName: node
1540615407
linkType: hard
1540715408

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+
1540815427
"core-js-bundle@npm:^3.6.4":
1540915428
version: 3.16.2
1541015429
resolution: "core-js-bundle@npm:3.16.2"
@@ -36657,7 +36676,7 @@ __metadata:
3665736676
languageName: node
3665836677
linkType: hard
3665936678

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":
3666136680
version: 16.2.0
3666236681
resolution: "yargs@npm:16.2.0"
3666336682
dependencies:

0 commit comments

Comments
 (0)