Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 15, 2024
1 parent 11f4c9a commit 3831204
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 365 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -104,8 +104,8 @@
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@shikijs/core": "^1.2.4",
"@shikijs/transformers": "^1.2.4",
"@shikijs/core": "^1.3.0",
"@shikijs/transformers": "^1.3.0",
"@types/markdown-it": "^14.0.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/devtools-api": "^7.0.25",
Expand All @@ -114,9 +114,9 @@
"focus-trap": "^7.5.4",
"mark.js": "8.11.1",
"minisearch": "^6.3.0",
"shiki": "^1.2.4",
"shiki": "^1.3.0",
"vite": "^5.2.8",
"vue": "^3.4.21"
"vue": "^3.4.22"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
Expand All @@ -142,12 +142,12 @@
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-emoji": "^2.0.5",
"@types/micromatch": "^4.0.6",
"@types/micromatch": "^4.0.7",
"@types/minimist": "^1.2.5",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"@types/postcss-prefix-selector": "^1.16.3",
"@types/prompts": "^2.4.9",
"@vue/shared": "^3.4.21",
"@vue/shared": "^3.4.22",
"chokidar": "^3.6.0",
"conventional-changelog-cli": "^4.1.0",
"cross-spawn": "^7.0.3",
Expand Down Expand Up @@ -177,14 +177,14 @@
"path-to-regexp": "^6.2.2",
"picocolors": "^1.0.0",
"pkg-dir": "^8.0.0",
"playwright-chromium": "^1.43.0",
"playwright-chromium": "^1.43.1",
"polka": "1.0.0-next.25",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup": "^4.14.3",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"semver": "^7.6.0",
Expand All @@ -193,9 +193,9 @@
"sitemap": "^7.1.1",
"sort-package-json": "^2.10.0",
"supports-color": "^9.4.0",
"typescript": "^5.4.4",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.11",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13",
"wait-on": "^7.2.0"
},
"peerDependencies": {
Expand All @@ -210,7 +210,7 @@
"optional": true
}
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down

0 comments on commit 3831204

Please sign in to comment.