@pplancq/react-template 2.6.0 → 2.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @pplancq/react-template [2.6.1](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.6.0...@pplancq/react-template@2.6.1) (2025-06-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency react-hook-form to ^7.58.1 ([3a603b7](https://github.com/pplancq/dev-tools/commit/3a603b749ced280c9318682a1b51b902e933505d))
6
+ * **deps:** update react-query mono repo to ^5.80.10 ([fa604a4](https://github.com/pplancq/dev-tools/commit/fa604a4003a6cf8a561c6566edb1b8c5b7773ca3))
7
+
8
+
9
+ ### Dependencies
10
+
11
+ * **@pplancq/eslint-config:** upgraded to 4.2.1
12
+
1
13
  ## @pplancq/react-template [2.6.0](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.5.0...@pplancq/react-template@2.6.0) (2025-06-16)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -46,18 +46,18 @@
46
46
  ],
47
47
  "dependencies": {
48
48
  "@hookform/resolvers": "^5.1.1",
49
- "@tanstack/react-query": "^5.80.7",
50
- "@tanstack/react-query-devtools": "^5.80.7",
49
+ "@tanstack/react-query": "^5.80.10",
50
+ "@tanstack/react-query-devtools": "^5.80.10",
51
51
  "react": "^19.1.0",
52
52
  "react-dom": "^19.1.0",
53
- "react-hook-form": "^7.57.0",
53
+ "react-hook-form": "^7.58.1",
54
54
  "react-router": "^7.6.2",
55
55
  "yup": "^1.6.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
59
59
  "@commitlint/cli": "^19.8.1",
60
- "@playwright/test": "^1.53.0",
60
+ "@playwright/test": "^1.53.1",
61
61
  "@pplancq/commitlint-config": "*",
62
62
  "@pplancq/eslint-config": "*",
63
63
  "@pplancq/postcss-config": "*",
@@ -73,25 +73,25 @@
73
73
  "@types/react": "^19.1.8",
74
74
  "@types/react-dom": "^19.1.6",
75
75
  "@vitejs/plugin-react-swc": "^3.10.2",
76
- "@vitest/coverage-v8": "^3.2.3",
76
+ "@vitest/coverage-v8": "^3.2.4",
77
77
  "concurrently": "^9.1.2",
78
- "eslint": "^9.28.0",
79
- "eslint-plugin-prettier": "^5.4.1",
78
+ "eslint": "^9.29.0",
79
+ "eslint-plugin-prettier": "^5.5.0",
80
80
  "husky": "^9.1.7",
81
81
  "jsdom": "^26.1.0",
82
- "lint-staged": "^16.1.0",
82
+ "lint-staged": "^16.1.2",
83
83
  "monocart-coverage-reports": "^2.12.6",
84
84
  "msw": "^2.10.2",
85
85
  "nodemon": "^3.1.10",
86
86
  "prettier": "^3.5.3",
87
- "stylelint": "^16.20.0",
87
+ "stylelint": "^16.21.0",
88
88
  "stylelint-prettier": "^5.0.3",
89
89
  "stylelint-webpack-plugin": "^5.0.1",
90
90
  "tsc-files": "^1.1.4",
91
91
  "typescript": "^5.8.3",
92
92
  "vite-plugin-svgr": "^4.3.0",
93
93
  "vite-tsconfig-paths": "^5.1.4",
94
- "vitest": "^3.2.3",
94
+ "vitest": "^3.2.4",
95
95
  "vitest-axe": "^1.0.0-pre.5",
96
96
  "vitest-sonar-reporter": "^2.0.1"
97
97
  },