Skip to content

Commit

Permalink
Merge pull request #1645 from tediousjs/arthur/upgrade-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber authored Aug 4, 2024
2 parents 209b9f3 + 9b313d6 commit 65ab37d
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Start containers
run: |
docker-compose -f "test/docker-compose.linux.yml" up --detach
docker compose -f "test/docker-compose.linux.yml" up --detach
- name: Set up CI configuration
shell: bash
Expand Down
165 changes: 125 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"rimraf": "^5.0.5",
"semantic-release": "^19.0.3",
"sinon": "^15.2.0",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
},
"scripts": {
"docs": "typedoc",
Expand Down

0 comments on commit 65ab37d

Please sign in to comment.