Skip to content

Commit ae3d3db

Browse files
committed
-
1 parent 39473ac commit ae3d3db

2 files changed

Lines changed: 71 additions & 64 deletions

File tree

package-lock.json

Lines changed: 65 additions & 59 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"prettier": "prettier . --write",
11-
"format": "npm run prettier && npm run lint"
11+
"format": "npm run prettier && npm run lint",
12+
"bootstrap": "npm i && npm run format"
1213
},
1314
"dependencies": {
14-
"next": "15.0.0",
15+
"next": "15.0.2",
1516
"react": "18.3.1",
1617
"react-dom": "18.3.1"
1718
},
1819
"devDependencies": {
19-
"@types/node": "22.7.8",
20-
"@types/react": "18.3.11",
20+
"@types/node": "22.8.4",
21+
"@types/react": "18.3.12",
2122
"@types/react-dom": "18.3.1",
2223
"autoprefixer": "10.4.20",
2324
"eslint": "9.13.0",
24-
"eslint-config-next": "15.0.0",
25+
"eslint-config-next": "15.0.2",
2526
"postcss": "8.4.47",
2627
"prettier": "3.3.3",
2728
"tailwindcss": "3.4.14",

0 commit comments

Comments
 (0)