Skip to content

Commit dc878d8

Browse files
author
jj
committed
bump versions
1 parent ab22281 commit dc878d8

File tree

3 files changed

+341
-355
lines changed

3 files changed

+341
-355
lines changed

depcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ mv compare/screen-original.css compare/screen.css
4141
diff --ignore-all-space -B -q -s compare/global.css compare/global-used.css
4242
diff --ignore-all-space -B -q -s compare/screen.css compare/screen-used.css
4343

44-
rm -rf compare out
44+
#rm -rf compare out

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"serve": "serve out"
4141
},
4242
"dependencies": {
43-
"@tryghost/content-api": "^1.5.16",
43+
"@tryghost/content-api": "^1.6.0",
4444
"cheerio": "^1.0.0-rc.10",
4545
"crypto-hash": "^2.0.1",
4646
"dayjs": "^1.10.7",
4747
"disqus-react": "^1.1.2",
4848
"email-validator": "^2.0.4",
4949
"fs": "^0.0.1-security",
5050
"lodash.throttle": "^4.1.1",
51-
"next": "^12.0.8",
51+
"next": "^12.0.10",
5252
"nodemailer": "^6.7.2",
53-
"probe-image-size": "^7.2.2",
53+
"probe-image-size": "^7.2.3",
5454
"react": "17.0.2",
5555
"react-dom": "17.0.2",
5656
"react-gist": "^1.2.4",
@@ -60,41 +60,41 @@
6060
"rehype": "^11.0.0",
6161
"rehype-react": "^6.2.1",
6262
"rss": "^1.2.2",
63-
"sanitize-html": "^2.6.1",
63+
"sanitize-html": "^2.7.0",
6464
"sharp": "^0.29.3",
6565
"unist-util-visit": "^2.0.3"
6666
},
6767
"devDependencies": {
68-
"@next/bundle-analyzer": "^12.0.8",
69-
"@types/cheerio": "^0.22.30",
68+
"@next/bundle-analyzer": "^12.0.10",
69+
"@types/cheerio": "^0.22.31",
7070
"@types/lodash": "^4.14.178",
71-
"@types/node": "^17.0.8",
71+
"@types/node": "^17.0.17",
7272
"@types/nodemailer": "^6.4.4",
73-
"@types/react": "^17.0.38",
73+
"@types/react": "^17.0.39",
7474
"@types/refractor": "^3.0.2",
7575
"@types/rss": "^0.0.29",
7676
"@types/sanitize-html": "^2.6.2",
77-
"@types/styled-components": "^5.1.20",
77+
"@types/styled-components": "^5.1.22",
7878
"@types/testing-library__react": "^10.2.0",
7979
"@types/tryghost__content-api": "^1.3.10",
80-
"@typescript-eslint/eslint-plugin": "^5.9.1",
81-
"@typescript-eslint/parser": "^5.9.1",
80+
"@typescript-eslint/eslint-plugin": "^5.11.0",
81+
"@typescript-eslint/parser": "^5.11.0",
8282
"autoprefixer": "^10.4.2",
8383
"critters": "^0.0.16",
8484
"cross-env": "^7.0.3",
8585
"eslint": "<8.0.0",
86-
"eslint-config-next": "^12.0.8",
86+
"eslint-config-next": "^12.0.10",
8787
"eslint-config-prettier": "^8.3.0",
8888
"eslint-plugin-react": "^7.28.0",
8989
"eslint-plugin-react-hooks": "^4.3.0",
9090
"next-image-loader": "^2.0.6",
91-
"next-sitemap": "^1.9.9",
92-
"postcss": "^8.4.5",
91+
"next-sitemap": "^2.1.14",
92+
"postcss": "^8.4.6",
9393
"postcss-color-mod-function": "^3.0.3",
9494
"postcss-easy-import": "^3.0.0",
95-
"postcss-preset-env": "^7.2.3",
95+
"postcss-preset-env": "^7.3.1",
9696
"prettier": "^2.5.1",
9797
"serve": "^13.0.2",
98-
"typescript": "^4.5.4"
98+
"typescript": "^4.5.5"
9999
}
100100
}

0 commit comments

Comments
 (0)