Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed May 11, 2024
1 parent 7d88a1b commit 8d180df
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 345 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: ci
on: push
name: CI

on:
push:
repository_dispatch:
types: [ pr-approved ]

jobs:
build:
Expand Down
44 changes: 22 additions & 22 deletions examples/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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.20",
"@types/node": "^20.12.11",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"jira.js": "latest"
Expand Down
Loading

0 comments on commit 8d180df

Please sign in to comment.