@pplancq/react-template 2.6.6 → 2.6.7

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## @pplancq/react-template [2.6.7](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.6.6...@pplancq/react-template@2.6.7) (2025-08-04)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @hookform/resolvers to ^5.2.1 ([c003e2d](https://github.com/pplancq/dev-tools/commit/c003e2d4d3e24ce3c46e1cf8246e783c542a9572))
6
+ * **deps:** update react monorepo ([5718667](https://github.com/pplancq/dev-tools/commit/5718667412ac6fc59d5ee10400825e7886d7c898))
7
+ * **deps:** update react-query mono repo to ^5.84.1 ([1c39a03](https://github.com/pplancq/dev-tools/commit/1c39a038ecf2458b3f68c676773c0337d5744935))
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@pplancq/eslint-config:** upgraded to 5.0.3
13
+ * **@pplancq/stylelint-config:** upgraded to 4.0.2
14
+
1
15
  ## @pplancq/react-template [2.6.6](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.6.5...@pplancq/react-template@2.6.6) (2025-07-28)
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.6.6",
3
+ "version": "2.6.7",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -45,11 +45,11 @@
45
45
  "template"
46
46
  ],
47
47
  "dependencies": {
48
- "@hookform/resolvers": "^5.1.1",
49
- "@tanstack/react-query": "^5.83.0",
50
- "@tanstack/react-query-devtools": "^5.83.0",
51
- "react": "^19.1.0",
52
- "react-dom": "^19.1.0",
48
+ "@hookform/resolvers": "^5.2.1",
49
+ "@tanstack/react-query": "^5.84.1",
50
+ "@tanstack/react-query-devtools": "^5.84.1",
51
+ "react": "^19.1.1",
52
+ "react-dom": "^19.1.1",
53
53
  "react-hook-form": "^7.61.1",
54
54
  "react-router": "^7.7.1",
55
55
  "yup": "^1.6.1"
@@ -63,19 +63,19 @@
63
63
  "@pplancq/postcss-config": "*",
64
64
  "@pplancq/prettier-config": "*",
65
65
  "@pplancq/stylelint-config": "*",
66
- "@rsbuild/core": "^1.4.11",
66
+ "@rsbuild/core": "^1.4.12",
67
67
  "@rsbuild/plugin-eslint": "^1.1.1",
68
68
  "@rsbuild/plugin-react": "^1.3.4",
69
69
  "@rsbuild/plugin-sass": "^1.3.3",
70
- "@testing-library/jest-dom": "^6.6.3",
70
+ "@testing-library/jest-dom": "^6.6.4",
71
71
  "@testing-library/react": "^16.3.0",
72
72
  "@testing-library/user-event": "^14.6.1",
73
- "@types/react": "^19.1.8",
74
- "@types/react-dom": "^19.1.6",
73
+ "@types/react": "^19.1.9",
74
+ "@types/react-dom": "^19.1.7",
75
75
  "@vitejs/plugin-react-swc": "^3.11.0",
76
76
  "@vitest/coverage-v8": "^3.2.4",
77
77
  "concurrently": "^9.2.0",
78
- "eslint": "^9.31.0",
78
+ "eslint": "^9.32.0",
79
79
  "eslint-plugin-prettier": "^5.5.3",
80
80
  "husky": "^9.1.7",
81
81
  "jsdom": "^26.1.0",
@@ -84,11 +84,11 @@
84
84
  "msw": "^2.10.4",
85
85
  "nodemon": "^3.1.10",
86
86
  "prettier": "^3.6.2",
87
- "stylelint": "^16.22.0",
87
+ "stylelint": "^16.23.0",
88
88
  "stylelint-prettier": "^5.0.3",
89
89
  "stylelint-webpack-plugin": "^5.0.1",
90
90
  "tsc-files": "^1.1.4",
91
- "typescript": "^5.8.3",
91
+ "typescript": "^5.9.2",
92
92
  "vite-plugin-svgr": "^4.3.0",
93
93
  "vite-tsconfig-paths": "^5.1.4",
94
94
  "vitest": "^3.2.4",
@@ -99,8 +99,8 @@
99
99
  "node": ">=20.12.2"
100
100
  },
101
101
  "volta": {
102
- "node": "22.17.1",
103
- "npm": "11.5.1"
102
+ "node": "22.18.0",
103
+ "npm": "11.5.2"
104
104
  },
105
105
  "browserslist": {
106
106
  "production": [
@@ -24,11 +24,10 @@
24
24
  margin-top: 5px;
25
25
  grid-template-columns: 1fr max-content 1fr;
26
26
  grid-template-rows: 27px 0;
27
- grid-gap: 20px;
28
27
  align-items: center;
28
+ gap: 20px;
29
29
  font-family: Raleway, sans-serif;
30
30
  font-size: 15px;
31
- font-weight: normal;
32
31
  font-weight: 500;
33
32
  letter-spacing: 2px;
34
33
  text-transform: uppercase;