@react-foundry/plop-pack 0.1.9 → 0.2.1

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.9",
3
+ "version": "0.2.1",
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.9{{/if}}",
33
- "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.9{{/if}}",
34
- "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.9{{/if}}",
35
- "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.9{{/if}}",
36
- "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.9{{/if}}",
32
+ "@react-foundry/fastify": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
33
+ "@react-foundry/fastify-react-router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
34
+ "@react-foundry/react-router-context": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
35
+ "@react-foundry/router": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
36
+ "@react-foundry/user-info": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/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.9{{/if}}",
47
- "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.1.9{{/if}}",
46
+ "@react-foundry/app-plop-pack": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
47
+ "@react-foundry/vite-html-react": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/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.13.0
1
+ FROM cypress/included:15.13.1
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.9"
49
+ "@react-foundry/component-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:^0.2.1"
50
50
  },
51
51
  "peerDependencies": {
52
- "@react-foundry/docs-components": "^0.1.9",
52
+ "@react-foundry/docs-components": "^0.2.1",
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.9{{/if}}",
65
+ "@react-foundry/component-test-helpers": "{{#if (eq (pkg 'name')'react-foundry')}}workspace:*{{else}}0.2.1{{/if}}",
66
66
  "@types/react": "19.2.9",
67
67
  "jest": "30.2.0",
68
68
  "jest-environment-jsdom": "30.2.0",
@@ -44,8 +44,8 @@ export const generator = {
44
44
  },
45
45
  {
46
46
  type: 'copy',
47
- destination: 'apps/{{{name}}}/cypress.config.mjs',
48
- source: rel('cypress.config.mjs')
47
+ destination: 'apps/{{{name}}}/cypress.config.js',
48
+ source: rel('cypress.config.js')
49
49
  },
50
50
  {
51
51
  type: 'symlink',
@@ -74,8 +74,8 @@ export const generator = {
74
74
  },
75
75
  {
76
76
  type: 'copy',
77
- destination: 'apps/{{{name}}}/plopfile.mjs',
78
- source: rel('plopfile.mjs')
77
+ destination: 'apps/{{{name}}}/plopfile.js',
78
+ source: rel('plopfile.js')
79
79
  },
80
80
  {
81
81
  type: 'copy',
@@ -19,8 +19,8 @@ export const generator = {
19
19
  actions: [
20
20
  {
21
21
  type: 'add',
22
- path: 'components/{{{dashCase name}}}/jest.config.js',
23
- templateFile: rel('jest.config.js.hbs')
22
+ path: 'components/{{{dashCase name}}}/jest.config.cjs',
23
+ templateFile: rel('jest.config.cjs.hbs')
24
24
  },
25
25
  {
26
26
  type: 'add',
@@ -19,8 +19,8 @@ export const generator = {
19
19
  actions: [
20
20
  {
21
21
  type: 'add',
22
- path: 'lib/{{{name}}}/jest.config.js',
23
- templateFile: rel('jest.config.js.hbs')
22
+ path: 'lib/{{{name}}}/jest.config.cjs',
23
+ templateFile: rel('jest.config.cjs.hbs')
24
24
  },
25
25
  {
26
26
  type: 'add',
File without changes