Skip to content

Commit

Permalink
Update dependency rimraf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2023
1 parent c2ca744 commit daf1714
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.7.2",
"ncp": "2.0.0",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"source-map-loader": "4.0.1",
"style-loader": "3.3.1",
"testcafe": "1.20.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"random-name": "0.1.2"
},
"devDependencies": {
"rimraf": "3.0.2"
"rimraf": "4.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest-expo": "47.0.1",
"react-native-gesture-handler": "2.9.0",
"react-test-renderer": "18.2.0",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"schedule": "0.5.0"
},
"main": "node_modules/expo/AppEntry.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"react-scripts": "5.0.1",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"testcafe": "1.20.1",
"local-web-server": "5.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"ncp": "2.0.0",
"rimraf": "3.0.2"
"rimraf": "4.1.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"pre-commit": "1.2.2",
"random-int": "3.0.0",
"readline": "1.3.0",
"rimraf": "3.0.2",
"rimraf": "4.1.1",
"rollup": "3.10.1",
"rxjs": "7.8.0",
"shelljs": "0.8.5",
Expand Down

0 comments on commit daf1714

Please sign in to comment.