Skip to content

Commit

Permalink
chore: upgrade nx toolchain (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Jan 24, 2025
1 parent f5b06e3 commit 42bca11
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 999 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"scripts": {},
"private": true,
"devDependencies": {
"@nx/esbuild": "20.0.1",
"@nx/eslint": "20.0.1",
"@nx/eslint-plugin": "20.0.1",
"@nx/jest": "20.0.1",
"@nx/js": "20.0.1",
"@nx/node": "20.0.1",
"@nx/webpack": "20.0.1",
"@nx/workspace": "20.0.1",
"@nx/esbuild": "20.3.2",
"@nx/eslint": "20.3.2",
"@nx/eslint-plugin": "20.3.2",
"@nx/jest": "20.3.2",
"@nx/js": "20.3.2",
"@nx/node": "20.3.2",
"@nx/webpack": "20.3.2",
"@nx/workspace": "20.3.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.9.2",
Expand All @@ -31,18 +31,19 @@
"@types/signale": "^1.4.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^8.13.0",
"esbuild": "^0.19.12",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.1.0",
"jest": "29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "20.0.1",
"nx": "20.3.2",
"openapi-types": "^12.1.3",
"prettier": "^3.2.5",
"qs": "^6.12.1",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"zod-to-json-schema": "^3.23.0"
Expand All @@ -51,7 +52,7 @@
"@readme/openapi-parser": "^2.5.1",
"axios": "^1.7.2",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"commander": "^13.1.0",
"deep-diff": "^1.0.2",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
Expand Down
Loading

0 comments on commit 42bca11

Please sign in to comment.