@react-foundry/plop-pack 0.1.7 → 0.1.8

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.7",
3
+ "version": "0.1.8",
4
4
  "description": "Plop pack with misc tools.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -17,7 +17,7 @@
17
17
  "node": ">=12.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "fs-extra": "^11.3.3",
20
+ "fs-extra": "^11.3.4",
21
21
  "lodash": "^4.17.23",
22
22
  "minimist": "^1.2.8",
23
23
  "node-plop": "^0.32.3",
@@ -26,9 +26,9 @@
26
26
  "shelljs": "^0.10.0"
27
27
  },
28
28
  "devDependencies": {
29
- "handlebars": "4.7.8",
30
- "jest": "30.2.0",
31
- "jest-environment-jsdom": "30.2.0"
29
+ "handlebars": "4.7.9",
30
+ "jest": "30.3.0",
31
+ "jest-environment-jsdom": "30.3.0"
32
32
  },
33
33
  "scripts": {
34
34
  "test": "NODE_OPTIONS=--experimental-vm-modules jest",
@@ -1,4 +1,4 @@
1
- FROM node:24.13.0-alpine
1
+ FROM node:24.14.1-alpine
2
2
 
3
3
  RUN apk add --no-cache ca-certificates \
4
4
  && apk upgrade --no-cache \
@@ -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.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}}",
32
+ "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
33
+ "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
34
+ "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
35
+ "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
36
+ "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/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.7{{/if}}",
47
- "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.7{{/if}}",
46
+ "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
47
+ "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
48
48
  "@react-router/dev": "7.13.0",
49
49
  "@types/mdx": "2.0.13",
50
50
  "@types/node": "24.10.9",
@@ -1,4 +1,4 @@
1
- FROM cypress/included:15.9.0
1
+ FROM cypress/included:15.13.0
2
2
 
3
3
  RUN mv /root/.cache /home/node/.cache && \
4
4
  mkdir -p /cypress && \
@@ -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.7"
49
+ "@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.1.8"
50
50
  },
51
51
  "peerDependencies": {
52
- "@react-foundry/docs-components": "^0.1.7",
52
+ "@react-foundry/docs-components": "^0.1.8",
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.7{{/if}}",
65
+ "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.8{{/if}}",
66
66
  "@types/react": "19.2.9",
67
67
  "jest": "30.2.0",
68
68
  "jest-environment-jsdom": "30.2.0",