Skip to content

Commit

Permalink
cacheable-request - upgrading xo and vitest to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 5, 2024
1 parent 68341a8 commit e4fbac8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/cacheable-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^20.14.8",
"@types/responselike": "^1.0.3",
"@types/sqlite3": "^3.1.11",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.5",
"body-parser": "^1.20.2",
"delay": "^6.0.0",
"express": "^4.19.2",
Expand All @@ -59,8 +59,8 @@
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"xo": "^0.58.0"
"vitest": "^2.0.5",
"xo": "^0.59.3"
},
"xo": {
"rules": {
Expand All @@ -82,7 +82,8 @@
"n/prefer-global/url": 0,
"n/no-deprecated-api": 0,
"unicorn/prefer-event-target": 0,
"@typescript-eslint/no-unnecessary-type-assertion": 0
"@typescript-eslint/no-unnecessary-type-assertion": 0,
"promise/prefer-await-to-then": 0
}
}
}
3 changes: 3 additions & 0 deletions packages/cacheable-request/vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export default defineConfig({
'site-output/**',
'.pnp.*',
'.yarn/**',
'test/**',
'vitest.config.mjs',
'dist/**',
],
},
},
Expand Down

0 comments on commit e4fbac8

Please sign in to comment.