Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Sep 15, 2023
1 parent 6b92645 commit dd79245
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 365 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"autoprefixer": "^10.4.15",
"ist": "^1.1.7",
"postcss": "^8.4.28",
"rollup-plugin-copy": "^3.4.0",
"postcss": "^8.4.29",
"rollup-plugin-copy": "^3.5.0",
"source-map-js": "^1.0.2",
"svelte": "^4.2.0",
"tailwindcss": "^3.3.3",
Expand All @@ -29,16 +29,16 @@
"vitest": "^0.32.4"
},
"dependencies": {
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/autocomplete": "^6.9.1",
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-angular": "^0.1.2",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/lang-markdown": "^6.2.1",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-rust": "^6.0.1",
Expand All @@ -48,19 +48,19 @@
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.9.0",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/lint": "^6.4.0",
"@codemirror/search": "^6.5.1",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.3",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.16.0",
"@codemirror/view": "^6.19.0",
"@lezer/common": "^1.0.4",
"@lezer/highlight": "^1.1.6",
"@lezer/markdown": "^1.1.0",
"@neodrag/svelte": "^2.0.3",
"@replit/codemirror-indentation-markers": "^6.4.3",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@replit/codemirror-vim": "^6.0.14",
"@zip.js/zip.js": "^2.7.24",
"@zip.js/zip.js": "^2.7.29",
"codemirror": "^6.0.1",
"dayjs": "^1.11.9",
"fcal": "^0.4.3",
Expand All @@ -72,6 +72,6 @@
"qr-scanner": "^1.4.2",
"y-codemirror.next": "^0.3.2",
"y-websocket": "^1.5.0",
"yaml": "^2.3.1"
"yaml": "^2.3.2"
}
}
Loading

0 comments on commit dd79245

Please sign in to comment.