Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Hezekiah Hendry <hezekiah.hendry@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and RealShadowNova committed May 17, 2023
1 parent cd9d37a commit 3cea274
Show file tree
Hide file tree
Showing 3 changed files with 1,085 additions and 541 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -27,31 +27,31 @@
"postpack": "pinst --enable"
},
"devDependencies": {
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@favware/cliff-jumper": "^2.0.0",
"@favware/npm-deprecate": "^1.0.7",
"@joshdb/eslint-config": "1.1.0-next.7fcf6cd.0",
"@joshdb/ts-config": "1.1.0-next.7fcf6cd.0",
"@types/node": "^18.11.18",
"@types/node": "^18.16.12",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitest/coverage-c8": "^0.27.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitest/coverage-c8": "~0.31.1",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.2.2",
"pinst": "^3.0.0",
"prettier": "^2.8.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"typedoc": "^0.23.24",
"tsup": "^6.7.0",
"typedoc": "^0.24.7",
"typedoc-json-parser": "^8.1.0",
"typescript": "^4.9.4",
"vitest": "^0.27.0"
"typescript": "^4.9.5",
"vitest": "~0.31.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
deps: {
inline: true
inline: [/^(?!.*vitest).*$/]
},
globals: true,
coverage: {
Expand Down

0 comments on commit 3cea274

Please sign in to comment.