Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v4 for gatsby-worker (#37901)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts authored Apr 3, 2023
1 parent 617a3d4 commit c06f98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/register": "^7.18.9",
"babel-preset-gatsby-package": "^3.9.0-next.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme",
Expand All @@ -36,7 +36,7 @@
"build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"",
"prepare": "cross-env NODE_ENV=production npm run build && npm run typegen",
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"",
"typegen": "rimraf \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
"typegen": "rimraf --glob \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit c06f98c

Please # to comment.