Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 6, 2023
1 parent 66393bf commit 712adf6
Show file tree
Hide file tree
Showing 18 changed files with 333 additions and 124 deletions.
44 changes: 33 additions & 11 deletions examples/lit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,38 @@
},
"include": ["src"],
"references": [
{ "path": "../../packages/plugin-breaks" },
{ "path": "../../packages/plugin-frontmatter" },
{ "path": "../../packages/plugin-gemoji" },
{ "path": "../../packages/plugin-gfm" },
{ "path": "../../packages/plugin-highlight" },
{ "path": "../../packages/plugin-highlight-ssr" },
{ "path": "../../packages/plugin-math" },
{ "path": "../../packages/plugin-math-ssr" },
{ "path": "../../packages/plugin-medium-zoom" },
{ "path": "../../packages/plugin-mermaid" },
{ "path": "../../packages/core" }
{
"path": "../../packages/plugin-breaks"
},
{
"path": "../../packages/plugin-frontmatter"
},
{
"path": "../../packages/plugin-gemoji"
},
{
"path": "../../packages/plugin-gfm"
},
{
"path": "../../packages/plugin-highlight"
},
{
"path": "../../packages/plugin-highlight-ssr"
},
{
"path": "../../packages/plugin-math"
},
{
"path": "../../packages/plugin-math-ssr"
},
{
"path": "../../packages/plugin-medium-zoom"
},
{
"path": "../../packages/plugin-mermaid"
},
{
"path": "../../packages/core"
}
]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"@types/resolve": "^1.20.3",
"decode-named-character-reference": "^1.0.2",
"fs-extra": "^11.1.1",
"happy-dom": "^12.7.0",
"happy-dom": "^12.9.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.6",
"sass": "^1.68.0",
"sass": "^1.69.0",
"sort-json": "^2.0.1",
"svgo": "^3.0.2",
"tsconfig-gen": "^0.2.2",
"tsconfig-gen": "^0.3.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-workspace": "^0.2.0",
"vitest": "^0.34.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"locales"
],
"dependencies": {
"@codemirror/autocomplete": "^6.9.1",
"@codemirror/autocomplete": "^6.9.2",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/lang-markdown": "^6.2.2",
"@codemirror/language": "^6.9.1",
"@codemirror/search": "^6.5.4",
"@codemirror/view": "^6.21.2",
"@codemirror/view": "^6.21.3",
"@floating-ui/dom": "^1.5.3",
"@types/hast": "^3.0.1",
"@types/lodash-es": "^4.17.9",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" }
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
}
}
11 changes: 9 additions & 2 deletions packages/plugin-breaks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-frontmatter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-gemoji/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-gfm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-highlight-ssr/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-highlight/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-math-ssr/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-math/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-medium-zoom/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
11 changes: 9 additions & 2 deletions packages/plugin-mermaid/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"hashmd": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.0.31",
"@types/react": "^18.2.25",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
11 changes: 9 additions & 2 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src", "src/locales/*.json"],
"compilerOptions": { "rootDir": "src", "outDir": "dist" },
"references": [{ "path": "../core" }]
"compilerOptions": {
"rootDir": "src",
"outDir": "dist"
},
"references": [
{
"path": "../core"
}
]
}
Loading

0 comments on commit 712adf6

Please sign in to comment.