-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
5b2184f
commit 9360ba3
Showing
2 changed files
with
213 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "next-startbootstrap-agency", | ||
"version": "0.1.0", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].5", | ||
"private": true, | ||
"scripts": { | ||
"dev": "run-p dev:*", | ||
|
@@ -14,7 +14,7 @@ | |
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx}'" | ||
}, | ||
"dependencies": { | ||
"@unocss/reset": "^0.45.5", | ||
"@unocss/reset": "^0.45.13", | ||
"clsx": "^1.2.1", | ||
"next": "^12.2.3", | ||
"react": "^18.2.0", | ||
|
@@ -27,14 +27,14 @@ | |
"@iconify-json/fa": "^1.1.2", | ||
"@iconify-json/entypo-social": "^1.1.2", | ||
"@types/node": "^17.0.36", | ||
"@types/react": "^18.0.15", | ||
"@types/react": "^18.0.18", | ||
"@types/react-dom": "^18.0.6", | ||
"@types/react-scroll": "^1.8.4", | ||
"@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", | ||
"@unocss/cli": "^0.45.13", | ||
"@unocss/preset-attributify": "^0.45.13", | ||
"@unocss/preset-uno": "^0.45.13", | ||
"@unocss/preset-web-fonts": "^0.45.13", | ||
"@popperjs/core": "^2.11.6", | ||
"@web-configs/eslint-plugin": "^0.5.0", | ||
"@web-configs/prettier": "^0.1.2", | ||
"@web-configs/typescript": "^0.2.2", | ||
|
@@ -43,9 +43,9 @@ | |
"eslint-config-next": "^12.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.7.1", | ||
"typescript": "^4.7.4", | ||
"unocss": "^0.45.5", | ||
"vite": "^3.0.4" | ||
"typescript": "^4.8.2", | ||
"unocss": "^0.45.13", | ||
"vite": "^3.0.9" | ||
}, | ||
"prettier": "@web-configs/prettier" | ||
} |
Oops, something went wrong.