Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Sep 23, 2024
1 parent f12b26b commit 5e57471
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 557 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@nx/esbuild": "19.7.4",
"@nx/eslint": "19.7.4",
"@nx/eslint-plugin": "19.7.4",
"@nx/express": "19.7.4",
"@nx/jest": "19.7.4",
"@nx/js": "19.7.4",
"@nx/node": "19.7.4",
"@nx/react": "19.7.4",
"@nx/web": "19.7.4",
"@nx/webpack": "19.7.4",
"@nx/workspace": "19.7.4",
"@nx/esbuild": "19.8.0",
"@nx/eslint": "19.8.0",
"@nx/eslint-plugin": "19.8.0",
"@nx/express": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/react": "19.8.0",
"@nx/web": "19.8.0",
"@nx/webpack": "19.8.0",
"@nx/workspace": "19.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@svgr/webpack": "8.1.0",
"@swc/cli": "0.4.0",
Expand Down Expand Up @@ -81,8 +81,8 @@
"husky": "^9.1.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mongodb-memory-server": "10.0.0",
"nx": "19.7.4",
"mongodb-memory-server": "10.0.1",
"nx": "19.8.0",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"supertest": "7.0.0",
Expand All @@ -106,7 +106,7 @@
"@swc/helpers": "0.5.13",
"@trpc/server": "10.45.2",
"JSONStream": "1.3.5",
"antd": "5.20.6",
"antd": "5.21.0",
"apollo-upload-client": "18.0.1",
"axios": "1.7.7",
"bcrypt": "5.1.1",
Expand All @@ -118,7 +118,7 @@
"csv-parse": "5.5.6",
"dayjs": "1.11.13",
"deepmerge": "4.3.1",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"export-from-json": "1.7.4",
"express": "^4.21.0",
"express-rate-limit": "7.4.0",
Expand Down Expand Up @@ -175,4 +175,4 @@
"**/jest-util": "^29",
"**/pretty-format": "^29"
}
}
}
Loading

0 comments on commit 5e57471

Please sign in to comment.