Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Dec 31, 2023
1 parent 53c7cdb commit 74867da
Show file tree
Hide file tree
Showing 6 changed files with 1,678 additions and 1,214 deletions.
6 changes: 3 additions & 3 deletions examples/template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"ink-mde": "npm:ink-mde@latest"
"ink-mde": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.0"
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,48 +133,48 @@
}
},
"dependencies": {
"@codemirror/autocomplete": "^6.9.1",
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/language": "^6.10.0",
"@codemirror/language-data": "^6.3.1",
"@codemirror/search": "^6.5.3",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.19.0",
"@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.1.6",
"@lezer/markdown": "^1.1.0",
"@replit/codemirror-vim": "^6.0.14",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.0",
"@lezer/common": "^1.2.0",
"@lezer/highlight": "^1.2.0",
"@lezer/markdown": "^1.2.0",
"@replit/codemirror-vim": "^6.1.0",
"ink-mde": "workspace:*",
"katex": "^0.16.8",
"solid-js": "^1.7.12",
"katex": "^0.16.9",
"solid-js": "^1.8.7",
"style-mod": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.35.3",
"@rollup/plugin-alias": "^5.0.0",
"@types/express": "^4.17.17",
"@types/katex": "^0.16.3",
"@types/node": "^18.17.17",
"@vitejs/plugin-vue": "^4.3.4",
"@rollup/plugin-alias": "^5.1.0",
"@types/express": "^4.17.21",
"@types/katex": "^0.16.7",
"@types/node": "^18.19.4",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/tsconfig": "^0.4.0",
"embedme": "github:davidmyersdev/embedme#live-fork",
"eslint": "^8.49.0",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.7.4",
"express": "^4.18.2",
"jsdom": "^20.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"rollup": "^3.29.2",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^5.3.1",
"tsx": "^3.12.10",
"tsx": "^3.14.0",
"typescript": "~5.1.6",
"vite": "^4.4.9",
"vite": "^5.0.10",
"vite-plugin-externalize-deps": "^0.5.0",
"vite-plugin-solid": "2.5.0",
"vitest": "^0.34.5",
"vue": "^3.3.4",
"vue-tsc": "^1.8.11"
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 74867da

Please sign in to comment.