Skip to content

Commit

Permalink
chore(deps): update non-major-dev-dependencies (#741)
Browse files Browse the repository at this point in the history
* chore(deps): update non-major-dev-dependencies

* chore(deps): update non-major-dev-dependencies

* axios script update

* flex index update

* fix prettier param

* spell check words

* Use a different call to create the index
Same constructor different approach

* prevent link when missing frontmatter

* firebase emulator

* Update axios

* Minor tweak to firebase language

* fmt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Warren Anderson <[email protected]>
Co-authored-by: Derek Croote <[email protected]>
  • Loading branch information
3 people authored May 24, 2024
1 parent a23b4eb commit b97d94d
Show file tree
Hide file tree
Showing 35 changed files with 809 additions and 2,175 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ docs/.vitepress/.temp

yarn-error.log
package-lock.json
firebase-debug.log
libs/myGitHubToken.json


Expand Down
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,10 @@
"Finnhub",
"Kaiko",
"Tradermade",
"Vite"
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"search.useIgnoreFiles": false,
"editor.rulers": [
80
]
"editor.rulers": [80]
}
Loading

0 comments on commit b97d94d

Please sign in to comment.