@pplancq/react-template 2.7.15 → 2.7.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @pplancq/react-template [2.7.16](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.15...@pplancq/react-template@2.7.16) (2026-01-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update commitlint monorepo to ^20.3.1 ([7514f26](https://github.com/pplancq/dev-tools/commit/7514f26d34befb53ad16ddd968794f4149876edb))
6
+ * **deps:** update dependency react-hook-form to ^7.70.0 ([e11087b](https://github.com/pplancq/dev-tools/commit/e11087bd62ecd5e40c2efc0acc3b8d4f8eebdff4))
7
+ * **deps:** update dependency react-router to ^7.12.0 ([55711f9](https://github.com/pplancq/dev-tools/commit/55711f9815878a1c0302c5ec9d0dc0c6c7459506))
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@pplancq/commitlint-config:** upgraded to 2.3.3
13
+ * **@pplancq/eslint-config:** upgraded to 5.0.21
14
+
1
15
  ## @pplancq/react-template [2.7.15](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.14...@pplancq/react-template@2.7.15) (2026-01-05)
2
16
 
3
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.7.15",
3
+ "version": "2.7.16",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -53,13 +53,13 @@
53
53
  "@tanstack/react-query-devtools": "^5.91.2",
54
54
  "react": "^19.2.3",
55
55
  "react-dom": "^19.2.3",
56
- "react-hook-form": "^7.69.0",
57
- "react-router": "^7.11.0",
56
+ "react-hook-form": "^7.70.0",
57
+ "react-router": "^7.12.0",
58
58
  "yup": "^1.7.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
62
- "@commitlint/cli": "^20.3.0",
62
+ "@commitlint/cli": "^20.3.1",
63
63
  "@msw/playwright": "^0.4.2",
64
64
  "@playwright/test": "^1.57.0",
65
65
  "@pplancq/commitlint-config": "*",
@@ -67,7 +67,7 @@
67
67
  "@pplancq/postcss-config": "*",
68
68
  "@pplancq/prettier-config": "*",
69
69
  "@pplancq/stylelint-config": "*",
70
- "@rsbuild/core": "^1.7.1",
70
+ "@rsbuild/core": "^1.7.2",
71
71
  "@rsbuild/plugin-eslint": "^1.2.0",
72
72
  "@rsbuild/plugin-react": "^1.4.2",
73
73
  "@rsbuild/plugin-sass": "^1.4.0",