Skip to content

Commit

Permalink
chore(deps): upgrade frontend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Sep 18, 2024
1 parent 4cc73ff commit 19b5938
Show file tree
Hide file tree
Showing 16 changed files with 438 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.10.0

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use pnpm
uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.10.0

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use pnpm
uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.10.0

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use pnpm
uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.10.0

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.9.0
version: 9.10.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd Artalk
To develop Artalk, both frontend and backend, install the following tools:

- [Node.js](https://nodejs.org/en/) (>= 20.17.0)
- [PNPM](https://pnpm.io/) (>= 9.9.0)
- [PNPM](https://pnpm.io/) (>= 9.10.0)
- [Go](https://golang.org/) (>= 1.22)
- [Docker](https://www.docker.com/) (>= 20.10.0) (optional)
- [Docker Compose](https://docs.docker.com/compose/) (>= 1.29.0) (optional)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG SKIP_UI_BUILD=false
RUN set -ex \
&& if [ "$SKIP_UI_BUILD" = "false" ]; then \
apk add --no-cache nodejs npm \
&& npm install -g pnpm@9.9.0 \
&& npm install -g pnpm@9.10.0 \
;fi

RUN set -ex \
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"vitepress": "1.3.4"
},
"dependencies": {
"@artalk/plugin-katex": "^0.2.2",
"@artalk/plugin-katex": "^0.2.3",
"@artalk/plugin-lightbox": "^0.2.3",
"katex": "^0.16.11",
"lightgallery": "^2.7.2",
"vue": "^3.5.5"
"vue": "^3.5.6"
}
}
2 changes: 1 addition & 1 deletion docs/docs/zh/develop/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd Artalk
为了开发 Artalk 的前端和后端,请安装以下工具:

- [Node.js](https://nodejs.org/en/) (>= 20.17.0)
- [PNPM](https://pnpm.io/) (>= 9.9.0)
- [PNPM](https://pnpm.io/) (>= 9.10.0)
- [Go](https://golang.org/) (>= 1.22)
- [Docker](https://www.docker.com/) (>= 20.10.0)(可选)
- [Docker Compose](https://docs.docker.com/compose/) (>= 1.29.0)(可选)
Expand Down
2 changes: 1 addition & 1 deletion docs/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@headlessui/react": "^2.1.8",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"i18next": "^23.15.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "artalk-monorepo",
"private": true,
"homepage": "https://artalk.js.org",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "pnpm -F artalk dev",
"dev:sidebar": "pnpm -F @artalk/artalk-sidebar dev",
Expand All @@ -26,7 +26,7 @@
"@eslint/js": "^9.10.0",
"@playwright/test": "^1.47.1",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@vitest/coverage-v8": "^2.1.1",
"autoprefixer": "10.4.20",
"cross-env": "^7.0.3",
Expand All @@ -45,11 +45,11 @@
"prettier": "3.3.3",
"rollup": "4.21.3",
"sass": "1.78.0",
"terser": "5.32.0",
"terser": "5.33.0",
"tsx": "^4.19.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "5.4.5",
"typescript-eslint": "^8.6.0",
"vite": "5.4.6",
"vite-plugin-checker": "0.8.0",
"vite-plugin-dts": "4.2.1",
"vite-tsconfig-paths": "5.0.1",
Expand Down
Loading

0 comments on commit 19b5938

Please sign in to comment.