Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 8, 2023
1 parent 5e5a04e commit cb2c14a
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 599 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,32 @@
"@slidev/cli": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@types/cli-progress": "^3.11.4",
"@types/codemirror": "^5.60.12",
"@types/connect": "^3.4.37",
"@types/debug": "^4.1.10",
"@types/file-saver": "^2.0.6",
"@types/fs-extra": "^11.0.3",
"@types/js-yaml": "^4.0.8",
"@types/katex": "^0.16.5",
"@types/localtunnel": "^2.0.3",
"@types/markdown-it": "^13.0.5",
"@types/node": "^20.8.10",
"@types/prismjs": "^1.26.2",
"@types/prompts": "^2.4.7",
"@types/recordrtc": "^5.6.13",
"@types/resolve": "^1.20.4",
"@types/semver": "^7.5.4",
"@types/yargs": "^17.0.29",
"@types/cli-progress": "^3.11.5",
"@types/codemirror": "^5.60.13",
"@types/connect": "^3.4.38",
"@types/debug": "^4.1.11",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/katex": "^0.16.6",
"@types/localtunnel": "^2.0.4",
"@types/markdown-it": "^13.0.6",
"@types/node": "^20.9.0",
"@types/prismjs": "^1.26.3",
"@types/prompts": "^2.4.8",
"@types/recordrtc": "^5.6.14",
"@types/resolve": "^1.20.5",
"@types/semver": "^7.5.5",
"@types/yargs": "^17.0.31",
"@vueuse/core": "^10.5.0",
"bumpp": "^9.2.0",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"esno": "^0.17.0",
"katex": "^0.16.9",
"lint-staged": "^15.0.2",
"mermaid": "^10.6.0",
"mermaid": "^10.6.1",
"playwright-chromium": "^1.39.0",
"pnpm": "^8.10.2",
"rimraf": "^5.0.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@antfu/utils": "^0.7.6",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/reset": "^0.57.1",
"@unocss/reset": "^0.57.2",
"@vueuse/core": "^10.5.0",
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^10.5.0",
Expand All @@ -35,15 +35,15 @@
"js-base64": "^3.7.5",
"js-yaml": "^4.1.0",
"katex": "^0.16.9",
"mermaid": "^10.6.0",
"mermaid": "^10.6.1",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.2",
"nanoid": "^5.0.3",
"prettier": "^3.0.3",
"recordrtc": "^5.6.2",
"resolve": "^1.22.8",
"unocss": "^0.57.1",
"unocss": "^0.57.2",
"vite-plugin-windicss": "^1.9.1",
"vue": "^3.3.7",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-starport": "^0.4.0",
"windicss": "^3.5.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/slidev/node/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
import { ensurePrefix, slash } from '@antfu/utils'
import isInstalledGlobally from 'is-installed-globally'
import resolve from 'resolve'
import globalDirs from 'global-dirs'
import globalDirs from 'global-directory'
import type Token from 'markdown-it/lib/token'
import type { ResolvedFontOptions } from '@slidev/types'

Expand Down
22 changes: 11 additions & 11 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/extractor-mdc": "^0.57.1",
"@unocss/reset": "^0.57.1",
"@vitejs/plugin-vue": "^4.4.0",
"@unocss/extractor-mdc": "^0.57.2",
"@unocss/reset": "^0.57.2",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@windicss/config": "^1.9.1",
"cli-progress": "^3.12.0",
"codemirror": "^5.65.5",
"connect": "^3.7.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.1",
"get-port-please": "^3.1.1",
"global-dirs": "^3.0.1",
"global-directory": "^4.0.1",
"htmlparser2": "^9.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
"is-installed-globally": "^1.0.0",
"jiti": "^1.21.0",
"js-base64": "^3.7.5",
"katex": "^0.16.9",
Expand All @@ -83,7 +83,7 @@
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mdc": "^0.1.4",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.2",
"nanoid": "^5.0.3",
"open": "^9.1.0",
"pdf-lib": "^1.17.1",
"plantuml-encoder": "^1.4.0",
Expand All @@ -93,9 +93,9 @@
"public-ip": "^6.0.1",
"resolve": "^1.22.8",
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"resolve-global": "^2.0.0",
"shiki": "npm:shikiji-compat@^0.6.12",
"unocss": "^0.57.1",
"unocss": "^0.57.2",
"unplugin-icons": "^0.17.3",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-markdown": "^0.24.3",
Expand All @@ -107,12 +107,12 @@
"vite-plugin-vue-server-ref": "^0.3.4",
"vite-plugin-windicss": "^1.9.1",
"vitefu": "^0.2.5",
"vue": "^3.3.7",
"vue": "^3.3.8",
"windicss": "^3.5.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/plantuml-encoder": "^1.4.1",
"@types/plantuml-encoder": "^1.4.2",
"fast-deep-equal": "^3.1.3",
"local-pkg": "^0.5.0",
"semver": "^7.5.4",
Expand Down

0 comments on commit cb2c14a

Please sign in to comment.