@nx/remix 17.3.0-beta.1 → 17.3.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "17.3.0-beta.1",
3
+ "version": "17.3.0-beta.2",
4
4
  "description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,12 +28,12 @@
28
28
  "migrations": "./migrations.json"
29
29
  },
30
30
  "dependencies": {
31
- "@nx/devkit": "17.3.0-beta.1",
32
- "@nx/js": "17.3.0-beta.1",
33
- "@nx/react": "17.3.0-beta.1",
31
+ "@nx/devkit": "17.3.0-beta.2",
32
+ "@nx/js": "17.3.0-beta.2",
33
+ "@nx/react": "17.3.0-beta.2",
34
34
  "tslib": "^2.3.1",
35
35
  "@phenomnomnominal/tsquery": "~5.0.1",
36
- "@nrwl/remix": "17.3.0-beta.1"
36
+ "@nrwl/remix": "17.3.0-beta.2"
37
37
  },
38
38
  "peerDependencies": {},
39
39
  "publishConfig": {
@@ -1128,7 +1128,7 @@ export default defineConfig({
1128
1128
 
1129
1129
  reporters: ['default'],
1130
1130
  coverage: {
1131
- reportsDirectory: './coverage/.',
1131
+ reportsDirectory: './coverage/test',
1132
1132
  provider: 'v8',
1133
1133
  },
1134
1134
  },