Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jan 22, 2024
1 parent e541a18 commit bf07003
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 223 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-rc.39",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -105,8 +105,8 @@
"shikiji": "^0.10.0",
"shikiji-core": "^0.10.0",
"shikiji-transformers": "^0.10.0",
"vite": "^5.0.11",
"vue": "^3.4.14"
"vite": "^5.0.12",
"vue": "^3.4.15"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4.3.2",
Expand Down Expand Up @@ -146,10 +146,10 @@
"@types/markdown-it-emoji": "^2.0.4",
"@types/micromatch": "^4.0.6",
"@types/minimist": "^1.2.5",
"@types/node": "^20.11.2",
"@types/node": "^20.11.5",
"@types/postcss-prefix-selector": "^1.16.3",
"@types/prompts": "^2.4.9",
"@vue/shared": "^3.4.14",
"@vue/shared": "^3.4.15",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^4.1.0",
Expand Down Expand Up @@ -180,14 +180,14 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^8.0.0",
"playwright-chromium": "^1.40.1",
"playwright-chromium": "^1.41.1",
"polka": "1.0.0-next.23",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"prompts": "^2.4.2",
"punycode": "^2.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.5",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"semver": "^7.5.4",
Expand All @@ -196,7 +196,7 @@
"sitemap": "^7.1.1",
"supports-color": "^9.4.0",
"typescript": "^5.3.3",
"vitest": "^1.2.0",
"vitest": "^1.2.1",
"vue-tsc": "^1.8.27",
"wait-on": "^7.2.0"
},
Expand Down
Loading

0 comments on commit bf07003

Please sign in to comment.