@pplancq/react-template 2.7.6 → 2.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @pplancq/react-template [2.7.7](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.6...@pplancq/react-template@2.7.7) (2025-11-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @tanstack/react-query to ^5.90.8 ([69037f1](https://github.com/pplancq/dev-tools/commit/69037f12fc8e9449b0fa8d221a8f29993808b39e))
6
+ * **deps:** update dependency react-hook-form to ^7.66.0 ([2c002cc](https://github.com/pplancq/dev-tools/commit/2c002ccbb400e1f162f04ea981f5c05f341f2b21))
7
+ * **deps:** update dependency react-router to ^7.9.6 ([b37fa54](https://github.com/pplancq/dev-tools/commit/b37fa54e85eefd758a38d11df444aa501d682272))
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@pplancq/eslint-config:** upgraded to 5.0.13
13
+
1
14
  ## @pplancq/react-template [2.7.6](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.7.5...@pplancq/react-template@2.7.6) (2025-11-03)
2
15
 
3
16
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.7.6",
3
+ "version": "2.7.7",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -49,12 +49,12 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "@hookform/resolvers": "^5.2.2",
52
- "@tanstack/react-query": "^5.90.5",
52
+ "@tanstack/react-query": "^5.90.8",
53
53
  "@tanstack/react-query-devtools": "^5.90.2",
54
54
  "react": "^19.2.0",
55
55
  "react-dom": "^19.2.0",
56
- "react-hook-form": "^7.65.0",
57
- "react-router": "^7.9.5",
56
+ "react-hook-form": "^7.66.0",
57
+ "react-router": "^7.9.6",
58
58
  "yup": "^1.7.1"
59
59
  },
60
60
  "devDependencies": {
@@ -67,26 +67,26 @@
67
67
  "@pplancq/postcss-config": "*",
68
68
  "@pplancq/prettier-config": "*",
69
69
  "@pplancq/stylelint-config": "*",
70
- "@rsbuild/core": "^1.6.0",
70
+ "@rsbuild/core": "^1.6.6",
71
71
  "@rsbuild/plugin-eslint": "^1.1.2",
72
- "@rsbuild/plugin-react": "^1.4.1",
72
+ "@rsbuild/plugin-react": "^1.4.2",
73
73
  "@rsbuild/plugin-sass": "^1.4.0",
74
74
  "@testing-library/jest-dom": "^6.9.1",
75
75
  "@testing-library/react": "^16.3.0",
76
76
  "@testing-library/user-event": "^14.6.1",
77
- "@types/react": "^19.2.2",
78
- "@types/react-dom": "^19.2.2",
79
- "@vitejs/plugin-react-swc": "^4.2.0",
80
- "@vitest/coverage-v8": "^4.0.5",
77
+ "@types/react": "^19.2.4",
78
+ "@types/react-dom": "^19.2.3",
79
+ "@vitejs/plugin-react-swc": "^4.2.2",
80
+ "@vitest/coverage-v8": "^4.0.8",
81
81
  "concurrently": "^9.2.1",
82
- "eslint": "^9.38.0",
82
+ "eslint": "^9.39.1",
83
83
  "eslint-plugin-prettier": "^5.5.4",
84
84
  "husky": "^9.1.7",
85
- "jsdom": "^27.1.0",
85
+ "jsdom": "^27.2.0",
86
86
  "lint-staged": "^16.2.6",
87
87
  "monocart-coverage-reports": "^2.12.9",
88
- "msw": "^2.11.6",
89
- "nodemon": "^3.1.10",
88
+ "msw": "^2.12.1",
89
+ "nodemon": "^3.1.11",
90
90
  "prettier": "^3.6.2",
91
91
  "stylelint": "^16.25.0",
92
92
  "stylelint-prettier": "^5.0.3",
@@ -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.5",
98
+ "vitest": "^4.0.8",
99
99
  "vitest-axe": "^1.0.0-pre.5",
100
100
  "vitest-sonar-reporter": "^3.0.0"
101
101
  },
@@ -103,7 +103,7 @@
103
103
  "node": ">=20.12.2"
104
104
  },
105
105
  "volta": {
106
- "node": "24.11.0",
106
+ "node": "24.11.1",
107
107
  "npm": "11.6.2"
108
108
  },
109
109
  "browserslist": {