Skip to content

Commit

Permalink
chore(deps): bump rimraf from 5.0.10 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.10 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.10...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent d25bdc3 commit d2ea443
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/helia-create-car/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0"
"rimraf": "^6.0.1"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"esbuild": "^0.20.0",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"test-ipfs-example": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/helia-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-config-next": "^14.1.0",
"interface-datastore": "^8.2.0",
"playwright": "^1.32.1",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"test-ipfs-example": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/helia-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"parcel": "^2.9.1",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"test-ipfs-example": "^1.0.0"
},
"@parcel/resolver-default": {
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-script-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@playwright/test": "^1.12.3",
"playwright": "^1.12.3",
"process": "^0.11.10",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"test-ipfs-example": "^1.0.0",
"vite": "^5.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0"
"rimraf": "^6.0.1"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"test-ipfs-example": "^1.0.0",
"vite": "^5.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/helia-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"html-webpack-plugin": "^5.3.2",
"node-polyfill-webpack-plugin": "^4.0.0",
"playwright": "^1.12.3",
"rimraf": "^5.0.0",
"rimraf": "^6.0.1",
"style-loader": "^3.1.0",
"test-ipfs-example": "^1.0.0",
"webpack": "^5.45.1",
Expand Down

0 comments on commit d2ea443

Please sign in to comment.