Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#36)
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 Dec 24, 2022
1 parent cb28a1c commit dbc9619
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 134 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jp-holidays",
"version": "0.1.0",
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.19.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,27 +16,27 @@
"batch": "node dist/index.js"
},
"dependencies": {
"dayjs": "^1.11.5",
"dayjs": "^1.11.7",
"next": "^12.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@edge-runtime/vm": "2.0.2",
"@vercel/ncc": "^0.34.0",
"@types/node": "^18.6.2",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vercel/ncc": "^0.36.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@web-configs/eslint-plugin": "^0.5.0",
"@web-configs/prettier": "^0.1.2",
"@web-configs/typescript": "^0.2.2",
"axios": "^0.27.2",
"c8": "^7.12.0",
"eslint": "^8.28.0",
"eslint-config-next": "^13.0.6",
"prettier": "^2.7.1",
"tsx": "^3.9.0",
"typescript": "^4.8.2",
"prettier": "^2.8.1",
"tsx": "^3.12.1",
"typescript": "^4.9.4",
"vitest": "^0.20.3"
},
"prettier": "@web-configs/prettier"
Expand Down

1 comment on commit dbc9619

@vercel
Copy link

@vercel vercel bot commented on dbc9619 Dec 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.