Skip to content

Commit 23cfe42

Browse files
committed
chore: update deps
1 parent af1c318 commit 23cfe42

File tree

3 files changed

+98
-110
lines changed

3 files changed

+98
-110
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v2
24-
24+
2525
- uses: actions/cache@v2
2626
with:
2727
path: |
2828
~/.cache
2929
key: cypress-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
30-
30+
3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v2.2.1
3333

@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
registry-url: https://registry.npmjs.org/
39-
cache: "pnpm"
39+
cache: pnpm
4040

4141
- run: pnpm install
4242

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "vite-ssg build",
66
"dev": "vite --port 3333 --open",
7-
"lint": "eslint --ext=.vue,.ts,.js,.yml,.json,.md .",
7+
"lint": "eslint .",
88
"preview": "vite preview",
99
"preview-https": "serve dist",
1010
"test": "vitest",
@@ -24,16 +24,12 @@
2424
"vue-router": "^4.0.13"
2525
},
2626
"devDependencies": {
27-
"@antfu/eslint-config": "^0.18.3",
27+
"@antfu/eslint-config": "^0.18.5",
2828
"@iconify-json/carbon": "^1.1.1",
2929
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
3030
"@types/markdown-it-link-attributes": "^3.0.1",
3131
"@types/nprogress": "^0.2.0",
32-
"@unocss/preset-attributify": "^0.27.4",
33-
"@unocss/preset-icons": "^0.27.4",
34-
"@unocss/preset-typography": "^0.27.4",
35-
"@unocss/preset-web-fonts": "^0.27.4",
36-
"@unocss/reset": "^0.27.4",
32+
"@unocss/reset": "^0.27.5",
3733
"@vitejs/plugin-vue": "^2.2.4",
3834
"@vue/test-utils": "^2.0.0-rc.18",
3935
"critters": "^0.0.16",
@@ -46,7 +42,7 @@
4642
"markdown-it-prism": "^2.2.3",
4743
"pnpm": "^6.32.3",
4844
"typescript": "^4.6.2",
49-
"unocss": "^0.27.4",
45+
"unocss": "^0.27.5",
5046
"unplugin-auto-import": "^0.6.1",
5147
"unplugin-vue-components": "^0.17.21",
5248
"vite": "^2.8.6",

0 commit comments

Comments
 (0)