Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Jan 30, 2022
1 parent e571cee commit a4dfb55
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 322 deletions.
16 changes: 10 additions & 6 deletions package.json
Expand Up @@ -25,14 +25,18 @@
"suppress-exit-code prettier --write"
]
},
"resolutions": {
"markdown-it": "^12.3.2",
"simple-get": "^4.0.1"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@fortawesome/react-fontawesome": "^0.1.17",
"@prisma/client": "^3.8.1",
"@sentry/nextjs": "^6.16.1",
"@sentry/nextjs": "^6.17.3",
"date-fns": "^2.28.0",
"dayjs": "^1.10.7",
"mobx": "^6.3.13",
Expand All @@ -55,17 +59,17 @@
"devDependencies": {
"@kachkaev/eslint-config-react": "^0.4.5",
"@kachkaev/markdownlint-config": "^0.3.0",
"@netlify/plugin-nextjs": "^4.2.0",
"@next/eslint-plugin-next": "^12.0.8",
"@netlify/plugin-nextjs": "^4.2.1",
"@next/eslint-plugin-next": "^12.0.9",
"@types/node": "^16.11.21",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-gravatar": "^2.6.10",
"@types/react-linkify": "^1.0.1",
"@types/styled-components": "^5.1.21",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.1",
"lint-staged": "^12.3.2",
"markdownlint-cli": "^0.30.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
Expand Down

0 comments on commit a4dfb55

Please sign in to comment.