|
27 | 27 | "test": "nx run-many --target=test",
|
28 | 28 | "build": "nx run-many --target=build --parallel=5 --projects=tag:type:pkg",
|
29 | 29 | "build:pkg": "nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache",
|
| 30 | + "test:pkg": "nx run-many --targets=test --projects=tag:type:pkg --skip-nx-cache", |
30 | 31 | "lint-fix": "nx format:write --uncommitted",
|
31 | 32 | "trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/core/actions/workflows/trigger-release.yml\"))'",
|
32 | 33 | "serve:next": "nx run-many --target=serve --all --parallel=3 -exclude='*,!tag:nextjs'",
|
|
54 | 55 | },
|
55 | 56 | "dependencies": {
|
56 | 57 | "@storybook/addon-interactions": "^8.2.8",
|
57 |
| - "adm-zip": "0.5.14", |
| 58 | + "adm-zip": "0.5.16", |
58 | 59 | "ansi-colors": "4.1.3",
|
59 | 60 | "antd": "5.19.1",
|
60 | 61 | "axios": "1.7.7",
|
|
97 | 98 | "@commitlint/cz-commitlint": "19.4.0",
|
98 | 99 | "@fontsource/roboto": "5.0.14",
|
99 | 100 | "@fontsource/roboto-mono": "5.0.19",
|
100 |
| - "@nx/cypress": "19.8.2", |
101 |
| - "@nx/devkit": "19.8.2", |
102 |
| - "@nx/esbuild": "19.8.2", |
103 |
| - "@nx/eslint-plugin": "19.8.2", |
104 |
| - "@nx/express": "19.8.2", |
105 |
| - "@nx/jest": "19.8.2", |
106 |
| - "@nx/js": "19.8.2", |
107 |
| - "@nx/linter": "19.8.2", |
108 |
| - "@nx/next": "19.8.2", |
109 |
| - "@nx/node": "19.8.2", |
110 |
| - "@nx/react": "19.8.2", |
111 |
| - "@nx/rollup": "19.8.2", |
| 101 | + "@nx/cypress": "19.8.3", |
| 102 | + "@nx/devkit": "19.8.3", |
| 103 | + "@nx/esbuild": "19.8.3", |
| 104 | + "@nx/eslint-plugin": "19.8.3", |
| 105 | + "@nx/express": "19.8.3", |
| 106 | + "@nx/jest": "19.8.3", |
| 107 | + "@nx/js": "19.8.3", |
| 108 | + "@nx/linter": "19.8.3", |
| 109 | + "@nx/next": "19.8.3", |
| 110 | + "@nx/node": "19.8.3", |
| 111 | + "@nx/react": "19.8.3", |
| 112 | + "@nx/rollup": "19.8.3", |
112 | 113 | "@nx/rspack": "19.8.0",
|
113 |
| - "@nx/storybook": "19.8.2", |
114 |
| - "@nx/vite": "19.8.2", |
115 |
| - "@nx/web": "19.8.2", |
116 |
| - "@nx/webpack": "19.8.2", |
| 114 | + "@nx/storybook": "19.8.3", |
| 115 | + "@nx/vite": "19.8.3", |
| 116 | + "@nx/web": "19.8.3", |
| 117 | + "@nx/webpack": "19.8.3", |
117 | 118 | "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
118 |
| - "@rollup/plugin-alias": "5.1.0", |
| 119 | + "@rollup/plugin-alias": "5.1.1", |
119 | 120 | "@rollup/plugin-replace": "5.0.7",
|
120 | 121 | "@rspack/core": "^1.0.2",
|
121 | 122 | "@rspack/dev-server": "^1.0.2",
|
|
136 | 137 | "@swc/core": "1.5.7",
|
137 | 138 | "@swc/helpers": "0.5.13",
|
138 | 139 | "@swc/jest": "0.2.36",
|
139 |
| - "@tailwindcss/forms": "0.5.7", |
| 140 | + "@tailwindcss/forms": "0.5.9", |
140 | 141 | "@testing-library/react": "15.0.6",
|
141 | 142 | "@types/adm-zip": "0.5.5",
|
142 |
| - "@types/chrome": "^0.0.272", |
| 143 | + "@types/chrome": "0.0.273", |
143 | 144 | "@types/download": "8.0.5",
|
144 | 145 | "@types/eslint": "~8.37.0",
|
145 | 146 | "@types/express": "4.17.21",
|
|
150 | 151 | "@types/node": "18.16.9",
|
151 | 152 | "@types/node-fetch": "2.6.11",
|
152 | 153 | "@types/pidusage": "2.0.5",
|
153 |
| - "@types/react": "18.3.1", |
| 154 | + "@types/react": "18.3.10", |
154 | 155 | "@types/react-dom": "18.3.0",
|
155 | 156 | "@types/webpack-sources": "3.2.3",
|
156 | 157 | "@typescript-eslint/eslint-plugin": "7.18.0",
|
157 | 158 | "@typescript-eslint/parser": "7.18.0",
|
158 | 159 | "@vitest/coverage-istanbul": "1.6.0",
|
159 | 160 | "@vitest/coverage-v8": "1.6.0",
|
160 | 161 | "@vitest/ui": "1.6.0",
|
161 |
| - "autoprefixer": "10.4.19", |
| 162 | + "autoprefixer": "10.4.20", |
162 | 163 | "babel-jest": "29.7.0",
|
163 | 164 | "babel-loader": "9.2.1",
|
164 | 165 | "classnames": "2.5.1",
|
165 | 166 | "commitizen": "^4.3.0",
|
166 | 167 | "concurrently": "8.2.2",
|
167 | 168 | "copy-webpack-plugin": "11.0.0",
|
168 | 169 | "cypress": "13.14.2",
|
169 |
| - "directory-tree": "3.5.1", |
| 170 | + "directory-tree": "3.5.2", |
170 | 171 | "esbuild": "0.23.0",
|
171 | 172 | "eslint": "8.57.1",
|
172 | 173 | "eslint-config-next": "14.2.3",
|
|
191 | 192 | "mime-types": "2.1.35",
|
192 | 193 | "msw": "^1.2.1",
|
193 | 194 | "node-fetch": "~3.3.2",
|
194 |
| - "nx": "19.8.2", |
| 195 | + "nx": "19.8.3", |
195 | 196 | "open": "^10.1.0",
|
196 | 197 | "postcss-calc": "9.0.1",
|
197 | 198 | "postcss-custom-properties": "13.3.12",
|
198 | 199 | "postcss-import": "15.1.0",
|
199 | 200 | "postcss-url": "10.1.3",
|
200 |
| - "prettier": "3.3.2", |
| 201 | + "prettier": "3.3.3", |
201 | 202 | "prettier-eslint": "16.3.0",
|
202 | 203 | "react-refresh": "0.14.2",
|
203 | 204 | "rimraf": "^3.0.2",
|
204 | 205 | "rollup-plugin-copy": "3.5.0",
|
205 | 206 | "strip-ansi": "^6.0.0",
|
206 | 207 | "swc-loader": "0.2.6",
|
207 |
| - "tailwindcss": "3.4.3", |
| 208 | + "tailwindcss": "3.4.13", |
208 | 209 | "terser-webpack-plugin": "^5.3.10",
|
209 | 210 | "ts-jest": "29.1.5",
|
210 | 211 | "tslib": "2.6.3",
|
|
0 commit comments