Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Jul 31, 2020
1 parent e999c7d commit e422f06
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 38 deletions.
74 changes: 51 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@mapbox/rehype-prism": "^0.5.0",
"date-fns": "^2.15.0",
"gray-matter": "^4.0.2",
"next": "^9.5.0",
"next-seo": "^4.5.0",
"next": "^9.5.1",
"next-seo": "^4.7.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rehype-stringify": "^8.0.0",
Expand All @@ -27,24 +27,24 @@
},
"license": "ISC",
"devDependencies": {
"@next/bundle-analyzer": "^9.4.0",
"@types/node": "^14.0.1",
"@types/react": "^16.9.35",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"@next/bundle-analyzer": "^9.5.1",
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"eslint": "^7.5.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^4.2.5",
"lint-staged": "^10.2.2",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"tailwindcss": "^1.5.2",
"typescript": "^3.9.2"
"tailwindcss": "^1.6.0",
"typescript": "^3.9.7"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e422f06

Please sign in to comment.