Skip to content

Commit 4df522b

Browse files
authored
bump ocean.js to next 18 (#317)
* bump ocean.js to next 18
1 parent f04fe15 commit 4df522b

File tree

6 files changed

+34
-276
lines changed

6 files changed

+34
-276
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,3 @@ jobs:
3030
restore-keys: ${{ runner.os }}-lint-${{ env.cache-name }}-
3131
- run: npm ci
3232
- run: npm run lint
33-
# TODO: activate once this issue is solved:
34-
# https://github.com/graphprotocol/graph-ts/issues/113
35-
# - run: npm run type-check
36-
- run: npm run codegen
37-
- run: npm run build

package-lock.json

+29-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"typescript": "^4.4.3"
7575
},
7676
"dependencies": {
77-
"@oceanprotocol/lib": "^1.0.0-next.15",
77+
"@oceanprotocol/lib": "^1.0.0-next.18",
7878
"cross-fetch": "^3.1.4"
7979
},
8080
"repository": {

0 commit comments

Comments
 (0)