Skip to content

Commit

Permalink
revert: back to vite 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 28, 2023
1 parent a89afd4 commit 7fabfc5
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 521 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"mark.js": "8.11.1",
"minisearch": "^6.1.0",
"shiki": "^0.14.3",
"vite": "5.0.0-beta.0",
"vite": "^4.4.9",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down Expand Up @@ -129,14 +129,14 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"@types/postcss-prefix-selector": "^1.16.0",
"@types/prompts": "^2.4.4",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/shared": "^3.3.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-cli": "^4.0.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.19.2",
Expand Down Expand Up @@ -193,8 +193,7 @@
},
"pnpm": {
"overrides": {
"ora>string-width": "^5",
"vite": "5.0.0-beta.0"
"ora>string-width": "^5"
}
}
}

0 comments on commit 7fabfc5

Please sign in to comment.