Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbt1 authored and renovate[bot] committed Feb 1, 2024
1 parent 5cb6b20 commit 94c7c04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
],
"rules": {
"no-param-reassign": 0,
"no-unused-expressions": 0
"no-unused-expressions": 0,
"jest/unbound-method": 0
}
},
"devDependencies": {
Expand Down Expand Up @@ -75,7 +76,7 @@
"picasso-plugin-q": "2.2.7",
"picasso.js": "2.2.7",
"prettier": "3.2.4",
"qlik-chart-modules": "0.63.0",
"qlik-chart-modules": "0.59.0",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9124,10 +9124,10 @@ pure-rand@^6.0.0:
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.2.tgz#a9c2ddcae9b68d736a8163036f088a2781c8b306"
integrity sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==

qlik-chart-modules@0.63.0:
version "0.63.0"
resolved "https://registry.yarnpkg.com/qlik-chart-modules/-/qlik-chart-modules-0.63.0.tgz#5119b76c052a9c9ee80c9954582035874feddaf0"
integrity sha512-Gj3oQbmlsoVCU2XR8KgYogW8ZfKTUX59kLJ1PGfd7uHIDM6vBDdIyAcT1azsg77gQH2irY7oKZLO5wx6JZRLug==
qlik-chart-modules@0.59.0:
version "0.59.0"
resolved "https://registry.yarnpkg.com/qlik-chart-modules/-/qlik-chart-modules-0.59.0.tgz#2bffe8ebdbef5dc0316907933c1061e2fe1bfac7"
integrity sha512-ErnAjpIugAUzXPnRS4l+rxQghmMjd67Q3FeFyWVWT2WCZDMjsOw4a3hSUIN3h5OOwtzSBmw3jxdDqL8DmTMDjw==

[email protected]:
version "6.10.3"
Expand Down

0 comments on commit 94c7c04

Please sign in to comment.