Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2022
1 parent 0afb90c commit e0e0716
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 88 deletions.
12 changes: 6 additions & 6 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@7.8.0",
"packageManager": "pnpm@7.9.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,16 +16,16 @@
"batch": "node dist/index.js"
},
"dependencies": {
"dayjs": "^1.11.4",
"dayjs": "^1.11.5",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@edge-runtime/vm": "1.1.0-beta.26",
"@edge-runtime/vm": "1.1.0-beta.31",
"@vercel/ncc": "^0.34.0",
"@types/node": "^18.6.2",
"@types/react": "^18.0.15",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@web-configs/eslint-plugin": "^0.5.0",
"@web-configs/prettier": "^0.1.2",
Expand All @@ -35,8 +35,8 @@
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.5",
"prettier": "^2.7.1",
"tsx": "^3.8.0",
"typescript": "^4.7.4",
"tsx": "^3.9.0",
"typescript": "^4.8.2",
"vitest": "^0.20.3"
},
"prettier": "@web-configs/prettier"
Expand Down
Loading

0 comments on commit e0e0716

Please sign in to comment.