Skip to content

Commit 0235a24

Browse files
committed
Update
1 parent a0e0037 commit 0235a24

File tree

5 files changed

+193
-325
lines changed

5 files changed

+193
-325
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
run: pnpm install --frozen-lockfile
2020

2121
- name: Lint
22-
run: pnpm run lint
22+
run: pnpm lint
2323

2424
- name: Check formatting
25-
run: pnpm run format:check
25+
run: pnpm format:check
2626

2727
- name: Build
2828
run: pnpm build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22.11.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-viewer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "OreQr",
66
"description": "📧Opens browser with email preview",
@@ -36,13 +36,13 @@
3636
},
3737
"devDependencies": {
3838
"@types/ejs": "^3.1.5",
39-
"@types/node": "^20.14.9",
39+
"@types/node": "^22.9.0",
4040
"cross-env": "^7.0.3",
4141
"prettier": "^3.3.2",
4242
"tsup": "^8.1.0",
4343
"typescript": "^5.5.2",
44-
"vite-tsconfig-paths": "^4.3.2",
45-
"vitest": "^1.6.0"
44+
"vite-tsconfig-paths": "^5.1.1",
45+
"vitest": "^2.1.4"
4646
},
4747
"packageManager": "pnpm@9.1.4"
4848
}

0 commit comments

Comments
 (0)