pnpm update

This commit is contained in:
Miguel Pimentel 2024-07-01 18:26:48 +00:00 committed by GitHub
parent e1f7366ee9
commit e22f41bdea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 575 additions and 336 deletions

View File

@ -40,13 +40,13 @@
}, },
"devDependencies": { "devDependencies": {
"@clack/prompts": "^0.7.0", "@clack/prompts": "^0.7.0",
"@floating-ui/dom": "^1.6.5", "@floating-ui/dom": "^1.6.7",
"@napi-rs/simple-git": "0.1.16", "@napi-rs/simple-git": "0.1.16",
"@types/cli-spinner": "^0.2.3", "@types/cli-spinner": "^0.2.3",
"@types/d3": "^7.4.3", "@types/d3": "^7.4.3",
"@types/hast": "^3.0.4", "@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7", "@types/node": "^20.14.9",
"@types/pretty-time": "^1.1.5", "@types/pretty-time": "^1.1.5",
"@types/source-map-support": "^0.5.10", "@types/source-map-support": "^0.5.10",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.10",
@ -56,25 +56,25 @@
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"cli-spinner": "^0.2.10", "cli-spinner": "^0.2.10",
"d3": "^7.9.0", "d3": "^7.9.0",
"esbuild-sass-plugin": "^2.16.1",
"esbuild": "^0.19.12", "esbuild": "^0.19.12",
"esbuild-sass-plugin": "^2.16.1",
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"globby": "^14.0.1", "globby": "^14.0.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"hast-util-to-html": "^9.0.1", "hast-util-to-html": "^9.0.1",
"hast-util-to-jsx-runtime": "^2.3.0", "hast-util-to-jsx-runtime": "^2.3.0",
"hast-util-to-string": "^3.0.0", "hast-util-to-string": "^3.0.0",
"is-absolute-url": "^4.0.1", "is-absolute-url": "^4.0.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"lightningcss": "^1.24.1", "lightningcss": "^1.25.1",
"mdast-util-find-and-replace": "^3.0.1", "mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-hast": "^13.1.0", "mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"micromorph": "^0.4.5", "micromorph": "^0.4.5",
"preact-render-to-string": "^6.4.2", "preact": "^10.22.1",
"preact": "^10.20.2", "preact-render-to-string": "^6.5.5",
"prettier": "^3.2.5", "prettier": "^3.3.2",
"pretty-bytes": "^6.1.1", "pretty-bytes": "^6.1.1",
"pretty-time": "^1.1.0", "pretty-time": "^1.1.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
@ -82,9 +82,10 @@
"rehype-citation": "^2.0.0", "rehype-citation": "^2.0.0",
"rehype-katex": "^7.0.0", "rehype-katex": "^7.0.0",
"rehype-mathjax": "^6.0.0", "rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.1", "rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0", "rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0", "remark-breaks": "^4.0.0",
"remark-frontmatter": "^5.0.0", "remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
@ -92,21 +93,20 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0", "remark-rehype": "^11.1.0",
"remark-smartypants": "^2.1.0", "remark-smartypants": "^2.1.0",
"remark": "^15.0.1", "rfdc": "^1.4.1",
"rfdc": "^1.3.1",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"serve-handler": "^6.1.5", "serve-handler": "^6.1.5",
"shiki": "^1.3.0", "shiki": "^1.10.0",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",
"to-vfile": "^8.0.0", "to-vfile": "^8.0.0",
"toml": "^3.0.0", "toml": "^3.0.0",
"tsx": "^4.7.2", "tsx": "^4.16.0",
"typescript": "^5.4.5", "typescript": "^5.5.2",
"unified": "^11.0.4", "unified": "^11.0.5",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"vfile": "^6.0.1", "vfile": "^6.0.1",
"workerpool": "^9.1.1", "workerpool": "^9.1.3",
"ws": "^8.16.0", "ws": "^8.17.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
} }
} }

875
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff