Skip to content

Commit

Permalink
Merge pull request #298 from jaredwray/cacheable-request---upgrading-…
Browse files Browse the repository at this point in the history
…eslint-to-9.1.1

cacheable-request - upgrading eslint to 9.1.1
  • Loading branch information
jaredwray committed Apr 24, 2024
2 parents 0d0eff2 + b854136 commit b8aab63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-website.yml
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Install PNPM
run: npm install -g pnpm

- name: Install Modules
run: pnpm install

- name: Build Website
run: pnpm website:build
Expand Down
6 changes: 3 additions & 3 deletions packages/cacheable-request/package.json
Expand Up @@ -54,9 +54,9 @@
"@vitest/coverage-v8": "^1.5.1",
"body-parser": "^1.20.2",
"delay": "^6.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"express": "^4.19.1",
"eslint": "^9.1.1",
"eslint-plugin-jest": "^28.2.0",
"express": "^4.19.2",
"jest": "^29.7.0",
"pify": "^6.1.0",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit b8aab63

Please sign in to comment.