File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
"@babel/register" : " ^7.18.9" ,
18
18
"babel-preset-gatsby-package" : " ^3.9.0-next.0" ,
19
19
"cross-env" : " ^7.0.3" ,
20
- "rimraf" : " ^3.0.2 " ,
20
+ "rimraf" : " ^4.4.1 " ,
21
21
"typescript" : " ^5.0.2"
22
22
},
23
23
"homepage" : " https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme" ,
36
36
"build" : " babel src --out-dir dist/ --ignore \" **/__tests__\" --extensions \" .ts,.js\" " ,
37
37
"prepare" : " cross-env NODE_ENV=production npm run build && npm run typegen" ,
38
38
"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/"
40
40
},
41
41
"engines" : {
42
42
"node" : " >=18.0.0"
You can’t perform that action at this time.
0 commit comments