Skip to content

Commit

Permalink
Merge pull request #48 from antstackio/dev
Browse files Browse the repository at this point in the history
Bump @types/node, eslint and @typescript-eslint/parser
  • Loading branch information
sleepy0owl authored May 22, 2023
2 parents 8bab8a0 + fe352f7 commit a494e3f
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 88 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ see [action.yml](action.yml)

<!-- start usage -->
```yaml
- uses: antstackio/databricks-deploy@v1.0.2
- uses: antstackio/databricks-deploy@v1.0.3
with:
databricks-repo-branch: 'your branch name'
databricks-token: 'databricks token from github secret'
Expand Down
148 changes: 63 additions & 85 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 @@ -29,10 +29,10 @@
"axios": "^1.4.0"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/node": "^20.2.3",
"@typescript-eslint/parser": "^5.59.6",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
Expand Down

0 comments on commit a494e3f

Please sign in to comment.