Skip to content

Commit

Permalink
feat: bump vuepress to v2.0.0-rc.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jun 28, 2024
1 parent a94fc34 commit f4be171
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 704 deletions.
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "docs",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
Expand All @@ -8,7 +9,7 @@
},
"devDependencies": {
"@goy/vuepress-plugin-svg-icons": "workspace:*",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/theme-default": "2.0.0-rc.20"
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/theme-default": "^2.0.0-rc.37"
}
}
4 changes: 3 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

import { ntnyq } from '@ntnyq/eslint-config'

export default ntnyq()
export default ntnyq({
ignores: ['**/.vuepress/.cache', '**/.vuepress/.temp'],
})
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "2.0.0-rc.8"
"vuepress": "^2.0.0-rc.14"
},
"dependencies": {
"@vuepress/client": "2.0.0-rc.8",
"svg-mixer": "^2.3.14",
"vue": "^3.4.31"
},
Expand All @@ -67,14 +66,7 @@
"rimraf": "^5.0.7",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.2",
"vuepress": "2.0.0-rc.8"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
"vuepress": "2.0.0-rc.14"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
Loading

0 comments on commit f4be171

Please sign in to comment.