Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 26, 2021
1 parent 3a1df0d commit 6bf8fc0
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 840 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"src/**/*.ts"
],
"peerDependencies": {
"chart.js": "^3.2.1"
"chart.js": "^3.3.0"
},
"browserslist": [
"Firefox ESR",
Expand All @@ -50,36 +50,36 @@
"@types/d3-selection": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/jest-image-snapshot": "^4.3.0",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@yarnpkg/pnpify": "^2.4.0",
"canvas": "^2.7.0",
"canvas": "^2.8.0",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^3.2.1",
"eslint": "^7.26.0",
"chart.js": "^3.3.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.5.0",
"prettier": "^2.3.0",
"release-it": "^14.6.2",
"release-it": "^14.7.0",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"rollup": "^2.50.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.6",
"tslib": "^2.2.0",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
"typescript": "~4.2.4"
},
"scripts": {
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand Down

0 comments on commit 6bf8fc0

Please sign in to comment.