Skip to content

Commit f6a0b1f

Browse files
Jimmy LeeJimmy Lee
authored andcommitted
1.1.4 - nextjs 15.1.6 and button group hack
1 parent 4454ed1 commit f6a0b1f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

components/ButtonGroup.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
77
white-space: nowrap;
88
}
9+
10+
.full > * > * {
11+
width: 100%;
12+
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
"node": ">=18"
66
},
77
"license": "MIT",
8-
"version": "1.1.3",
8+
"version": "1.1.4",
99
"scripts": {
1010
"dev": "next -p 10000",
1111
"build": "next build",
1212
"start": "PORT=10000 next start",
1313
"lint": "next lint"
1414
},
1515
"dependencies": {
16-
"next": "^15.1.3",
16+
"next": "^15.1.6",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
19-
"sass": "1.83.0"
19+
"sass": "1.83.4"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.10.2",
23-
"@types/react": "^19.0.2",
22+
"@types/node": "^22.12.0",
23+
"@types/react": "^19.0.8",
2424
"ts-node": "^10.9.2",
25-
"typescript": "^5.7.2"
25+
"typescript": "^5.7.3"
2626
}
2727
}

0 commit comments

Comments
 (0)