@pplancq/react-template 2.3.12 → 2.3.14

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 +25 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## @pplancq/react-template [2.3.14](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.13...@pplancq/react-template@2.3.14) (2025-03-31)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update react-query mono repo to ^5.70.0 ([aa1de6a](https://github.com/pplancq/dev-tools/commit/aa1de6a3403c3dc962325515d54f87d6bcaa5047))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@pplancq/eslint-config:** upgraded to 4.0.17
11
+ * **@pplancq/webpack-config:** upgraded to 1.9.8
12
+
13
+ ## @pplancq/react-template [2.3.13](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.12...@pplancq/react-template@2.3.13) (2025-03-24)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** update dependency react-router to ^7.4.0 ([25771df](https://github.com/pplancq/dev-tools/commit/25771dfc86894eff082474d18dfee3909a4a43bf))
18
+ * **deps:** update react-query mono repo to ^5.69.0 ([b3d330d](https://github.com/pplancq/dev-tools/commit/b3d330d7cb9fc13c87ae6d88d3a4048ebdbefc73))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@pplancq/eslint-config:** upgraded to 4.0.16
24
+ * **@pplancq/webpack-config:** upgraded to 1.9.7
25
+
1
26
  ## @pplancq/react-template [2.3.12](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.11...@pplancq/react-template@2.3.12) (2025-03-17)
2
27
 
3
28
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/react-template",
3
- "version": "2.3.12",
3
+ "version": "2.3.14",
4
4
  "license": "MIT",
5
5
  "description": "react template",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -38,12 +38,12 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@hookform/resolvers": "^4.1.3",
41
- "@tanstack/react-query": "^5.67.3",
42
- "@tanstack/react-query-devtools": "^5.67.3",
41
+ "@tanstack/react-query": "^5.70.0",
42
+ "@tanstack/react-query-devtools": "^5.70.0",
43
43
  "react": "^19.0.0",
44
44
  "react-dom": "^19.0.0",
45
45
  "react-hook-form": "^7.54.2",
46
- "react-router": "^7.3.0",
46
+ "react-router": "^7.4.0",
47
47
  "yup": "^1.6.1"
48
48
  },
49
49
  "devDependencies": {
@@ -57,30 +57,30 @@
57
57
  "@testing-library/jest-dom": "^6.6.3",
58
58
  "@testing-library/react": "^16.2.0",
59
59
  "@testing-library/user-event": "^14.6.1",
60
- "@types/react": "^19.0.10",
60
+ "@types/react": "^19.0.12",
61
61
  "@types/react-dom": "^19.0.4",
62
- "@vitejs/plugin-react-swc": "^3.8.0",
63
- "@vitest/coverage-v8": "^3.0.8",
62
+ "@vitejs/plugin-react-swc": "^3.8.1",
63
+ "@vitest/coverage-v8": "^3.0.9",
64
64
  "concurrently": "^9.1.2",
65
- "eslint": "^9.22.0",
66
- "eslint-plugin-prettier": "^5.2.3",
65
+ "eslint": "^9.23.0",
66
+ "eslint-plugin-prettier": "^5.2.5",
67
67
  "husky": "^9.1.7",
68
68
  "jsdom": "^26.0.0",
69
69
  "lint-staged": "^15.5.0",
70
70
  "msw": "^2.7.3",
71
71
  "prettier": "^3.5.3",
72
- "stylelint": "^16.15.0",
72
+ "stylelint": "^16.17.0",
73
73
  "stylelint-prettier": "^5.0.3",
74
74
  "tsc-files": "^1.1.4",
75
75
  "typescript": "^5.8.2",
76
76
  "vite-plugin-svgr": "^4.3.0",
77
77
  "vite-tsconfig-paths": "^5.1.4",
78
- "vitest": "^3.0.8",
78
+ "vitest": "^3.0.9",
79
79
  "vitest-axe": "^1.0.0-pre.5",
80
80
  "vitest-sonar-reporter": "^2.0.0",
81
81
  "webpack": "^5.98.0",
82
82
  "webpack-cli": "^6.0.1",
83
- "webpack-dev-server": "^5.2.0"
83
+ "webpack-dev-server": "^5.2.1"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=20.12.2"