Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 1514d6b

Browse files
committed
dependency bump
1 parent c9814b9 commit 1514d6b

File tree

2 files changed

+93
-92
lines changed

2 files changed

+93
-92
lines changed

package-lock.json

Lines changed: 84 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"start": "next start"
2323
},
2424
"dependencies": {
25-
"next": "^15.1.3",
25+
"next": "^15.1.4",
2626
"react": "^19.0.0",
2727
"react-dom": "^19.0.0"
2828
},
2929
"devDependencies": {
30-
"@tailwindcss/typography": "^0.5.15",
31-
"@types/node": "^22.10.5",
32-
"@types/react": "^19.0.3",
33-
"@types/react-dom": "^19.0.2",
30+
"@tailwindcss/typography": "^0.5.16",
31+
"@types/node": "^22.10.7",
32+
"@types/react": "^19.0.7",
33+
"@types/react-dom": "^19.0.3",
3434
"autoprefixer": "^10.4.20",
3535
"eslint": "^8.57.0",
36-
"eslint-config-next": "^15.1.3",
37-
"postcss": "^8.4.49",
36+
"eslint-config-next": "^15.1.4",
37+
"postcss": "^8.5.1",
3838
"prettier": "^3.4.2",
39-
"prettier-plugin-tailwindcss": "^0.6.9",
39+
"prettier-plugin-tailwindcss": "^0.6.10",
4040
"rimraf": "^6.0.1",
4141
"slugify": "^1.6.6",
4242
"tailwindcss": "^3.4.17",
43-
"typescript": "^5.7.2"
43+
"typescript": "^5.7.3"
4444
}
4545
}

0 commit comments

Comments
 (0)