Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Jun 29, 2021
1 parent b9c1339 commit 97871ff
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 211 deletions.
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"postbuild": "next-sitemap"
},
"dependencies": {
"@tryghost/content-api": "^1.5.7",
"@tryghost/content-api": "^1.5.9",
"@types/refractor": "^3.0.1",
"cheerio": "^1.0.0-rc.10",
"crypto-hash": "^1.3.0",
"dayjs": "^1.10.5",
"disqus-react": "^1.0.11",
"disqus-react": "^1.1.1",
"email-validator": "^2.0.4",
"fs": "^0.0.1-security",
"hast-util-to-string": "^1.0.4",
"lodash.throttle": "^4.1.1",
"next": "^11.0.0",
"nodemailer": "^6.6.1",
"next": "^11.0.1",
"nodemailer": "^6.6.2",
"nodemailer-smtp-transport": "^2.7.4",
"probe-image-size": "^7.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"refractor": "^3.3.1",
"rehype": "^11.0.0",
"rehype-react": "^6.2.0",
"rehype-react": "^6.2.1",
"rss": "^1.2.2",
"sanitize-html": "^2.4.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.0",
"@next/bundle-analyzer": "^11.0.1",
"@types/cheerio": "^0.22.29",
"@types/lodash": "^4.14.170",
"@types/node": "^15.12.2",
"@types/node": "^15.12.5",
"@types/nodemailer": "^6.4.2",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/react": "^17.0.11",
Expand All @@ -76,21 +76,21 @@
"@types/styled-components": "^5.1.10",
"@types/testing-library__react": "^10.2.0",
"@types/tryghost__content-api": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"autoprefixer": "^10.2.6",
"critters": "^0.0.10",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.116",
"postcss": "^8.3.4",
"next-sitemap": "^1.6.124",
"postcss": "^8.3.5",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"typescript": "^4.3.2"
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}
Loading

0 comments on commit 97871ff

Please sign in to comment.