Skip to content

Commit

Permalink
fix: update dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Dec 26, 2023
1 parent f99e2bb commit 9c87395
Show file tree
Hide file tree
Showing 7 changed files with 509 additions and 710 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: "actions/[email protected]"

- name: "Setup Node.js"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false

- name: "Setup Node.js"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: "actions/[email protected]"

- name: "Setup Node.js"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
# MIT License

Copyright (c) Théo LUDWIG

Expand Down
Loading

0 comments on commit 9c87395

Please sign in to comment.