@react-foundry/plop-pack 0.1.6 → 0.1.7

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": "@react-foundry/plop-pack",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Plop pack with misc tools.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -29,11 +29,11 @@
29
29
  "license": "{{{pkg 'license'}}}",
30
30
  "dependencies": {
31
31
  "@mdx-js/rollup": "3.1.1",
32
- "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
33
- "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
34
- "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
35
- "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
36
- "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
32
+ "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
33
+ "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
34
+ "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
35
+ "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
36
+ "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
37
37
  "@react-router/fs-routes": "7.13.0",
38
38
  "@react-router/node": "7.13.0",
39
39
  "isbot": "5.1.34",
@@ -43,8 +43,8 @@
43
43
  "serverless-http": "4.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
47
- "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
46
+ "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
47
+ "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
48
48
  "@react-router/dev": "7.13.0",
49
49
  "@types/mdx": "2.0.13",
50
50
  "@types/node": "24.10.9",
@@ -46,10 +46,10 @@
46
46
  "react-components"
47
47
  ],
48
48
  "dependencies": {
49
- "@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.6"
49
+ "@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.7"
50
50
  },
51
51
  "peerDependencies": {
52
- "@react-foundry/docs-components": "^0.1.6",
52
+ "@react-foundry/docs-components": "^0.1.7",
53
53
  "@storybook/addon-docs": "^9.1.17",
54
54
  "react": "^19.2.4"
55
55
  },
@@ -62,7 +62,7 @@
62
62
  }
63
63
  },
64
64
  "devDependencies": {
65
- "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.6{{/if}}",
65
+ "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
66
66
  "@types/react": "19.2.9",
67
67
  "jest": "30.2.0",
68
68
  "jest-environment-jsdom": "30.2.0",