feat: upgrade nx

This commit is contained in:
Maulana Sodiqin
2025-11-24 10:48:09 +07:00
parent e067450fcb
commit 6348a4998b
9 changed files with 4602 additions and 5203 deletions
+18 -19
View File
@@ -66,23 +66,21 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.8.0",
"@next/eslint-plugin-next": "^15.2.4",
"@nx/devkit": "20.8.1",
"@nx/eslint": "20.8.1",
"@nx/eslint-plugin": "20.8.1",
"@nx/js": "20.8.1",
"@nx/next": "^20.8.1",
"@nx/playwright": "20.8.1",
"@nx/react": "^20.8.1",
"@nx/storybook": "20.8.1",
"@nx/vite": "20.8.1",
"@nx/web": "20.8.1",
"@nx/workspace": "20.8.1",
"@nx/devkit": "22.1.1",
"@nx/eslint": "22.1.1",
"@nx/eslint-plugin": "22.1.1",
"@nx/js": "22.1.1",
"@nx/next": "22.1.1",
"@nx/playwright": "22.1.1",
"@nx/react": "22.1.1",
"@nx/storybook": "22.1.1",
"@nx/vite": "22.1.1",
"@nx/web": "22.1.1",
"@nx/workspace": "22.1.1",
"@playwright/test": "^1.36.0",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/core-server": "^8.4.6",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "^8.4.6",
"@storybook/react-vite": "10.0.0",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.9.1",
@@ -110,23 +108,24 @@
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"file-loader": "^6.2.0",
"h3": "^1.8.2",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "20.8.1",
"nx": "22.1.1",
"openapi-typescript": "^7.8.0",
"postcss": "^8.5.3",
"prettier": "^2.6.2",
"serve": "^14.2.4",
"storybook": "^8.4.6",
"storybook": "10.0.0",
"tailwindcss": "^4.0.13",
"ts-node": "^10.9.2",
"tslib": "^2.3.0",
"tw-animate-css": "^1.2.8",
"typescript": "^5.8.3",
"typescript-eslint": "^8.19.0",
"typescript": "5.9.3",
"typescript-eslint": "8.40.0",
"verdaccio": "^6.0.5",
"vite": "^6.3.3",
"vite": "7.1.3",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.8"
},