@nx/remix 19.5.2 → 19.5.4

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": "19.5.2",
3
+ "version": "19.5.4",
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, Playwright, 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",
@@ -29,12 +29,12 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "19.5.2",
33
- "@nx/js": "19.5.2",
34
- "@nx/react": "19.5.2",
32
+ "@nx/devkit": "19.5.4",
33
+ "@nx/js": "19.5.4",
34
+ "@nx/react": "19.5.4",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1",
37
- "@nrwl/remix": "19.5.2"
37
+ "@nrwl/remix": "19.5.4"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {
@@ -43,7 +43,6 @@ export default defineConfig({
43
43
  setupFiles: ['./src/test-setup.ts'],
44
44
  watch: false,
45
45
  globals: true,
46
- cache: { dir: '../node_modules/.vitest/test' },
47
46
  environment: 'jsdom',
48
47
  include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
49
48
  reporters: ['default'],
@@ -122,7 +121,6 @@ export default defineConfig({
122
121
  setupFiles: ['./src/test-setup.ts'],
123
122
  watch: false,
124
123
  globals: true,
125
- cache: { dir: '../../node_modules/.vitest/libs/test' },
126
124
  environment: 'jsdom',
127
125
  include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
128
126
  reporters: ['default'],
@@ -106,7 +106,6 @@ export default defineConfig({
106
106
  setupFiles: ['./src/test-setup.ts'],
107
107
  watch: false,
108
108
  globals: true,
109
- cache: { dir: '../../node_modules/.vitest/libs/storybook-test' },
110
109
  environment: 'jsdom',
111
110
  include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
112
111
  reporters: ['default'],