Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent fedd410 commit 676af2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.1",
"ncp": "2.0.0",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"source-map-loader": "5.0.0",
"style-loader": "4.0.0",
"testcafe": "3.6.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"random-name": "0.1.2"
},
"devDependencies": {
"rimraf": "5.0.10"
"rimraf": "6.0.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": "49.0.0",
"react-native-gesture-handler": "2.19.0",
"react-test-renderer": "18.3.1",
"rimraf": "5.0.10",
"rimraf": "6.0.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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"react-scripts": "5.0.1",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"testcafe": "3.6.2",
"local-web-server": "5.4.0",
"ajv": "8.17.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
"querystring-es3": "0.2.1",
"random-int": "3.0.0",
"readline": "1.3.0",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"rollup": "4.22.4",
"rxdb-old": "npm:rxdb@14.17.1",
"rxjs": "7.8.1",
Expand Down

0 comments on commit 676af2d

Please sign in to comment.