Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#29)
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 Aug 7, 2022
1 parent 02517bb commit 5b2184f
Show file tree
Hide file tree
Showing 2 changed files with 439 additions and 300 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-startbootstrap-agency",
"version": "0.1.0",
"packageManager": "pnpm@7.5.0",
"packageManager": "pnpm@7.9.0",
"private": true,
"scripts": {
"dev": "run-p dev:*",
Expand All @@ -14,8 +14,8 @@
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx}'"
},
"dependencies": {
"@unocss/reset": "^0.43.0",
"clsx": "^1.2.0",
"@unocss/reset": "^0.45.5",
"clsx": "^1.2.1",
"next": "^12.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -27,24 +27,24 @@
"@iconify-json/fa": "^1.1.2",
"@iconify-json/entypo-social": "^1.1.2",
"@types/node": "^17.0.36",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-scroll": "^1.8.4",
"@unocss/cli": "^0.43.0",
"@unocss/preset-attributify": "^0.43.0",
"@unocss/preset-uno": "^0.43.0",
"@unocss/preset-web-fonts": "^0.43.0",
"@unocss/cli": "^0.45.5",
"@unocss/preset-attributify": "^0.45.5",
"@unocss/preset-uno": "^0.45.5",
"@unocss/preset-web-fonts": "^0.45.5",
"@popperjs/core": "^2.11.5",
"@web-configs/eslint-plugin": "^0.4.3",
"@web-configs/eslint-plugin": "^0.5.0",
"@web-configs/prettier": "^0.1.2",
"@web-configs/typescript": "^0.2.2",
"bootstrap": "^5.1.3",
"bootstrap": "^5.2.0",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.43.0",
"unocss": "^0.45.5",
"vite": "^3.0.4"
},
"prettier": "@web-configs/prettier"
Expand Down

1 comment on commit 5b2184f

@vercel
Copy link

@vercel vercel bot commented on 5b2184f Aug 7, 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.