@react-foundry/plop-pack 0.1.1 → 0.1.3

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.1",
3
+ "version": "0.1.3",
4
4
  "description": "Plop pack with misc tools.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -28,26 +28,27 @@
28
28
  "author": "{{{pkg 'author'}}}",
29
29
  "license": "{{{pkg 'license'}}}",
30
30
  "dependencies": {
31
- "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
32
- "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
33
- "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
34
- "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
35
31
  "@mdx-js/rollup": "3.1.1",
36
- "@react-router/fs-routes": "7.12.0",
37
- "@react-router/node": "7.12.0",
38
- "isbot": "5.1.32",
32
+ "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
33
+ "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
34
+ "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
35
+ "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
36
+ "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
37
+ "@react-router/fs-routes": "7.13.0",
38
+ "@react-router/node": "7.13.0",
39
+ "isbot": "5.1.34",
39
40
  "react": "19.2.3",
40
41
  "react-dom": "19.2.3",
41
- "react-router": "7.12.0",
42
+ "react-router": "7.13.0",
42
43
  "serverless-http": "4.0.0"
43
44
  },
44
45
  "devDependencies": {
45
- "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
46
- "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
47
- "@react-router/dev": "7.12.0",
46
+ "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
47
+ "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
48
+ "@react-router/dev": "7.13.0",
48
49
  "@types/mdx": "2.0.13",
49
50
  "@types/node": "24.10.9",
50
- "@types/react": "19.2.8",
51
+ "@types/react": "19.2.9",
51
52
  "@types/react-dom": "19.2.3",
52
53
  "bun": "1.3.6",
53
54
  "cypress": "15.9.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "extends": "../../tsconfig.vite.json",
3
3
  "compilerOptions": {
4
- "types": ["node", "vite/client", "mdx", "@catalyse/vite-html-react"],
4
+ "types": ["node", "vite/client", "mdx", "@react-foundry/vite-html-react"],
5
5
  "rootDirs": [".", ".react-router/types"],
6
6
  "outDir": "dist",
7
7
  "paths": {
@@ -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.1"
49
+ "@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.3"
50
50
  },
51
51
  "peerDependencies": {
52
- "@react-foundry/docs-components": "^0.1.1",
52
+ "@react-foundry/docs-components": "^0.1.3",
53
53
  "@storybook/addon-docs": "^9.1.17",
54
54
  "react": "^19.2.3"
55
55
  },
@@ -62,8 +62,8 @@
62
62
  }
63
63
  },
64
64
  "devDependencies": {
65
- "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.1{{/if}}",
66
- "@types/react": "19.2.8",
65
+ "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.3{{/if}}",
66
+ "@types/react": "19.2.9",
67
67
  "jest": "30.2.0",
68
68
  "jest-environment-jsdom": "30.2.0",
69
69
  "ts-jest": "29.4.6",