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

Commit 0dbc45a

Browse files
committed
dependency bump
1 parent 9533821 commit 0dbc45a

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@
2222
"start": "next start"
2323
},
2424
"dependencies": {
25-
"next": "^15.0.4",
25+
"next": "^15.1.3",
2626
"react": "^19.0.0",
2727
"react-dom": "^19.0.0"
2828
},
2929
"devDependencies": {
3030
"@tailwindcss/typography": "^0.5.15",
31-
"@types/node": "^22.10.1",
32-
"@types/react": "^19.0.1",
33-
"@types/react-dom": "^19.0.1",
31+
"@types/node": "^22.10.4",
32+
"@types/react": "^19.0.2",
33+
"@types/react-dom": "^19.0.2",
3434
"autoprefixer": "^10.4.20",
3535
"eslint": "^8.57.0",
36-
"eslint-config-next": "^15.0.4",
36+
"eslint-config-next": "^15.1.3",
3737
"postcss": "^8.4.49",
3838
"prettier": "^3.4.2",
3939
"prettier-plugin-tailwindcss": "^0.6.9",
4040
"rimraf": "^6.0.1",
4141
"slugify": "^1.6.6",
42-
"tailwindcss": "^3.4.16",
42+
"tailwindcss": "^3.4.17",
4343
"typescript": "^5.7.2"
4444
}
4545
}

0 commit comments

Comments
 (0)