Skip to content

Commit

Permalink
Merge pull request #4 from plaidev/feature/fix-gen
Browse files Browse the repository at this point in the history
package version up
  • Loading branch information
mkataigi committed Nov 22, 2023
2 parents fdd7b29 + b8dbedb commit b2ecf95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
file_pattern: 'docs/**'
commit_message: 'docs: updates'
file_pattern: "docs/**"
commit_message: "docs: updates"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"devDependencies": {
"@algolia/client-search": "4.20.0",
"@microsoft/api-documenter": "7.21.3",
"@microsoft/api-documenter": "7.23.12",
"@plaidev/karte-action-sdk": "beta",
"@types/node": "14.18.36",
"@types/node": "18.11.9",
"search-insights": "2.11.0",
"typescript": "4.9.5",
"vitepress": "1.0.0-alpha.45"
"vitepress": "1.0.0-rc.29"
}
}

0 comments on commit b2ecf95

Please sign in to comment.