Skip to content

Commit c06f98c

Browse files
chore(deps): update dependency rimraf to v4 for gatsby-worker (#37901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <[email protected]>
1 parent 617a3d4 commit c06f98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/register": "^7.18.9",
1818
"babel-preset-gatsby-package": "^3.9.0-next.0",
1919
"cross-env": "^7.0.3",
20-
"rimraf": "^3.0.2",
20+
"rimraf": "^4.4.1",
2121
"typescript": "^5.0.2"
2222
},
2323
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",
@@ -36,7 +36,7 @@
3636
"build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"",
3737
"prepare": "cross-env NODE_ENV=production npm run build && npm run typegen",
3838
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"",
39-
"typegen": "rimraf \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
39+
"typegen": "rimraf --glob \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
4040
},
4141
"engines": {
4242
"node": ">=18.0.0"

0 commit comments

Comments
 (0)