Skip to content

Commit 2d7f53c

Browse files
committed
Update web dependencies
1 parent 3274c2e commit 2d7f53c

File tree

2 files changed

+166
-101
lines changed

2 files changed

+166
-101
lines changed

badgers-web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@octokit/rest": "^19.0.8",
13-
"@types/node": "20.1.4",
14-
"@types/react": "18.2.6",
15-
"@types/react-dom": "18.2.4",
16-
"@vercel/analytics": "^1.0.1",
17-
"autoprefixer": "10.4.14",
18-
"crates.io": "^2.2.4",
12+
"@octokit/rest": "^19.0.13",
13+
"@types/node": "20.13.0",
14+
"@types/react": "18.3.3",
15+
"@types/react-dom": "18.3.0",
16+
"@vercel/analytics": "^1.3.1",
17+
"autoprefixer": "10.4.19",
18+
"crates.io": "^2.2.7",
1919
"eslint": "8.57.0",
2020
"eslint-config-next": "^14.2.3",
2121
"next": "^14.2.3",
22-
"postcss": "8.4.31",
22+
"postcss": "8.4.38",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"tailwindcss": "3.3.2",
26-
"typescript": "5.0.4"
25+
"tailwindcss": "3.4.3",
26+
"typescript": "5.4.5"
2727
},
2828
"devDependencies": {
29-
"@octokit/types": "^9.2.2",
29+
"@octokit/types": "^9.3.2",
3030
"encoding": "^0.1.13",
31-
"sharp": "^0.33.3"
31+
"sharp": "^0.33.4"
3232
},
3333
"packageManager": "[email protected]"
3434
}

0 commit comments

Comments
 (0)