Skip to content

Commit

Permalink
fix: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Nov 14, 2023
1 parent bcf1175 commit c8cae9e
Show file tree
Hide file tree
Showing 7 changed files with 1,511 additions and 1,007 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2

- run: pnpm install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vuepress dev ."
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "2.0.0-beta.66",
"@vuepress/plugin-google-analytics": "2.0.0-beta.68",
"vuepress-plugin-iconify": "workspace:*"
}
}
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuepress-plugin-iconify",
"type": "module",
"version": "0.4.0",
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@8.10.4",
"description": "Using icons more easier in VuePress",
"keywords": [
"vuepress",
Expand All @@ -22,6 +22,7 @@
},
"repository": "ntnyq/vuepress-plugin-iconify",
"exports": {
"./package.json": "./package.json",
".": "./dist/node/index.js",
"./client": "./dist/client/index.js",
"./*": "./*"
Expand All @@ -48,9 +49,9 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "2.0.0-beta.66",
"vuepress-vite": "2.0.0-beta.66",
"vuepress-webpack": "2.0.0-beta.66"
"vuepress": "2.0.0-beta.68",
"vuepress-vite": "2.0.0-beta.68",
"vuepress-webpack": "2.0.0-beta.68"
},
"peerDependenciesMeta": {
"vuepress": {
Expand All @@ -65,23 +66,23 @@
},
"dependencies": {
"@iconify/vue": "^4.1.1",
"@vuepress/client": "2.0.0-beta.66",
"vue": "^3.3.4"
"@vuepress/client": "2.0.0-beta.68",
"vue": "^3.3.8"
},
"devDependencies": {
"@ntnyq/eslint-config": "^1.12.1",
"@ntnyq/prettier-config": "^1.12.1",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"@ntnyq/eslint-config": "^1.19.0",
"@ntnyq/prettier-config": "^1.19.0",
"@types/node": "^20.9.0",
"bumpp": "^9.2.0",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.10",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"typescript": "^5.1.6",
"vuepress": "2.0.0-beta.66"
"pnpm": "^8.10.4",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vuepress": "2.0.0-beta.68"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down

1 comment on commit c8cae9e

@vercel
Copy link

@vercel vercel bot commented on c8cae9e Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.