@papillonarts/setup 0.36.0 → 0.38.0

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.
@@ -115,7 +115,7 @@ export function getESLintSetup({ eslintIgnores }) {
115
115
  ],
116
116
 
117
117
  react: {
118
- version: '19.2.1',
118
+ version: '19.2.3',
119
119
  },
120
120
  },
121
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonarts/setup",
3
- "version": "0.36.0",
3
+ "version": "0.38.0",
4
4
  "description": "Papillon Arts Setup",
5
5
  "homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/setup",
6
6
  "repository": {
@@ -37,5 +37,5 @@
37
37
  "build-acceptance": "npm run build",
38
38
  "build-release": "npm run build"
39
39
  },
40
- "gitHead": "8ef38bffed97c329ca6a1f5bacaa938528d256cc"
40
+ "gitHead": "af44ef015fbdee8b28e2dfbe647d8587e4307ce6"
41
41
  }