Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Apr 21, 2021
1 parent 0399239 commit d8d032f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@tryghost/content-api": "^1.5.1",
"@tryghost/content-api": "^1.5.4",
"@types/refractor": "^3.0.0",
"cheerio": "^1.0.0-rc.5",
"cheerio": "^1.0.0-rc.6",
"crypto-hash": "^1.3.0",
"dayjs": "^1.10.4",
"disqus-react": "^1.0.11",
"email-validator": "^2.0.4",
"fs": "^0.0.1-security",
"hast-util-to-string": "^1.0.4",
"lodash.throttle": "^4.1.1",
"next": "^10.0.9",
"next": "^10.1.3",
"nodemailer": "^6.5.0",
"nodemailer-smtp-transport": "^2.7.4",
"probe-image-size": "^7.0.1",
"probe-image-size": "^7.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
Expand All @@ -61,35 +61,35 @@
"rehype-react": "^6.2.0",
"rss": "^1.2.2",
"sanitize-html": "^2.3.3",
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^3.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.9",
"@next/bundle-analyzer": "^10.1.3",
"@types/cheerio": "^0.22.28",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.36",
"@types/node": "^14.14.41",
"@types/nodemailer": "^6.4.1",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/react": "^17.0.3",
"@types/rss": "^0.0.28",
"@types/sanitize-html": "^1.27.1",
"@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.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.5",
"critters": "^0.0.10",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.9",
"postcss": "^8.2.8",
"next-sitemap": "^1.6.25",
"postcss": "^8.2.10",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
}
}

0 comments on commit d8d032f

Please sign in to comment.