Skip to content

Commit

Permalink
fix: bumped packages to latest (#217)
Browse files Browse the repository at this point in the history
## PR Checklist

- [x] Addresses an existing open issue: fixes #216
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/all-contributors-for-repository/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/all-contributors-for-repository/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Runs `ncu -u`.
  • Loading branch information
JoshuaKGoldberg committed Jan 12, 2024
1 parent d24447e commit da1cabe
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 493 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,46 +40,46 @@
"co-author-to-username": "^0.1.0",
"commit-to-co-authors": "^0.1.0",
"conventional-commits-parser": "^5.0.0",
"octokit": "^3.0.0"
"octokit": "^3.1.2"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.0",
"@types/conventional-commits-parser": "^3.0.3",
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitest/coverage-v8": "^1.0.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/conventional-commits-parser": "^3.0.6",
"@types/eslint": "^8.56.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.1.3",
"console-fail-test": "^0.2.3",
"cspell": "^8.0.0",
"eslint": "^8.50.0",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsonc": "^2.11.2",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.1.0",
"eslint-plugin-regexp": "^2.0.0",
"eslint-plugin-vitest": "^0.3.1",
"eslint-plugin-yml": "^1.9.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-yml": "^1.11.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.3.0",
"knip": "3.13.0",
"lint-staged": "^15.0.0",
"jsonc-eslint-parser": "^2.4.0",
"knip": "3.13.2",
"lint-staged": "^15.2.0",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.38.0",
"npm-package-json-lint": "^7.0.0",
"npm-package-json-lint": "^7.1.0",
"npm-package-json-lint-config-default": "^6.0.0",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"prettier-plugin-curly": "^0.1.3",
"prettier-plugin-packagejson": "^2.4.6",
"release-it": "^17.0.0",
"prettier-plugin-packagejson": "^2.4.9",
"release-it": "^17.0.1",
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.2.1",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vitest": "^1.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.1.3",
"yaml-eslint-parser": "^1.2.2"
},
"packageManager": "pnpm@8.14.0",
Expand Down

0 comments on commit da1cabe

Please sign in to comment.