chore(deps): update deps.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 44s

This commit is contained in:
Ivan Li 2023-07-09 06:19:21 +00:00
parent 24aadfa329
commit 1536ffa319
5 changed files with 2673 additions and 2377 deletions

View File

@ -1,4 +1,5 @@
import { visit, Parent } from 'unist-util-visit';
import { Parent } from 'unist';
import { visit } from 'unist-util-visit';
export default function remarkCodeTitles() {
return (tree: Parent & { lang?: string }) =>

View File

@ -1,6 +1,7 @@
import { VFile } from 'vfile';
import { visit, Parent } from 'unist-util-visit';
import { visit } from 'unist-util-visit';
import { load } from 'js-yaml';
import { Parent } from 'unist';
export default function extractFrontmatter() {
return (tree: Parent, file: VFile) => {

View File

@ -1,5 +1,5 @@
import { Literal } from 'unist';
import { visit, Parent, Node } from 'unist-util-visit';
import { Literal, Parent, Node } from 'unist';
import { visit } from 'unist-util-visit';
import sizeOf from 'image-size';
import fs from 'fs';

View File

@ -14,66 +14,66 @@
},
"dependencies": {
"@fontsource/inter": "4.5.2",
"@mailchimp/mailchimp_marketing": "^3.0.58",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@next/bundle-analyzer": "12.0.9",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"esbuild": "^0.13.13",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"esbuild": "^0.13.15",
"github-slugger": "^1.5.0",
"gray-matter": "^4.0.3",
"image-size": "1.0.0",
"js-yaml": "^4.1.0",
"mdx-bundler": "^8.0.0",
"next": "=12.2.0",
"mdx-bundler": "^8.1.0",
"next": "^12.2.0",
"next-themes": "^0.0.14",
"postcss": "^8.4.5",
"preact": "^10.6.2",
"postcss": "^8.4.25",
"preact": "^10.15.1",
"react": "17.0.2",
"react-commento": "^1.0.0",
"react-cusdis": "^2.1.3",
"react-dom": "17.0.2",
"reading-time": "1.3.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-citation": "^0.2.0",
"rehype-katex": "^6.0.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-citation": "^0.2.5",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "6.0.0",
"rehype-prism-plus": "^1.1.3",
"rehype-slug": "^5.0.0",
"rehype-prism-plus": "^1.6.1",
"rehype-slug": "^5.1.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.28.3",
"smoothscroll-polyfill": "^0.4.4",
"tailwindcss": "^3.0.18",
"unist-util-visit": "^4.0.0",
"vfile": "^5.3.5"
"tailwindcss": "^3.3.2",
"unist-util-visit": "^5.0.0",
"vfile": "^5.3.7"
},
"devDependencies": {
"@svgr/webpack": "^6.1.2",
"@types/react": "^17.0.50",
"@types/tailwindcss": "^2.2.0",
"@svgr/webpack": "^6.5.1",
"@types/react": "^17.0.62",
"@types/tailwindcss": "^2.2.4",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^7.29.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^3.4.1",
"file-loader": "^6.2.0",
"globby": "11.0.3",
"husky": "^6.0.0",
"inquirer": "^8.1.1",
"lint-staged": "^11.0.0",
"next-export-optimize-images": "^2.0.0",
"inquirer": "^8.2.5",
"lint-staged": "^11.2.6",
"next-export-optimize-images": "^2.1.0",
"next-remote-watch": "^1.0.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"socket.io": "^4.4.0",
"socket.io-client": "^4.4.0",
"typescript": "^4.6.1-rc"
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [

File diff suppressed because it is too large Load Diff