Skip to content

Commit

Permalink
Upgrade a couple Rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 22, 2024
1 parent 93a5734 commit 77cd1dc
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 199 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^14.14.44",
"esm": "^3.2.25",
"prettier": "^2.2.1",
"rollup": "^2.47.0",
"rollup": "^2.77.4-1",
"rollup-plugin-dts": "^3.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
"author": "pngwn <[email protected]>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-sucrase": "^3.1.0",
"@rollup/plugin-sucrase": "^5.0.2",
"@starptech/prettyhtml-hast-to-html": "^0.10.0",
"@types/acorn": "^4.0.5",
"@types/escape-html": "^1.0.0",
Expand All @@ -46,11 +48,9 @@
"remark-slug": "^6.0.0",
"retext": "^7.0.1",
"retext-smartypants": "^4.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.1",
"shiki": "^0.9.3",
"svelte": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mdsvex/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import json from 'rollup-plugin-json';
import builtins from 'rollup-plugin-node-builtins';
import globals from 'rollup-plugin-node-globals';
Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@sveltejs/kit": "1.26.0",
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/adapter-auto": "^2.1.1",
"codemirror": "^5.49.2",
"npm-run-all": "^4.1.5",
"prism-svelte": "^0.5.0",
"rehype-autolink-headings": "^2.0.5",
"rehype-slug": "^2.0.3",
"remark-syntax-highlight": "^0.1.3",
"rollup": "^2.58.0",
"rollup": "^2.77.4-1",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^4.2.2",
"svelte-json-tree": "^0.0.7",
"typeface-catamaran": "^0.0.72",
"typeface-roboto": "^0.0.75",
"unist-util-visit": "^2.0.1",
"vite": "4.5.0"
"vite": "^4.5.2"
}
}
7 changes: 3 additions & 4 deletions packages/site/static/workers/bundler.js

Large diffs are not rendered by default.

Loading

0 comments on commit 77cd1dc

Please sign in to comment.