Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#337)
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 Nov 29, 2024
1 parent d618e4a commit 2525a82
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 1,042 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@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9
uses: JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 # v4.7.1
with:
branch: gh-pages
folder: docs
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
"@favware/npm-deprecate": "^2.0.0",
"@types/jsdom": "^21.1.7",
"@types/unidecode": "^0.1.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/coverage-v8": "^2.1.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-mahir": "^0.0.46",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"pretty-quick": "^4.0.0",
"tsup": "^8.3.5",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
"typedoc": "^0.27.1",
"typescript": "^5.7.2",
"vitest": "^2.1.6"
},
"files": [
"dist/**/*.js*",
Expand Down Expand Up @@ -90,5 +90,5 @@
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8"
},
"packageManager": "yarn@4.5.1"
"packageManager": "yarn@4.5.3"
}
Loading

0 comments on commit 2525a82

Please sign in to comment.