Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 66e82ae commit c8ab2db
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Generate Docs
run: yarn docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 # v4.6.3
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
with:
branch: gh-pages
folder: docs
348 changes: 174 additions & 174 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@
"unidecode": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@favware/cliff-jumper": "^4.0.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@favware/cliff-jumper": "^4.1.0",
"@favware/npm-deprecate": "^1.0.7",
"@types/jsdom": "^21.1.7",
"@types/unidecode": "^0.1.3",
"@vitest/coverage-v8": "^2.0.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-mahir": "^0.0.45",
"husky": "^9.1.4",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.10",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"tsup": "^8.2.4",
"typedoc": "^0.26.5",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
Expand Down Expand Up @@ -90,5 +90,5 @@
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8"
},
"packageManager": "yarn@4.4.0"
"packageManager": "yarn@4.4.1"
}
Loading

0 comments on commit c8ab2db

Please sign in to comment.