Skip to content

Commit

Permalink
add resolution to d3 in order to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Nov 15, 2023
1 parent 1ec7939 commit f7038b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"type": "git",
"url": "git@github.com:eea/volto-forest-policy.git"
},
"resolutions": {
"d3-array": "2.12.1"
},
"addons": [
"@eeacms/volto-eea-map",
"@eeacms/volto-plotlycharts",
Expand Down Expand Up @@ -64,10 +67,10 @@
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress-fail-fast": "^5.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1"
"lint-staged": "^14.0.1",
"md5": "^2.3.0",
"postcss-less": "6.0.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit f7038b6

Please sign in to comment.