Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Feb 11, 2022
1 parent ab22281 commit dc878d8
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 355 deletions.
2 changes: 1 addition & 1 deletion depcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ mv compare/screen-original.css compare/screen.css
diff --ignore-all-space -B -q -s compare/global.css compare/global-used.css
diff --ignore-all-space -B -q -s compare/screen.css compare/screen-used.css

rm -rf compare out
#rm -rf compare out
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"serve": "serve out"
},
"dependencies": {
"@tryghost/content-api": "^1.5.16",
"@tryghost/content-api": "^1.6.0",
"cheerio": "^1.0.0-rc.10",
"crypto-hash": "^2.0.1",
"dayjs": "^1.10.7",
"disqus-react": "^1.1.2",
"email-validator": "^2.0.4",
"fs": "^0.0.1-security",
"lodash.throttle": "^4.1.1",
"next": "^12.0.8",
"next": "^12.0.10",
"nodemailer": "^6.7.2",
"probe-image-size": "^7.2.2",
"probe-image-size": "^7.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gist": "^1.2.4",
Expand All @@ -60,41 +60,41 @@
"rehype": "^11.0.0",
"rehype-react": "^6.2.1",
"rss": "^1.2.2",
"sanitize-html": "^2.6.1",
"sanitize-html": "^2.7.0",
"sharp": "^0.29.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.8",
"@types/cheerio": "^0.22.30",
"@next/bundle-analyzer": "^12.0.10",
"@types/cheerio": "^0.22.31",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/node": "^17.0.17",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/refractor": "^3.0.2",
"@types/rss": "^0.0.29",
"@types/sanitize-html": "^2.6.2",
"@types/styled-components": "^5.1.20",
"@types/styled-components": "^5.1.22",
"@types/testing-library__react": "^10.2.0",
"@types/tryghost__content-api": "^1.3.10",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"autoprefixer": "^10.4.2",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.8",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"next-image-loader": "^2.0.6",
"next-sitemap": "^1.9.9",
"postcss": "^8.4.5",
"next-sitemap": "^2.1.14",
"postcss": "^8.4.6",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^7.2.3",
"postcss-preset-env": "^7.3.1",
"prettier": "^2.5.1",
"serve": "^13.0.2",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
}
}
Loading

1 comment on commit dc878d8

@vercel
Copy link

@vercel vercel bot commented on dc878d8 Feb 11, 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.