Skip to content

Commit

Permalink
feat: update deps and use esm rollup (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Nov 18, 2022
1 parent f551864 commit 69d3a07
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 540 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"auto": "^10.37.6",
"browser-sync": "^2.27.10",
"concurrently": "^7.4.0",
"concurrently": "^7.5.0",
"gh-pages": "^4.0.0",
"jest-environment-jsdom": "^29.1.2",
"jest-environment-jsdom": "^29.3.1",
"path": "^0.12.7",
"rollup": "^2.79.1",
"rollup": "^3.3.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"sass": "^1.55.0",
"typescript": "~4.8.4",
"vega-datasets": "^2.5.1",
"sass": "^1.56.1",
"typescript": "~4.9.3",
"vega-datasets": "^2.5.3",
"vega-lite-dev-config": "^0.21.0",
"vega-typings": "^0.22.3"
},
Expand Down
3 changes: 1 addition & 2 deletions rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import resolve from '@rollup/plugin-node-resolve';
import ts from 'rollup-plugin-ts';
import bundleSize from 'rollup-plugin-bundle-size';
import { terser } from 'rollup-plugin-terser';

const pkg = require('./package.json');
import pkg from './package.json' assert { type: 'json' };

const plugins = (browserslist, declaration) => [
resolve(),
Expand Down
Loading

0 comments on commit 69d3a07

Please sign in to comment.