Skip to content

Commit

Permalink
Merge pull request #84 from styxlab/bump-versions
Browse files Browse the repository at this point in the history
update to latest versions
  • Loading branch information
styxlab authored May 9, 2021
2 parents 7ce5887 + 4c764bb commit af64723
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 166 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = withBundleAnalyzer({
'repository-images.githubusercontent.com',
'www.gravatar.com',
'github.githubassets.com',
...(process.env.IMAGE_DOMAINS ?? '').split(','),
...(process.env.IMAGE_DOMAINS || '').split(','),
],
},
reactStrictMode: true,
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@tryghost/content-api": "^1.5.4",
"@types/refractor": "^3.0.0",
"cheerio": "^1.0.0-rc.6",
"cheerio": "^1.0.0-rc.9",
"crypto-hash": "^1.3.0",
"dayjs": "^1.10.4",
"disqus-react": "^1.0.11",
Expand All @@ -67,25 +67,25 @@
"@next/bundle-analyzer": "^10.2.0",
"@types/cheerio": "^0.22.28",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
"@types/node": "^15.0.2",
"@types/nodemailer": "^6.4.1",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/react": "^17.0.4",
"@types/react": "^17.0.5",
"@types/rss": "^0.0.28",
"@types/sanitize-html": "^2.3.1",
"@types/styled-components": "^5.1.9",
"@types/testing-library__react": "^10.2.0",
"@types/tryghost__content-api": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"autoprefixer": "^10.2.5",
"critters": "^0.0.10",
"eslint": "^7.25.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.25",
"postcss": "^8.2.13",
"next-sitemap": "^1.6.57",
"postcss": "^8.2.14",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0",
Expand Down
Loading

1 comment on commit af64723

@vercel
Copy link

@vercel vercel bot commented on af64723 May 9, 2021

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.