Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2022
1 parent 955ffba commit 4971d9a
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 145 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jp-holidays",
"version": "0.1.0",
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.18.1",
"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": "1.1.0-beta.31",
"@vercel/ncc": "^0.34.0",
"@types/node": "^18.6.2",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@edge-runtime/vm": "1.1.0",
"@vercel/ncc": "^0.36.0",
"@types/node": "^18.11.12",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@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

0 comments on commit 4971d9a

Please sign in to comment.