Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Feb 13, 2023
1 parent 778a85d commit e756faf
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 683 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"release-it": "^15.6.0",
"browser-sync": "^2.27.10",
"concurrently": "^7.5.0",
"browser-sync": "^2.27.11",
"concurrently": "^7.6.0",
"gh-pages": "^5.0.0",
"jest-environment-jsdom": "^29.3.1",
"jest-environment-jsdom": "^29.4.2",
"path": "^0.12.7",
"rollup": "^3.3.0",
"rollup": "^3.15.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.0.2",
"sass": "^1.56.1",
"typescript": "~4.9.3",
"vega-datasets": "^2.5.3",
"@rollup/plugin-terser": "^0.4.0",
"rollup-plugin-ts": "^3.2.0",
"sass": "^1.58.0",
"typescript": "~4.9.5",
"vega-datasets": "^2.5.4",
"vega-lite-dev-config": "^0.21.0",
"vega-typings": "^0.22.3"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import json from '@rollup/plugin-json';
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';
import terser from '@rollup/plugin-terser';
import pkg from './package.json' assert { type: 'json' };

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

0 comments on commit e756faf

Please sign in to comment.