Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent f76dd73 commit 1f87e2a
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jp-holidays",
"version": "0.1.0",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -17,15 +17,15 @@
"batch": "node dist/index.js"
},
"dependencies": {
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@edge-runtime/vm": "3.2.0",
"@vercel/ncc": "^0.38.1",
"@types/node": "^20.12.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/supertest": "^6.0.2",
Expand All @@ -40,8 +40,8 @@
"eslint-config-next": "^14.1.4",
"prettier": "^3.2.5",
"supertest": "^6.3.4",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vitest": "^1.4.0"
},
"prettier": "@web-configs/prettier"
Expand Down
Loading

0 comments on commit 1f87e2a

Please sign in to comment.