diff --git a/package-lock.json b/package-lock.json index 1aa8404..937cf4b 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 4605536..daa77e1 100644 --- a/package.json +++ b/package.json @@ -12,61 +12,61 @@ "prepare": "husky install" }, "dependencies": { - "@fontsource/inter": "4.5.2", - "@mailchimp/mailchimp_marketing": "^3.0.58", - "@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", - "image-size": "1.0.0", - "mdx-bundler": "^8.0.0", - "next": "12.0.9", - "next-themes": "^0.0.14", - "postcss": "^8.4.5", - "preact": "^10.6.2", - "react": "17.0.2", - "react-dom": "17.0.2", - "reading-time": "1.3.0", - "rehype-autolink-headings": "^6.1.0", - "rehype-citation": "^0.2.0", + "@fontsource/inter": "4.5.13", + "@mailchimp/mailchimp_marketing": "^3.0.78", + "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/typography": "^0.5.7", + "autoprefixer": "^10.4.12", + "esbuild": "^0.14.0", + "github-slugger": "^1.4.0", + "gray-matter": "^4.0.3", + "image-size": "1.0.2", + "mdx-bundler": "^9.0.1", + "next": "12.3.1", + "next-themes": "^0.2.1", + "postcss": "^8.4.17", + "preact": "^10.11.1", + "react": "18.2.0", + "react-dom": "18.2.0", + "reading-time": "1.5.0", + "rehype-autolink-headings": "^6.1.1", + "rehype-citation": "^0.4.0", "rehype-katex": "^6.0.2", "rehype-preset-minify": "6.0.0", - "rehype-prism-plus": "^1.1.3", - "rehype-slug": "^5.0.0", + "rehype-prism-plus": "^1.5.0", + "rehype-slug": "^5.0.1", "remark-footnotes": "^4.0.1", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", - "sharp": "^0.28.3", + "sharp": "^0.31.1", "smoothscroll-polyfill": "^0.4.4", - "tailwindcss": "^3.0.18", - "unist-util-visit": "^4.0.0" + "tailwindcss": "^3.1.8", + "unist-util-visit": "^4.1.1" }, "devDependencies": { - "@next/bundle-analyzer": "12.0.9", - "@svgr/webpack": "^6.1.2", - "@types/react": "^17.0.14", - "@types/tailwindcss": "^2.2.0", - "@typescript-eslint/eslint-plugin": "^4.28.1", - "@typescript-eslint/parser": "^4.28.1", + "@next/bundle-analyzer": "12.3.1", + "@svgr/webpack": "^6.4.0", + "@types/react": "^18.0.21", + "@types/tailwindcss": "^3.0.11", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "cross-env": "^7.0.3", "dedent": "^0.7.0", - "eslint": "^7.29.0", - "eslint-config-next": "12.0.9", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^3.3.1", - "file-loader": "^6.0.0", - "globby": "11.0.3", - "husky": "^6.0.0", - "inquirer": "^8.1.1", - "lint-staged": "^11.0.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" + "eslint": "^8.24.0", + "eslint-config-next": "12.3.1", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.2.1", + "file-loader": "^6.2.0", + "globby": "13.1.2", + "husky": "^8.0.1", + "inquirer": "^9.1.3", + "lint-staged": "^13.0.3", + "next-remote-watch": "^2.0.0", + "prettier": "^2.7.1", + "prettier-plugin-tailwindcss": "^0.1.13", + "socket.io": "^4.5.2", + "socket.io-client": "^4.5.2", + "typescript": "^4.8.4" }, "lint-staged": { "*.+(js|jsx|ts|tsx)": [ diff --git a/pages/_app.tsx b/pages/_app.tsx index 88b152d..1ca8ef5 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -2,7 +2,7 @@ import '@/css/tailwind.css' import '@/css/prism.css' import 'katex/dist/katex.css' -import '@fontsource/inter/variable-full.css' +import '@fontsource/inter/variable.css' import { ThemeProvider } from 'next-themes' import type { AppProps } from 'next/app'