Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent a48c6c8 commit d1821e9
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 234 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,39 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^1.0.6",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query": "^5.13.4",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.5.20",
"@vercel/og": "^0.6.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"next": "^14.0.3",
"next": "^14.0.4",
"nprogress": "^0.2.0",
"ofetch": "^1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"tiny-server-timing": "^0.1.5",
"zustand": "^4.4.6"
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^18.18.12",
"@types/node": "^18.19.3",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.38",
"@types/react": "^18.2.43",
"autoprefixer": "^10.4.16",
"csstype": "^3.1.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"csstype": "^3.1.3",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"next-statoscope": "^1.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"tsx": "^4.4.0",
"typescript": "^5.3.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.6",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
}
}
Loading

0 comments on commit d1821e9

Please sign in to comment.