Skip to content

Commit

Permalink
Merge pull request #258 from jaredwray/upgrading-vitest-to-1.4.0
Browse files Browse the repository at this point in the history
upgrading vitest to 1.4.0
  • Loading branch information
jaredwray committed Mar 30, 2024
2 parents f0c1f45 + d11b088 commit b872274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: npm run build

- name: Build Website
run: npm run site-build
run: npm run website:build

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"devDependencies": {
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"docula": "^0.4.0",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"vitest": "^1.3.1",
"vitest": "^1.4.0",
"webpack": "^5.91.0",
"xo": "^0.58.0"
},
Expand Down

0 comments on commit b872274

Please sign in to comment.