Skip to content

Commit

Permalink
deps: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloanan committed Jun 2, 2022
1 parent 34bfd42 commit 5c100f9
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 676 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,24 @@
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.1.0",
"postcss": "^8.4.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sharp": "^0.30.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.0",
"eslint-config-next": "12.1.6",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.0",
"next-sitemap": "^2.5.4",
"husky": "^8.0.1",
"next-sitemap": "^3.0.3",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"typescript": "^4.6.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5c100f9

Please sign in to comment.