Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 833b813

Browse files
committed
chore: update deps
1 parent 9a2836b commit 833b813

File tree

6 files changed

+2347
-2513
lines changed

6 files changed

+2347
-2513
lines changed

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2
1919
with:
20-
version: 7
20+
run_install: true
2121

2222
- name: Setup Node.js
2323
uses: actions/setup-node@v3
2424
with:
2525
node-version: 18
2626
cache: pnpm
2727

28-
- name: Install Deps
29-
run: pnpm install --frozen-lockfile
30-
3128
- name: Generate Markdown
3229
run: pnpm md:generate
3330

.github/workflows/test-build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,14 @@ jobs:
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v2
1717
with:
18-
version: 7
18+
run_install: true
1919

2020
- name: Setup Node.js
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: 18
2424
cache: pnpm
2525

26-
- name: Install Deps
27-
run: pnpm install --frozen-lockfile
28-
2926
- name: Generate Markdown
3027
run: pnpm md:generate
3128

@@ -43,16 +40,13 @@ jobs:
4340
- name: Install pnpm
4441
uses: pnpm/action-setup@v2
4542
with:
46-
version: 7
43+
run_install: true
4744

4845
- name: Setup Node.js
4946
uses: actions/setup-node@v3
5047
with:
5148
node-version: 18
5249
cache: pnpm
5350

54-
- name: Install Deps
55-
run: pnpm install --frozen-lockfile
56-
5751
- name: Linter test
5852
run: pnpm lint

leetcode/.vuepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default defineUserConfig({
88

99
dest: "./dist",
1010

11-
1211
theme,
1312

1413
shouldPrefetch: false,

leetcode/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sidebar from "./sidebar.js";
44
export default hopeTheme({
55
logo: "/logo.png",
66

7-
favicon: '/favicon.ico',
7+
favicon: "/favicon.ico",
88
hostname: "https://leetcode.innenu.com",
99
author: "LeetCode",
1010

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,29 @@
4141
"sort-package-json"
4242
]
4343
},
44+
"packageManager": "[email protected]",
4445
"dependencies": {
45-
"@vuepress/client": "2.0.0-beta.61",
46-
"vue": "3.2.47",
47-
"vuepress": "2.0.0-beta.61",
48-
"vuepress-theme-hope": "2.0.0-beta.195"
46+
"@vuepress/client": "2.0.0-beta.62",
47+
"vue": "3.3.2",
48+
"vuepress": "2.0.0-beta.62",
49+
"vuepress-theme-hope": "2.0.0-beta.211"
4950
},
5051
"devDependencies": {
51-
"@types/node": "18.14.6",
52+
"@types/node": "20.1.5",
5253
"@types/turndown": "5.0.1",
53-
"@typescript-eslint/eslint-plugin": "5.54.1",
54-
"@typescript-eslint/parser": "5.54.1",
54+
"@typescript-eslint/eslint-plugin": "5.59.6",
55+
"@typescript-eslint/parser": "5.59.6",
5556
"clang-format": "1.8.0",
56-
"eslint": "8.35.0",
57-
"eslint-config-prettier": "8.7.0",
57+
"eslint": "8.40.0",
58+
"eslint-config-prettier": "8.8.0",
5859
"eslint-plugin-prettier": "4.2.1",
5960
"husky": "8.0.3",
60-
"markdownlint-cli": "0.33.0",
61+
"markdownlint-cli": "0.34.0",
6162
"nano-staged": "0.8.0",
62-
"prettier": "2.8.4",
63+
"prettier": "2.8.8",
6364
"sort-package-json": "2.4.1",
64-
"tsx": "3.12.4",
65-
"turndown": "7.1.1",
66-
"typescript": "4.9.5"
67-
},
68-
"packageManager": "[email protected]"
65+
"tsx": "3.12.7",
66+
"turndown": "7.1.2",
67+
"typescript": "5.0.4"
68+
}
6969
}

0 commit comments

Comments
 (0)