Skip to content

Commit 4fd56db

Browse files
fix(deps): update all non-major dependencies
1 parent 19a6fd2 commit 4fd56db

File tree

2 files changed

+200
-178
lines changed

2 files changed

+200
-178
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@
1515
"lint": "next lint"
1616
},
1717
"dependencies": {
18-
"@fontsource/poppins": "5.0.14",
19-
"@headlessui/react": "2.1.2",
18+
"@fontsource/poppins": "5.1.1",
19+
"@headlessui/react": "2.2.0",
2020
"clsx": "2.1.1",
2121
"next": "13.5.4",
2222
"next-sitemap": "^4.2.3",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"sharp": "^0.33.5",
26-
"swr": "2.2.5"
26+
"swr": "2.3.2"
2727
},
2828
"devDependencies": {
2929
"@svgr/webpack": "8.1.0",
30-
"@types/node": "20.14.11",
31-
"@types/react": "18.3.3",
32-
"@types/react-dom": "18.3.0",
33-
"@typescript-eslint/eslint-plugin": "6.12.0",
34-
"@typescript-eslint/parser": "6.12.0",
35-
"eslint": "8.54.0",
36-
"eslint-config-next": "13.5.4",
30+
"@types/node": "20.17.17",
31+
"@types/react": "18.3.18",
32+
"@types/react-dom": "18.3.5",
33+
"@typescript-eslint/eslint-plugin": "6.21.0",
34+
"@typescript-eslint/parser": "6.21.0",
35+
"eslint": "8.57.1",
36+
"eslint-config-next": "13.5.8",
3737
"eslint-config-prettier": "9.1.0",
38-
"eslint-plugin-prettier": "5.2.1",
39-
"prettier": "3.3.3",
40-
"typescript": "5.5.3",
38+
"eslint-plugin-prettier": "5.2.3",
39+
"prettier": "3.4.2",
40+
"typescript": "5.7.3",
4141
"windicss": "3.5.6",
4242
"windicss-webpack-plugin": "1.8.0"
4343
},

0 commit comments

Comments
 (0)