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

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 16, 2023
1 parent 9a2836b commit 833b813
Show file tree
Hide file tree
Showing 6 changed files with 2,347 additions and 2,513 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install Deps
run: pnpm install --frozen-lockfile

- name: Generate Markdown
run: pnpm md:generate

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install Deps
run: pnpm install --frozen-lockfile

- name: Generate Markdown
run: pnpm md:generate

Expand All @@ -43,16 +40,13 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: true

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install Deps
run: pnpm install --frozen-lockfile

- name: Linter test
run: pnpm lint
1 change: 0 additions & 1 deletion leetcode/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineUserConfig({

dest: "./dist",


theme,

shouldPrefetch: false,
Expand Down
2 changes: 1 addition & 1 deletion leetcode/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sidebar from "./sidebar.js";
export default hopeTheme({
logo: "/logo.png",

favicon: '/favicon.ico',
favicon: "/favicon.ico",
hostname: "https://leetcode.innenu.com",
author: "LeetCode",

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
"sort-package-json"
]
},
"packageManager": "[email protected]",
"dependencies": {
"@vuepress/client": "2.0.0-beta.61",
"vue": "3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-theme-hope": "2.0.0-beta.195"
"@vuepress/client": "2.0.0-beta.62",
"vue": "3.3.2",
"vuepress": "2.0.0-beta.62",
"vuepress-theme-hope": "2.0.0-beta.211"
},
"devDependencies": {
"@types/node": "18.14.6",
"@types/node": "20.1.5",
"@types/turndown": "5.0.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"clang-format": "1.8.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.7.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"markdownlint-cli": "0.33.0",
"markdownlint-cli": "0.34.0",
"nano-staged": "0.8.0",
"prettier": "2.8.4",
"prettier": "2.8.8",
"sort-package-json": "2.4.1",
"tsx": "3.12.4",
"turndown": "7.1.1",
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
"tsx": "3.12.7",
"turndown": "7.1.2",
"typescript": "5.0.4"
}
}
Loading

0 comments on commit 833b813

Please sign in to comment.