@pplancq/react-template 2.3.7 → 2.3.9
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 +28 -0
- package/package.json +15 -15
- package/src/assets/css/reset.css +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @pplancq/react-template [2.3.9](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.8...@pplancq/react-template@2.3.9) (2025-02-24)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update dependency @hookform/resolvers to ^4.1.0 ([2c9298c](https://github.com/pplancq/dev-tools/commit/2c9298c37105e43db540cc5ad15f424980eea1f5))
|
|
6
|
+
* **deps:** update dependency react-router to ^7.2.0 ([7d42f8f](https://github.com/pplancq/dev-tools/commit/7d42f8fdaa9b05c8a5ed206fd44e206ad9c22bb1))
|
|
7
|
+
* **deps:** update react-query mono repo to ^5.66.8 ([e40f32b](https://github.com/pplancq/dev-tools/commit/e40f32b0475fa7486d85e5a57c33717f9c0073dd))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@pplancq/eslint-config:** upgraded to 4.0.12
|
|
13
|
+
* **@pplancq/prettier-config:** upgraded to 1.2.2
|
|
14
|
+
* **@pplancq/webpack-config:** upgraded to 1.9.3
|
|
15
|
+
|
|
16
|
+
## @pplancq/react-template [2.3.8](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.7...@pplancq/react-template@2.3.8) (2025-02-17)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update dependency @hookform/resolvers to v4 ([40b21a3](https://github.com/pplancq/dev-tools/commit/40b21a300e305367ce2b51090c1967473ef8b217))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@pplancq/eslint-config:** upgraded to 4.0.11
|
|
26
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.8
|
|
27
|
+
* **@pplancq/webpack-config:** upgraded to 1.9.2
|
|
28
|
+
|
|
1
29
|
## @pplancq/react-template [2.3.7](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@2.3.6...@pplancq/react-template@2.3.7) (2025-02-10)
|
|
2
30
|
|
|
3
31
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"template"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hookform/resolvers": "^
|
|
41
|
-
"@tanstack/react-query": "^5.66.
|
|
42
|
-
"@tanstack/react-query-devtools": "^5.66.
|
|
40
|
+
"@hookform/resolvers": "^4.1.0",
|
|
41
|
+
"@tanstack/react-query": "^5.66.8",
|
|
42
|
+
"@tanstack/react-query-devtools": "^5.66.8",
|
|
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.
|
|
46
|
+
"react-router": "^7.2.0",
|
|
47
47
|
"yup": "^1.6.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -57,28 +57,28 @@
|
|
|
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.
|
|
61
|
-
"@types/react-dom": "^19.0.
|
|
62
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
63
|
-
"@vitest/coverage-v8": "^3.0.
|
|
60
|
+
"@types/react": "^19.0.10",
|
|
61
|
+
"@types/react-dom": "^19.0.4",
|
|
62
|
+
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
63
|
+
"@vitest/coverage-v8": "^3.0.6",
|
|
64
64
|
"concurrently": "^9.1.2",
|
|
65
|
-
"eslint": "^9.
|
|
65
|
+
"eslint": "^9.20.1",
|
|
66
66
|
"eslint-plugin-prettier": "^5.2.3",
|
|
67
67
|
"husky": "^9.1.7",
|
|
68
68
|
"jsdom": "^26.0.0",
|
|
69
69
|
"lint-staged": "^15.4.3",
|
|
70
|
-
"msw": "^2.7.
|
|
71
|
-
"prettier": "^3.
|
|
70
|
+
"msw": "^2.7.1",
|
|
71
|
+
"prettier": "^3.5.1",
|
|
72
72
|
"stylelint": "^16.14.1",
|
|
73
73
|
"stylelint-prettier": "^5.0.3",
|
|
74
74
|
"tsc-files": "^1.1.4",
|
|
75
75
|
"typescript": "^5.7.3",
|
|
76
76
|
"vite-plugin-svgr": "^4.3.0",
|
|
77
77
|
"vite-tsconfig-paths": "^5.1.4",
|
|
78
|
-
"vitest": "^3.0.
|
|
78
|
+
"vitest": "^3.0.6",
|
|
79
79
|
"vitest-axe": "^1.0.0-pre.5",
|
|
80
80
|
"vitest-sonar-reporter": "^2.0.0",
|
|
81
|
-
"webpack": "^5.
|
|
81
|
+
"webpack": "^5.98.0",
|
|
82
82
|
"webpack-cli": "^6.0.1",
|
|
83
83
|
"webpack-dev-server": "^5.2.0"
|
|
84
84
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"node": ">=20.12.2"
|
|
87
87
|
},
|
|
88
88
|
"volta": {
|
|
89
|
-
"node": "22.
|
|
89
|
+
"node": "22.14.0",
|
|
90
90
|
"npm": "11.1.0"
|
|
91
91
|
},
|
|
92
92
|
"browserslist": {
|
package/src/assets/css/reset.css
CHANGED
|
@@ -82,8 +82,9 @@ video {
|
|
|
82
82
|
border: 0;
|
|
83
83
|
vertical-align: baseline;
|
|
84
84
|
font: inherit;
|
|
85
|
-
font-family:
|
|
86
|
-
'
|
|
85
|
+
font-family:
|
|
86
|
+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',
|
|
87
|
+
'Helvetica Neue', sans-serif;
|
|
87
88
|
font-size: 100%;
|
|
88
89
|
-webkit-font-smoothing: antialiased;
|
|
89
90
|
-moz-osx-font-smoothing: grayscale;
|