Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstoarllano committed Aug 16, 2022
1 parent a57ae05 commit ba370bd
Show file tree
Hide file tree
Showing 2 changed files with 1,606 additions and 220 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.2.3",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@fontsource/inter": "^4.5.11",
"@octokit/graphql": "^5.0.0",
"@sentry/nextjs": "^7.8.1",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@fontsource/inter": "^4.5.12",
"@octokit/graphql": "^5.0.1",
"@sentry/nextjs": "^7.10.0",
"@types/node": "18.7.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"graphql": "^16.5.0",
"next-plausible": "^3.2.0",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"tailwindcss": "^3.1.7",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}
Loading

1 comment on commit ba370bd

@vercel
Copy link

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