Skip to content

Commit 60d2f90

Browse files
committed
dependency bump
1 parent 3d9367a commit 60d2f90

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package-lock.json

+64-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
14-
"next": "^14.2.14"
14+
"next": "^14.2.15"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5.6.2",
18-
"@types/node": "^22.7.4",
17+
"typescript": "^5.6.3",
18+
"@types/node": "^22.7.5",
1919
"@types/react": "^18.3.11",
20-
"@types/react-dom": "^18.3.0",
20+
"@types/react-dom": "^18.3.1",
2121
"autoprefixer": "^10.4.20",
2222
"postcss": "^8.4.47",
2323
"tailwindcss": "^3.4.13",
2424
"eslint": "^8",
25-
"eslint-config-next": "^14.2.14"
25+
"eslint-config-next": "^14.2.15"
2626
}
2727
}

0 commit comments

Comments
 (0)