diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index d3386e1..b06cbb7 100644 --- a/client/package.json +++ b/client/package.json @@ -10,10 +10,12 @@ "@testing-library/user-event": "^13.5.0", "@visactor/react-vchart": "^1.13.8", "@visactor/vchart-arco-theme": "^1.12.2", - "react": "^19.1.0", - "react-dom": "^19.1.0", - "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "dayjs": "^1.11.13", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-router-dom": "^7.5.2", + "react-scripts": "^5.0.1", + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start", |