Skip to content

Commit d20cd4a

Browse files
Unify button <--> textinput styles (#119)
1 parent bfecdf8 commit d20cd4a

File tree

6 files changed

+91
-142
lines changed

6 files changed

+91
-142
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: pnpm/action-setup@v2.4.0
12+
- uses: pnpm/action-setup@v4
1313
with:
1414
version: latest
1515
run_install: true
16-
- name: Use Node.js 18.x
17-
uses: actions/setup-node@v3.4.1
16+
- name: Use Node.js 20.x
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
cache: "pnpm"
2121
- name: Build the extension
2222
run: pnpm build

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"chrome-extension-hot-reload": "^0.2.2",
2222
"classnames": "^2.3.2",
2323
"crx-hotreload": "^1.0.6",
24-
"plasmo": "^0.84.2",
24+
"lucide-react": "^0.378.0",
25+
"plasmo": "^0.86.2",
2526
"react": "^18.2.0",
2627
"react-dom": "^18.2.0",
2728
"react-hotkeys-hook": "^4.5.0",

0 commit comments

Comments
 (0)