Skip to content

Commit

Permalink
feat: bump to vuepress 2.0.0-beta.63
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jun 20, 2023
1 parent 3028127 commit 66e258f
Show file tree
Hide file tree
Showing 9 changed files with 3,440 additions and 1,397 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"root": true,
"extends": [
"@ntnyq"
]
"extends": ["@ntnyq"]
}
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand Down
32 changes: 8 additions & 24 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,16 @@
{
"eslint.validate": [
"javascript",
"typescript",
"javascriptreact",
"typescriptreact",
"vue",
"html",
"markdown",
"json",
"jsonc",
"json5"
],
"cSpell.words": [
"bumpp",
"changelogithub",
"iconify",
"pathe",
"pnpm",
"tsbuildinfo",
"vuepress"
"json5",
"markdown",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact"
],
"[typescript]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.formatOnSave": true
}
"cSpell.allowCompoundWords": true,
"cSpell.words": ["bumpp", "changelogithub", "iconify", "pathe", "pnpm", "tsbuildinfo", "vuepress"]
}
13 changes: 8 additions & 5 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ export default defineUserConfig({
description: 'Using icons more easier in VuePress',

head: [
['link', {
rel: 'icon',
href: 'data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>%0A <text y=%22.9em%22 font-size=%2290%22>%0A %F0%9F%90%A3%0A </text>%0A </svg>',
type: 'image/svg+xml',
}],
[
'link',
{
rel: 'icon',
href: 'data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>%0A <text y=%22.9em%22 font-size=%2290%22>%0A %F0%9F%90%A3%0A </text>%0A </svg>',
type: 'image/svg+xml',
},
],
],

theme: defaultTheme({
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.60",
"@vuepress/plugin-google-analytics": "2.0.0-beta.63",
"vuepress-plugin-iconify": "workspace:*"
}
}
39 changes: 21 additions & 18 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.3.1",
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@8.6.3",
"description": "Using icons more easier in VuePress",
"keywords": [
"vuepress",
Expand All @@ -21,13 +21,14 @@
"url": "https://github.com/ntnyq/vuepress-plugin-iconify/issues"
},
"repository": "ntnyq/vuepress-plugin-iconify",
"main": "./dist/node/index.js",
"types": "./dist/node/index.d.ts",
"exports": {
".": "./dist/node/index.js",
"./client": "./dist/client/index.js",
"./*": "./*"
},
"main": "./dist/node/index.js",
"module": "./dist/node/index.js",
"types": "./dist/node/index.d.ts",
"files": [
"dist"
],
Expand All @@ -47,9 +48,9 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "2.0.0-beta.60",
"vuepress-vite": "2.0.0-beta.60",
"vuepress-webpack": "2.0.0-beta.60"
"vuepress": "2.0.0-beta.63",
"vuepress-vite": "2.0.0-beta.63",
"vuepress-webpack": "2.0.0-beta.63"
},
"peerDependenciesMeta": {
"vuepress": {
Expand All @@ -63,24 +64,26 @@
}
},
"dependencies": {
"@iconify/vue": "^4.1.0",
"@vuepress/client": "2.0.0-beta.60",
"vue": "^3.2.47"
"@iconify/vue": "^4.1.1",
"@vuepress/client": "2.0.0-beta.63",
"vue": "^3.3.4"
},
"devDependencies": {
"@ntnyq/eslint-config": "^1.3.1",
"@types/node": "^18.13.0",
"@vuepress/client": "2.0.0-beta.60",
"bumpp": "^8.2.1",
"eslint": "^8.34.0",
"@ntnyq/eslint-config": "^1.9.0",
"@ntnyq/prettier-config": "^1.9.0",
"@types/node": "^20.3.1",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^7.27.0",
"rimraf": "^4.1.2",
"typescript": "^4.9.5",
"vuepress": "2.0.0-beta.60"
"pnpm": "^8.6.3",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.3",
"vuepress": "2.0.0-beta.63"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
"*.{js,ts,vue,yaml,yml,md,json}": "eslint --fix"
}
Expand Down

1 comment on commit 66e258f

@vercel
Copy link

@vercel vercel bot commented on 66e258f Jun 20, 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.