Skip to content

Commit 968c854

Browse files
committed
chore: bump deps
1 parent dcd3e28 commit 968c854

File tree

2 files changed

+357
-339
lines changed

2 files changed

+357
-339
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,45 @@
1515
"fmt": "prettier --write --cache 'src/**/*.{js,jsx,ts,tsx}'"
1616
},
1717
"dependencies": {
18-
"@headlessui/react": "^1.7.1",
19-
"@radix-ui/react-accessible-icon": "^1.0.0",
18+
"@headlessui/react": "^1.7.3",
19+
"@radix-ui/react-accessible-icon": "^1.0.1",
2020
"@tailwindcss/typography": "^0.5.7",
2121
"clsx": "^1.1.1",
2222
"date-fns": "^2.29.3",
2323
"feed": "^4.2.2",
2424
"gray-matter": "^4.0.3",
2525
"mdx-prism": "^0.3.4",
26-
"next": "^12.3.0",
26+
"next": "^12.3.1",
2727
"next-mdx-remote": "^4.0.3",
28-
"next-seo": "5.5.0",
28+
"next-seo": "5.6.0",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
31-
"react-icons": "^4.3.1",
31+
"react-icons": "^4.6.0",
3232
"remark-autolink-headings": "^7.0.1",
3333
"remark-code-titles": "^0.1.2",
3434
"remark-parse": "^10.0.1",
3535
"remark-slug": "^7.0.1",
36-
"tailwind-merge": "^1.6.0"
36+
"tailwind-merge": "^1.6.2"
3737
},
3838
"devDependencies": {
39-
"@next/env": "^12.3.0",
40-
"@types/node": "18.7.18",
41-
"@types/react": "^18.0.20",
42-
"@typescript-eslint/eslint-plugin": "^5.37.0",
43-
"@typescript-eslint/parser": "^5.37.0",
44-
"autoprefixer": "^10.4.10",
45-
"eslint": "8.23.1",
46-
"eslint-config-next": "12.3.0",
39+
"@next/env": "^12.3.1",
40+
"@types/node": "18.11.2",
41+
"@types/react": "^18.0.21",
42+
"@typescript-eslint/eslint-plugin": "^5.40.1",
43+
"@typescript-eslint/parser": "^5.40.1",
44+
"autoprefixer": "^10.4.12",
45+
"eslint": "8.25.0",
46+
"eslint-config-next": "12.3.1",
4747
"eslint-config-prettier": "^8.5.0",
4848
"eslint-plugin-import": "^2.26.0",
4949
"eslint-plugin-simple-import-sort": "^8.0.0",
5050
"eslint-plugin-unused-imports": "^2.0.0",
51-
"next-sitemap": "^3.1.22",
52-
"postcss": "^8.4.16",
51+
"next-sitemap": "^3.1.29",
52+
"postcss": "^8.4.18",
5353
"prettier-eslint": "^15.0.1",
5454
"rehype": "^12.0.1",
5555
"tailwindcss": "^3.1.8",
56-
"typescript": "^4.8.3"
56+
"typescript": "^4.8.4"
5757
},
5858
"peerDependencies": {
5959
"@next/env": "^12.2.3"

0 commit comments

Comments
 (0)