Skip to content

Commit

Permalink
up pckgs
Browse files Browse the repository at this point in the history
  • Loading branch information
PxlSyl authored and PxlSyl committed Apr 24, 2024
1 parent 25047a6 commit 4b58cfd
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 367 deletions.
1 change: 0 additions & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import rehypePresetMinify from 'rehype-preset-minify'
import siteMetadata from './data/siteMetadata'
import { allCoreContent, sortPosts } from 'pliny/utils/contentlayer.js'
import { fallbackLng, secondLng } from './app/[locale]/i18n/locales'
import { allBlogs } from 'contentlayer/generated'

const root = process.cwd()
const isProduction = process.env.NODE_ENV === 'production'
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@
"dependencies": {
"@formspree/react": "^2.5.1",
"@headlessui/react": "^1.7.19",
"@next/bundle-analyzer": "14.1.0",
"@next/bundle-analyzer": "14.2.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@waline/client": "^3.1.3",
"autoprefixer": "^10.4.17",
"contentlayer2": "0.4.4",
"esbuild": "0.19.11",
"esbuild": "0.20.2",
"framer-motion": "^10.18.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-from-html-isomorphic": "^2.0.0",
"i18next": "^23.7.18",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"image-size": "1.1.1",
"next": "14.1.0",
"next": "14.2.1",
"next-contentlayer2": "0.4.4",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"pliny": "0.2.0",
"postcss": "^8.4.33",
"react": "18.2.0",
Expand All @@ -48,22 +49,22 @@
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"unist-util-visit": "^5.0.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.10",
"@types/react": "^18.2.48",
"@types/mdx": "^2.0.12",
"@types/react": "^18.2.73",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
Expand Down
Loading

0 comments on commit 4b58cfd

Please sign in to comment.