Skip to content

Commit

Permalink
Update dependencies, including Plot v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Feb 24, 2022
1 parent c90fe15 commit 3674f22
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,49 +16,49 @@
"@codemirror/commands": "^0.19.8",
"@codemirror/highlight": "^0.19.7",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-markdown": "^0.19.5",
"@codemirror/lang-markdown": "^0.19.6",
"@codemirror/language": "^0.19.7",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.40",
"@fontsource/source-serif-pro": "^4.5.1",
"@observablehq/plot": "^0.4.0",
"@codemirror/state": "^0.19.9",
"@codemirror/view": "^0.19.45",
"@fontsource/source-serif-pro": "^4.5.2",
"@observablehq/plot": "^0.4.1",
"ansi_up": "^5.1.0",
"d3-dsv": "^3.0.1",
"domino": "^2.1.6",
"immutable": "^4.0.0",
"katex": "^0.15.2",
"nanoid": "^3.2.0",
"nanoid": "^3.3.1",
"percival-wasm": "file:./crates/percival-wasm/pkg",
"rehype-katex": "^6.0.2",
"rehype-stringify": "^9.0.3",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"svelte": "^3.46.3",
"svelte": "^3.46.4",
"svelte-icons": "^2.1.0",
"unified": "^10.1.1"
},
"devDependencies": {
"@lezer/generator": "^0.15.4",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.36",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.37",
"@tsconfig/svelte": "^3.0.0",
"@types/chai": "^4.3.0",
"@types/d3-dsv": "^3.0.0",
"@types/mocha": "^9.1.0",
"autoprefixer": "^10.4.2",
"chai": "^4.3.6",
"cssnano": "^5.0.16",
"cssnano": "^5.0.17",
"mocha-vite-puppeteer": "^2.0.0",
"patch-package": "^6.4.7",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"postcss": "^8.4.7",
"postcss-load-config": "^3.1.3",
"prettier": "2.5.1",
"prettier-plugin-svelte": "2.6.0",
"svelte-check": "^2.4.1",
"svelte-preprocess": "^4.10.2",
"tailwindcss": "3.0.18",
"svelte-check": "^2.4.5",
"svelte-preprocess": "^4.10.4",
"tailwindcss": "3.0.23",
"tslib": "^2.3.1",
"typescript": "~4.5.5",
"vite": "^2.7.13"
"vite": "^2.8.4"
}
}

0 comments on commit 3674f22

Please sign in to comment.