Skip to content

Commit 1a79680

Browse files
authored
Merge pull request #49 from hacksu/2025-Fall-Refresh
fixed some stuff
2 parents 6aff3fa + 192cc94 commit 1a79680

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

bun.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,34 @@
44
"": {
55
"name": "hacksu-2021",
66
"dependencies": {
7-
"@unhead/vue": "^1.9.8",
7+
"@unhead/vue": "^1.11.20",
88
"@vueuse/head": "^1.3.1",
9-
"body-parser": "^1.19.0",
9+
"body-parser": "^1.20.3",
1010
"cross-env": "^7.0.3",
11-
"express": "^4.17.1",
12-
"express-session": "^1.17.3",
11+
"express": "^4.21.2",
12+
"express-session": "^1.18.1",
1313
"i": "^0.3.7",
1414
"markdown-it": "^13.0.2",
15-
"multer": "^1.4.5-lts.1",
15+
"multer": "^1.4.5-lts.2",
1616
"passport": "^0.6.0",
1717
"passport-discord": "^0.1.4",
18-
"remult": "^0.22.9",
18+
"remult": "^0.22.12",
1919
"sharp": "^0.32.6",
20-
"vite-ssg": "^0.22.1",
21-
"vue": "^3.0.0",
22-
"vue-advanced-cropper": "^2.8.8",
23-
"vue-router": "^4.0.0-0",
20+
"vite-ssg": "^0.22.2",
21+
"vue": "^3.5.16",
22+
"vue-advanced-cropper": "^2.8.9",
23+
"vue-router": "^4.5.1",
2424
},
2525
"devDependencies": {
26-
"@vitejs/plugin-vue": "^4.4.0",
27-
"nodemon": "^3.0.1",
28-
"sass": "^1.26.5",
29-
"vite": "^4.4.11",
26+
"@vitejs/plugin-vue": "^4.6.2",
27+
"nodemon": "^3.1.10",
28+
"sass": "^1.89.2",
29+
"vite": "^4.5.14",
3030
},
3131
},
3232
},
3333
"trustedDependencies": [
34+
"sharp",
3435
"@parcel/watcher",
3536
],
3637
"packages": {

src/details.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const discord = "https://discord.gg/rJDdvnt";
22

33
import bowmanImage from "@/assets/images/bowman.jpg";
44
import githubImage from "@/assets/images/github-white.svg";
5+
import msbImage from "@/assets/images/msb.jpg";
56

67
export const landing = {
78
//title: "Learn. Grow. Create.",
@@ -26,10 +27,10 @@ export const meetings = {
2627
virtual: `Due to COVID-19, all meetings are being held virtually through
2728
<a class="link" href="${discord}">discord</a>.`,
2829
building: {
29-
name: "Bowman Hall",
30-
room: "Room 219",
31-
image: bowmanImage,
32-
url: 'https://map.concept3d.com/?id=568#!ct/74937,78237,78239?m/57856?s/bowman',
30+
name: "Mathematical Sciences Building",
31+
room: "Room 228",
32+
image: msbImage,
33+
url: 'https://map.concept3d.com/?id=568#!m/57924?s/msb',
3334
},
3435

3536
},

src/views/FallFest.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ onMounted(async () => {
117117
118118
@media (max-width: 768px) {
119119
padding: 2rem 1rem;
120+
}
121+
}
120122
.fall-fest-container{
121123
background: linear-gradient(to top left, #35c982, #4683FF);
122124
width: 100%;

0 commit comments

Comments
 (0)