Skip to content

Commit

Permalink
Resolve dependency issue for react-chart package
Browse files Browse the repository at this point in the history
  • Loading branch information
LightOfHeaven1994 committed Feb 15, 2024
1 parent 3f2d78e commit bf4dbf1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibutsu-frontend",
"version": "1.22.21",
"version": "2.5.4",
"private": true,
"dependencies": {
"@babel/core": "^7.21.3",
Expand Down Expand Up @@ -43,6 +43,12 @@
"typescript": "^4.9.5",
"wolfy87-eventemitter": "^5.2.9"
},
"resolutions": {
"victory-core": "<36.9.0"
},
"overrides": {
"victory-core": "<36.9.0"
},
"scripts": {
"start": "serve -s build -l tcp://0.0.0.0:8080",
"build": "./bin/write-version-file.js && react-scripts build",
Expand Down

0 comments on commit bf4dbf1

Please sign in to comment.