Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent 2f05aa1 commit 19e7dca
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 139 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Add TypeScript problem matcher
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Use Node.js v18
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"@commitlint/config-conventional": "^18.0.0",
"@favware/cliff-jumper": "^2.2.0",
"@favware/npm-deprecate": "^1.0.7",
"@types/jsdom": "^21.1.3",
"@types/unidecode": "^0.1.1",
"@types/jsdom": "^21.1.4",
"@types/unidecode": "^0.1.2",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-mahir": "^0.0.33",
"eslint": "^8.52.0",
"eslint-config-mahir": "^0.0.34",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"tsup": "^7.2.0",
"typedoc": "^0.25.2",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"files": [
Expand Down
Loading

0 comments on commit 19e7dca

Please sign in to comment.