Skip to content

Commit

Permalink
fix: make lodash and icons inline
Browse files Browse the repository at this point in the history
closes #218
  • Loading branch information
pd4d10 committed Oct 13, 2022
1 parent c3d180c commit 0e28d33
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 22 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"singleQuote": true
},
"devDependencies": {
"@icon-park/svg": "^1.4.2",
"@sveltejs/vite-plugin-svelte": "1.0.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/bytemd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@
"svelte"
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@popperjs/core": "^2.11.6",
"@types/codemirror": "^5.60.5",
"@types/hast": "^2.3.4",
"@types/lodash-es": "^4.17.6",
"@types/mdast": "^3.0.10",
"codemirror-ssr": "^0.65.0",
"hast-util-sanitize": "^4.0.0",
"lodash-es": "^4.17.21",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"locales"
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-math-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"locales"
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1"
},
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"locales"
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@types/katex": "^0.14.0",
"katex": "^0.16.2",
"remark-math": "^5.1.1"
Expand Down
1 change: 0 additions & 1 deletion packages/plugin-mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"locales"
],
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@types/mermaid": "^9.1.0",
"mermaid": "^9.1.7"
},
Expand Down
21 changes: 6 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e28d33

Please sign in to comment.