diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index b06cbb7..60fdd61 100644 --- a/client/package.json +++ b/client/package.json @@ -7,12 +7,13 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", - "@testing-library/user-event": "^13.5.0", - "@visactor/react-vchart": "^1.13.8", + "@testing-library/user-event": "^14.6.1", + "@visactor/react-vchart": "^1.13.9", "@visactor/vchart-arco-theme": "^1.12.2", "dayjs": "^1.11.13", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-router": "^7.5.2", "react-router-dom": "^7.5.2", "react-scripts": "^5.0.1", "web-vitals": "^4.2.4" @@ -23,6 +24,9 @@ "test": "react-scripts test", "eject": "react-scripts eject" }, + "engines": { + "node": "^22.0.0" + }, "eslintConfig": { "extends": [ "react-app", |