Skip to content

Commit

Permalink
Modify UpdateModeEnum to not be const (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanSafeguard committed Mar 21, 2023
1 parent 8c39fba commit 8e85d5a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
34 changes: 26 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-loader": "^8.3.0",
"chart.js": "^4.0.1",
"chart.js": "^4.2.1",
"chartjs-adapter-date-fns": "^2.0.1",
"chartjs-test-utils": "^0.3.0",
"concurrently": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module 'chart.js' {
zoom: ZoomPluginOptions;
}

const enum UpdateModeEnum {
enum UpdateModeEnum {
zoom = 'zoom'
}

Expand Down

0 comments on commit 8e85d5a

Please sign in to comment.