@pplancq/react-template 2.7.10 → 2.7.11
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/CHANGELOG.md +16 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @pplancq/react-template [2.7.11](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.10...@pplancq/react-template@2.7.11) (2025-12-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update commitlint monorepo to ^20.2.0 ([71b8849](https://github.com/pplancq/dev-tools/commit/71b884925ffb1e3474347f8033bfe2e17a3cfaab))
|
|
6
|
+
* **deps:** update dependency @tanstack/react-query to ^5.90.12 ([5012b9c](https://github.com/pplancq/dev-tools/commit/5012b9c1aa7b200507c74a3281519bf71b01984e))
|
|
7
|
+
* **deps:** update dependency react-hook-form to ^7.68.0 ([52f97f9](https://github.com/pplancq/dev-tools/commit/52f97f91048dce7c74ac15b40d93e599bf164b59))
|
|
8
|
+
* **deps:** update dependency react-router to ^7.10.1 ([d9e2ed7](https://github.com/pplancq/dev-tools/commit/d9e2ed76bc999f928a2beb1333663277c8f2e7a0))
|
|
9
|
+
* **deps:** update react monorepo to ^19.2.1 ([504b923](https://github.com/pplancq/dev-tools/commit/504b92346754872cfba9241670cdd3a61fa927d4))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@pplancq/eslint-config:** upgraded to 5.0.16
|
|
15
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.17
|
|
16
|
+
|
|
1
17
|
## @pplancq/react-template [2.7.10](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.9...@pplancq/react-template@2.7.10) (2025-12-02)
|
|
2
18
|
|
|
3
19
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@hookform/resolvers": "^5.2.2",
|
|
52
|
-
"@tanstack/react-query": "^5.90.
|
|
52
|
+
"@tanstack/react-query": "^5.90.12",
|
|
53
53
|
"@tanstack/react-query-devtools": "^5.91.1",
|
|
54
|
-
"react": "^19.2.
|
|
55
|
-
"react-dom": "^19.2.
|
|
56
|
-
"react-hook-form": "^7.
|
|
57
|
-
"react-router": "^7.
|
|
54
|
+
"react": "^19.2.1",
|
|
55
|
+
"react-dom": "^19.2.1",
|
|
56
|
+
"react-hook-form": "^7.68.0",
|
|
57
|
+
"react-router": "^7.10.1",
|
|
58
58
|
"yup": "^1.7.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
|
|
62
|
-
"@commitlint/cli": "^20.
|
|
62
|
+
"@commitlint/cli": "^20.2.0",
|
|
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.6.
|
|
70
|
+
"@rsbuild/core": "^1.6.12",
|
|
71
71
|
"@rsbuild/plugin-eslint": "^1.1.2",
|
|
72
72
|
"@rsbuild/plugin-react": "^1.4.2",
|
|
73
73
|
"@rsbuild/plugin-sass": "^1.4.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/react": "^19.2.7",
|
|
78
78
|
"@types/react-dom": "^19.2.3",
|
|
79
79
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
80
|
-
"@vitest/coverage-v8": "^4.0.
|
|
80
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
81
81
|
"concurrently": "^9.2.1",
|
|
82
82
|
"eslint": "^9.39.1",
|
|
83
83
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"jsdom": "^27.2.0",
|
|
86
86
|
"lint-staged": "^16.2.7",
|
|
87
87
|
"monocart-coverage-reports": "^2.12.9",
|
|
88
|
-
"msw": "^2.12.
|
|
88
|
+
"msw": "^2.12.4",
|
|
89
89
|
"nodemon": "^3.1.11",
|
|
90
|
-
"prettier": "^3.7.
|
|
90
|
+
"prettier": "^3.7.4",
|
|
91
91
|
"stylelint": "^16.26.1",
|
|
92
92
|
"stylelint-prettier": "^5.0.3",
|
|
93
93
|
"stylelint-webpack-plugin": "^5.0.1",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"typescript": "^5.9.3",
|
|
96
96
|
"vite-plugin-svgr": "^4.5.0",
|
|
97
97
|
"vite-tsconfig-paths": "^5.1.4",
|
|
98
|
-
"vitest": "^4.0.
|
|
98
|
+
"vitest": "^4.0.15",
|
|
99
99
|
"vitest-axe": "^1.0.0-pre.5",
|
|
100
100
|
"vitest-sonar-reporter": "^3.0.0"
|
|
101
101
|
},
|