Skip to content

Commit

Permalink
chore: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 3, 2023
1 parent 8018f31 commit 89f4e7f
Show file tree
Hide file tree
Showing 11 changed files with 1,464 additions and 2,232 deletions.
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bytemd": "workspace:*",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.7.0",
"katex": "^0.16.4",
"katex": "^0.16.9",
"lit": "^2.8.0"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
},
"devDependencies": {
"@icon-park/svg": "^1.4.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.7",
"@types/resolve": "^1.20.2",
"@types/fs-extra": "^11.0.2",
"@types/lodash-es": "^4.17.9",
"@types/resolve": "^1.20.3",
"decode-named-character-reference": "^1.0.2",
"fs-extra": "^11.1.1",
"jsdom": "^21.1.1",
"lerna": "^6.6.1",
"jsdom": "^22.1.0",
"lerna": "^7.3.0",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"resolve": "^1.22.1",
"sass": "^1.60.0",
"resolve": "^1.22.6",
"sass": "^1.68.0",
"sort-json": "^2.0.1",
"svgo": "^3.0.2",
"tsconfig-gen": "^0.2.1",
"typescript": "^5.0.2",
"tsconfig-gen": "^0.2.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-workspace": "^0.1.0",
"vitest": "^0.29.8"
"vitest": "^0.34.6"
},
"packageManager": "[email protected]",
"bundlewatch": {
Expand Down
24 changes: 12 additions & 12 deletions packages/bytemd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
"dependencies": {
"@codemirror/lang-markdown": "^6.2.1",
"@popperjs/core": "^2.11.7",
"@types/hast": "^2.3.4",
"@types/lodash-es": "^4.17.7",
"@types/mdast": "^3.0.11",
"@types/hast": "^3.0.1",
"@types/lodash-es": "^4.17.9",
"@types/mdast": "^4.0.1",
"codemirror": "^6.0.1",
"hast-util-sanitize": "^4.1.0",
"hast-util-sanitize": "^5.0.0",
"lit": "^2.8.0",
"lodash-es": "^4.17.21",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"select-files": "^1.0.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"word-count": "^0.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-breaks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"locales"
],
"dependencies": {
"remark-breaks": "^3.0.2"
"remark-breaks": "^4.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@types/js-yaml": "^4.0.5",
"js-yaml": "^4.1.0",
"remark-frontmatter": "^4.0.1",
"vfile": "^5.3.7"
"remark-frontmatter": "^5.0.0",
"vfile": "^6.0.1"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gemoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"locales"
],
"dependencies": {
"remark-gemoji": "^7.0.1"
"remark-gemoji": "^8.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"locales"
],
"dependencies": {
"remark-gfm": "^3.0.1"
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-highlight-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"locales"
],
"dependencies": {
"rehype-highlight": "^6.0.0"
"rehype-highlight": "^7.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"locales"
],
"dependencies": {
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1"
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"dependencies": {
"@types/katex": "^0.16.0",
"katex": "^0.16.4",
"remark-math": "^5.1.1"
"katex": "^0.16.9",
"remark-math": "^6.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
Expand Down
Loading

0 comments on commit 89f4e7f

Please sign in to comment.