Skip to content

Commit

Permalink
chore: make benchmark deps dev deps to stop dependabot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 9, 2025
1 parent 075b6ca commit 22c1beb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/add-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"doc-check": "aegir doc-check",
"start": "npm run build && node dist/src/index.js"
},
"dependencies": {
"devDependencies": {
"@helia/unixfs": "^4.0.1",
"aegir": "^45.0.1",
"blockstore-core": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"doc-check": "aegir doc-check",
"start": "npm run build && node dist/src/index.js"
},
"dependencies": {
"devDependencies": {
"@ipld/dag-pb": "^4.0.6",
"aegir": "^45.0.1",
"blockstore-fs": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"doc-check": "aegir doc-check",
"start": "npm run build && node dist/src/index.js"
},
"dependencies": {
"devDependencies": {
"@ipld/dag-pb": "^4.0.6",
"aegir": "^45.0.1",
"blockstore-fs": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"doc-check": "aegir doc-check",
"start": "npm run build && node dist/src/index.js"
},
"dependencies": {
"devDependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/identify": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dep-check": "aegir dep-check -i playwright-test",
"start": "npm run build && node dist/src/index.js"
},
"dependencies": {
"devDependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@helia/block-brokers": "^4.0.2",
Expand Down

0 comments on commit 22c1beb

Please sign in to comment.