Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Feb 29, 2024
1 parent 30cd10b commit 4dbd43d
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 345 deletions.
2 changes: 1 addition & 1 deletion apps/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@atj/documents": "workspace:*",
"@atj/form-service": "workspace:*",
"@atj/forms": "workspace:*",
"astro": "^4.3.3",
"astro": "^4.4.6",
"cheerio": "1.0.0-rc.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"pre-commit": "pnpm format"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/node": "^20.11.22",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"turbo": "^1.12.3",
"type-fest": "^4.10.2",
"type-fest": "^4.10.3",
"typescript": "^5.3.3",
"vitest": "^0.34.6",
"vitest-github-actions-reporter": "^0.11.1",
"vitest-mock-extended": "^1.3.1"
},
"dependencies": {
"astro": "^4.3.5"
"astro": "^4.4.6"
}
}
Loading

0 comments on commit 4dbd43d

Please sign in to comment.