Skip to content

Commit

Permalink
build: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 11, 2022
1 parent cf7a829 commit b3eab92
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 556 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^27.5.1",
"@rollup/plugin-typescript": "^8.3.3",
"@types/jest": "^28.1.1",
"@types/jest-image-snapshot": "^4.3.1",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@yarnpkg/sdks": "^2.6.2",
"canvas": "^2.9.1",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^3.8.0",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -85,18 +85,18 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-image-snapshot": "^4.5.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-image-snapshot": "^5.1.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "~2.74.1",
"rollup": "~2.75.6",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^4.2.2",
"ts-jest": "^28.0.3",
"ts-jest": "^28.0.4",
"tslib": "^2.4.0",
"typedoc": "^0.22.15",
"typescript": "^4.7.2"
"typedoc": "^0.22.17",
"typescript": "^4.7.3"
},
"scripts": {
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand Down
Loading

0 comments on commit b3eab92

Please sign in to comment.