@nrwl/remix 19.7.0 → 19.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/remix",
3
- "version": "19.7.0",
3
+ "version": "19.7.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",
@@ -24,7 +24,7 @@
24
24
  "typings": "./index.d.ts",
25
25
  "generators": "./generators.json",
26
26
  "dependencies": {
27
- "@nx/remix": "19.7.0"
27
+ "@nx/remix": "19.7.2"
28
28
  },
29
29
  "nx-migrations": {
30
30
  "migrations": "@nx/remix/migrations.json"