Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLamv-t committed Dec 17, 2023
1 parent 9076292 commit 28eee22
Show file tree
Hide file tree
Showing 2 changed files with 3,182 additions and 2,620 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,54 +24,54 @@
}
},
"dependencies": {
"@algolia/autocomplete-core": "^1.10.0",
"@algolia/autocomplete-preset-algolia": "^1.10.0",
"@headlessui/react": "^1.7.15",
"@algolia/autocomplete-core": "^1.12.2",
"@algolia/autocomplete-preset-algolia": "^1.12.2",
"@headlessui/react": "^1.7.17",
"@jasonlamv-t/rehype-code-title": "^0.0.4",
"@nextui-org/react": "^2.0.24",
"@tabler/icons-react": "^2.27.0",
"@tailwindcss/typography": "^0.5.9",
"@nextui-org/react": "^2.2.9",
"@tabler/icons-react": "^2.44.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"algoliasearch": "^4.19.1",
"algoliasearch": "^4.22.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.16.0",
"framer-motion": "^10.16.16",
"hastscript": "^7.2.0",
"katex": "^0.16.8",
"katex": "^0.16.9",
"lodash-es": "^4.17.21",
"next": "13.4.12",
"next-contentlayer": "^0.3.4",
"next-sitemap": "^4.1.8",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"postcss": "8.4.26",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-masonry-css": "^1.0.16",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.6.1",
"rehype-prism-plus": "^1.6.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-slug": "^7.0.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/lodash-es": "^4.17.8",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"autoprefixer": "10.4.14",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
"lint-staged": "^13.3.0",
"prettier": "^3.1.1"
}
}
Loading

0 comments on commit 28eee22

Please sign in to comment.