Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 16, 2023
1 parent 7cebc06 commit b16dfc0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions file-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"strftime": "^0.10.2"
},
"peerDependencies": {
"@subsquid/file-store": "^1.3.0"
"@subsquid/file-store": "^1.4.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.2",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@types/strftime": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions file-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@subsquid/util-internal-json": "^1.2.0"
},
"peerDependencies": {
"@subsquid/file-store": "^1.3.0"
"@subsquid/file-store": "^1.4.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.2",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@types/strftime": "^0.9.4"
}
}
4 changes: 2 additions & 2 deletions file-parquet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"zstd.ts": "^1.1.3"
},
"peerDependencies": {
"@subsquid/file-store": "^1.3.0"
"@subsquid/file-store": "^1.4.0"
},
"devDependencies": {
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@types/int53": "^1.0.0",
"@types/lz4": "^0.6.1",
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions file-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"upath": "^2.0.1"
},
"peerDependencies": {
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@aws-sdk/client-s3": "^3.388.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@aws-sdk/client-s3": "^3.388.0"
}
}
2 changes: 1 addition & 1 deletion file-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@subsquid/file-store-csv": "~1.2.0",
"dotenv": "^16.3.1",
"ethers": "^6.7.0",
"@subsquid/file-store": "^1.3.0",
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store-parquet": "^1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit b16dfc0

Please sign in to comment.