|
42 | 42 | "@commitlint/cli": "18.6.0", |
43 | 43 | "@commitlint/config-conventional": "18.6.0", |
44 | 44 | "@jscutlery/semver": "4.2.0", |
45 | | - "@nx/devkit": "17.2.8", |
46 | | - "@nx/eslint": "17.2.8", |
47 | | - "@nx/eslint-plugin": "17.2.8", |
48 | | - "@nx/js": "17.2.8", |
49 | | - "@nx/react": "17.2.8", |
50 | | - "@nx/rollup": "17.2.8", |
51 | | - "@nx/vite": "17.2.8", |
52 | | - "@nx/web": "17.2.8", |
53 | | - "@nx/workspace": "17.2.8", |
| 45 | + "@nx/devkit": "17.3.0", |
| 46 | + "@nx/eslint": "17.3.0", |
| 47 | + "@nx/eslint-plugin": "17.3.0", |
| 48 | + "@nx/js": "17.3.0", |
| 49 | + "@nx/react": "17.3.0", |
| 50 | + "@nx/rollup": "17.3.0", |
| 51 | + "@nx/vite": "17.3.0", |
| 52 | + "@nx/web": "17.3.0", |
| 53 | + "@nx/workspace": "17.3.0", |
54 | 54 | "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", |
55 | 55 | "@svgr/webpack": "8.1.0", |
56 | 56 | "@swc-node/register": "1.6.8", |
57 | 57 | "@swc/core": "1.3.107", |
58 | 58 | "@testing-library/react": "14.1.2", |
59 | | - "@types/node": "20.11.10", |
| 59 | + "@types/node": "20.11.11", |
60 | 60 | "@types/react": "18.2.48", |
61 | 61 | "@types/react-dom": "18.2.18", |
62 | | - "@typescript-eslint/eslint-plugin": "6.19.1", |
63 | | - "@typescript-eslint/parser": "6.19.1", |
| 62 | + "@typescript-eslint/eslint-plugin": "6.20.0", |
| 63 | + "@typescript-eslint/parser": "6.20.0", |
64 | 64 | "@vitest/coverage-v8": "1.2.2", |
65 | 65 | "@vitest/ui": "1.2.2", |
66 | 66 | "astro": "4.2.7", |
67 | 67 | "commitizen": "4.3.0", |
68 | | - "css-loader": "6.9.1", |
| 68 | + "css-loader": "6.10.0", |
69 | 69 | "cz-conventional-changelog": "3.3.0", |
70 | 70 | "dot-json": "1.3.0", |
71 | 71 | "eslint": "8.56.0", |
|
75 | 75 | "eslint-plugin-jsx-a11y": "6.8.0", |
76 | 76 | "eslint-plugin-react": "7.33.2", |
77 | 77 | "eslint-plugin-react-hooks": "4.6.0", |
78 | | - "husky": "9.0.6", |
| 78 | + "husky": "9.0.7", |
79 | 79 | "immer": "10.0.3", |
80 | 80 | "jsdom": "24.0.0", |
81 | 81 | "lint-staged": "15.2.0", |
82 | 82 | "ngx-deploy-npm": "8.0.1", |
83 | | - "nx": "17.2.8", |
| 83 | + "nx": "17.3.0", |
84 | 84 | "nx-cloud": "16.5.2", |
85 | 85 | "only-allow": "1.2.1", |
86 | 86 | "prettier": "3.2.4", |
|
89 | 89 | "shx": "0.3.4", |
90 | 90 | "style-loader": "3.3.4", |
91 | 91 | "stylus": "0.62.0", |
92 | | - "stylus-loader": "8.0.0", |
| 92 | + "stylus-loader": "8.1.0", |
93 | 93 | "swc-loader": "0.2.3", |
94 | 94 | "tslib": "2.6.2", |
95 | 95 | "tsup": "8.0.1", |
|
108 | 108 | "*.{js,ts,md}": "prettier --write", |
109 | 109 | "package.json": "prettier-package-json --write" |
110 | 110 | }, |
111 | | - "packageManager": "[email protected].0", |
| 111 | + "packageManager": "[email protected].1", |
112 | 112 | "pnpm": { |
113 | 113 | "overrides": { |
114 | 114 | "vite": "$vite" |
|
0 commit comments