@react-foundry/plop-pack 0.1.3 → 0.1.5
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
|
@@ -29,31 +29,32 @@
|
|
|
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.
|
|
33
|
-
"@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.
|
|
34
|
-
"@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.
|
|
35
|
-
"@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.
|
|
36
|
-
"@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.
|
|
32
|
+
"@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
33
|
+
"@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
34
|
+
"@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
35
|
+
"@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
36
|
+
"@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
37
37
|
"@react-router/fs-routes": "7.13.0",
|
|
38
38
|
"@react-router/node": "7.13.0",
|
|
39
39
|
"isbot": "5.1.34",
|
|
40
|
-
"react": "19.2.
|
|
41
|
-
"react-dom": "19.2.
|
|
40
|
+
"react": "19.2.4",
|
|
41
|
+
"react-dom": "19.2.4",
|
|
42
42
|
"react-router": "7.13.0",
|
|
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.
|
|
47
|
-
"@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.
|
|
46
|
+
"@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
47
|
+
"@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
48
48
|
"@react-router/dev": "7.13.0",
|
|
49
49
|
"@types/mdx": "2.0.13",
|
|
50
50
|
"@types/node": "24.10.9",
|
|
51
|
-
"@types/react": "19.2.
|
|
51
|
+
"@types/react": "19.2.10",
|
|
52
52
|
"@types/react-dom": "19.2.3",
|
|
53
|
-
"bun": "1.3.
|
|
53
|
+
"bun": "1.3.7",
|
|
54
54
|
"cypress": "15.9.0",
|
|
55
55
|
"jest": "30.2.0",
|
|
56
56
|
"jest-environment-jsdom": "30.2.0",
|
|
57
|
+
"sass-embedded": "1.97.3",
|
|
57
58
|
"start-server-and-test": "2.1.3",
|
|
58
59
|
"ts-jest": "29.4.6",
|
|
59
60
|
"typescript": "5.9.3",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"react-components"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.
|
|
49
|
+
"@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@react-foundry/docs-components": "^0.1.
|
|
52
|
+
"@react-foundry/docs-components": "^0.1.5",
|
|
53
53
|
"@storybook/addon-docs": "^9.1.17",
|
|
54
|
-
"react": "^19.2.
|
|
54
|
+
"react": "^19.2.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependenciesMeta": {
|
|
57
57
|
"@react-foundry/docs-components": {
|
|
@@ -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.
|
|
65
|
+
"@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.5{{/if}}",
|
|
66
66
|
"@types/react": "19.2.9",
|
|
67
67
|
"jest": "30.2.0",
|
|
68
68
|
"jest-environment-jsdom": "30.2.0",
|