Skip to content

Commit

Permalink
feat: bump to vuepress 2.0.0-beta.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jan 9, 2023
1 parent 58b7df7 commit ba7cf42
Show file tree
Hide file tree
Showing 2 changed files with 411 additions and 407 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./package.json": "./package.json",
"./*": "./*"
},
"files": [
Expand All @@ -55,7 +54,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "^2.0.0-beta.51"
"vuepress": "2.0.0-beta.60"
},
"dependencies": {
"deepmerge": "^4.2.2",
Expand All @@ -65,7 +64,7 @@
"@ntnyq/eslint-config": "^1.2.1",
"@types/node": "^18.11.18",
"@types/qrcode": "^1.5.0",
"@vuepress/client": "^2.0.0-beta.53",
"@vuepress/client": "2.0.0-beta.60",
"bumpp": "^8.2.1",
"copyfiles": "^2.4.1",
"eslint": "^8.31.0",
Expand All @@ -77,7 +76,7 @@
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4",
"vue": "^3.2.45",
"vuepress": "^2.0.0-beta.53"
"vuepress": "2.0.0-beta.60"
},
"nano-staged": {
"*.{js,ts,vue,yml,yaml,md,json}": "eslint --fix"
Expand Down
Loading

0 comments on commit ba7cf42

Please sign in to comment.