@nrwl/remix 19.7.0 → 19.7.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nrwl/remix",
|
3
|
-
"version": "19.7.
|
3
|
+
"version": "19.7.1",
|
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.
|
27
|
+
"@nx/remix": "19.7.1"
|
28
28
|
},
|
29
29
|
"nx-migrations": {
|
30
30
|
"migrations": "@nx/remix/migrations.json"
|