Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 19, 2021
1 parent 29cd33b commit 552c963
Show file tree
Hide file tree
Showing 3 changed files with 1,863 additions and 2,480 deletions.
1 change: 1 addition & 0 deletions .config/beemo/jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {JestConfig} from '@beemo/driver-jest';
const config: JestConfig = {
testURL: 'http://localhost/',
setupFiles: ['jest-canvas-mock'],
testEnvironment: 'jsdom',
};

export default config;
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/semver": "^7.3.5",
"@rollup/plugin-node-resolve": "^13.0.2",
"@types/semver": "^7.3.7",
"@wessberg/rollup-plugin-ts": "^1.3.14",
"browser-sync": "^2.26.14",
"concurrently": "^6.0.2",
"del-cli": "^4.0.0",
"browser-sync": "^2.27.4",
"concurrently": "^6.2.0",
"del-cli": "^4.0.1",
"jest-canvas-mock": "^2.3.1",
"node-sass": "^6.0.0",
"node-sass": "^6.0.1",
"rollup": "2.53.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.4",
"typescript": "^4.3.5",
"vega": "^5.19.1",
"vega-lite": "^5.0.0",
"vega-lite-dev-config": "^0.17.3"
"vega-lite-dev-config": "^0.18.0"
},
"peerDependencies": {
"vega": "^5.13.0",
Expand All @@ -65,7 +65,7 @@
"fast-json-patch": "^3.0.0-1",
"json-stringify-pretty-compact": "^3.0.0",
"semver": "^7.3.5",
"tslib": "^2.2.0",
"tslib": "^2.3.0",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.10.0",
"vega-tooltip": "^0.26.0"
Expand Down
Loading

0 comments on commit 552c963

Please sign in to comment.