Skip to content

Commit

Permalink
fix: upgrade chart.js with fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Jan 18, 2023
1 parent b369e13 commit 3bd69dc
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 286 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@
"@storybook/client-logger": "^6.5.13",
"@storybook/svelte": "^6.5.14",
"@sveltejs/package": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@testing-library/svelte": "^3.2.1",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitest/coverage-c8": "^0.27.0",
"chart.js": "^4.0.0",
"chart.js": "^4.1.2",
"clean-publish": "^4.0.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del-cli": "^5.0.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^20.0.0",
"jsdom": "^21.0.0",
"nano-staged": "^0.8.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
Expand All @@ -79,11 +79,11 @@
"simple-github-release": "^1.0.0",
"size-limit": "^8.0.0",
"standard-version": "^9.5.0",
"svelte": "^3.55.0",
"svelte-loader": "^3.1.4",
"svelte": "^3.55.1",
"svelte-loader": "^3.1.5",
"svelte-preprocess": "^5.0.0",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vite": "^4.0.4",
"vitest": "^0.27.0",
"vitest-canvas-mock": "^0.2.2"
}
Expand Down

0 comments on commit 3bd69dc

Please sign in to comment.