@pplancq/react-template 1.8.0 → 1.9.1
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 +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @pplancq/react-template [1.9.1](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@1.9.0...@pplancq/react-template@1.9.1) (2024-10-15)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update react-query packages to ^5.59.0 ([be48ebd](https://github.com/pplancq/dev-tools/commit/be48ebdedca0d289957930019fffd8420457b8e6))
|
|
6
|
+
* **deps:** update react-query packages to ^5.59.9 ([bdd0a11](https://github.com/pplancq/dev-tools/commit/bdd0a11857884e5f1e577f065c658e2bde00e3bf))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
* **@pplancq/babel-config:** upgraded to 1.1.1
|
|
12
|
+
* **@pplancq/eslint-config:** upgraded to 3.0.1
|
|
13
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.1
|
|
14
|
+
* **@pplancq/stylelint-config:** upgraded to 2.1.1
|
|
15
|
+
* **@pplancq/webpack-config:** upgraded to 1.5.1
|
|
16
|
+
|
|
17
|
+
## @pplancq/react-template [1.9.0](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@1.8.0...@pplancq/react-template@1.9.0) (2024-09-16)
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **react-template:** bump concurrently from 8.2.2 to 9.0.1 ([a77f951](https://github.com/pplancq/dev-tools/commit/a77f9512bc26d127e4cdbd02c8ff70b80338e8d6))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@pplancq/eslint-config:** upgraded to 3.0.0
|
|
27
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.0
|
|
28
|
+
|
|
1
29
|
## @pplancq/react-template [1.8.0](https://github.com/pplancq/dev-tools/compare/@pplancq/react-template@1.7.0...@pplancq/react-template@1.8.0) (2024-08-27)
|
|
2
30
|
|
|
3
31
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@hookform/resolvers": "^3.9.0",
|
|
40
|
-
"@tanstack/react-query": "^5.
|
|
41
|
-
"@tanstack/react-query-devtools": "^5.
|
|
42
|
-
"react": "^18.
|
|
40
|
+
"@tanstack/react-query": "^5.59.9",
|
|
41
|
+
"@tanstack/react-query-devtools": "^5.59.9",
|
|
42
|
+
"react": "^18.3.1",
|
|
43
43
|
"react-dom": "^18.3.1",
|
|
44
44
|
"react-hook-form": "^7.53.0",
|
|
45
|
-
"react-router-dom": "^6.26.
|
|
45
|
+
"react-router-dom": "^6.26.2",
|
|
46
46
|
"yup": "^1.4.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@commitlint/cli": "^19.
|
|
49
|
+
"@commitlint/cli": "^19.5.0",
|
|
50
50
|
"@pplancq/babel-config": "*",
|
|
51
51
|
"@pplancq/commitlint-config": "*",
|
|
52
52
|
"@pplancq/eslint-config": "*",
|
|
@@ -55,39 +55,39 @@
|
|
|
55
55
|
"@pplancq/stylelint-config": "*",
|
|
56
56
|
"@pplancq/webpack-config": "*",
|
|
57
57
|
"@testing-library/jest-dom": "^6.5.0",
|
|
58
|
-
"@testing-library/react": "^16.0.
|
|
59
|
-
"@testing-library/user-event": "^14.5.
|
|
60
|
-
"@types/react": "^18.3.
|
|
58
|
+
"@testing-library/react": "^16.0.1",
|
|
59
|
+
"@testing-library/user-event": "^14.5.2",
|
|
60
|
+
"@types/react": "^18.3.11",
|
|
61
61
|
"@types/react-dom": "^18.3.0",
|
|
62
|
-
"@vitejs/plugin-react": "^4.3.
|
|
63
|
-
"@vitest/coverage-v8": "^2.
|
|
64
|
-
"concurrently": "^
|
|
65
|
-
"eslint": "^8.57.
|
|
62
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
63
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
64
|
+
"concurrently": "^9.0.1",
|
|
65
|
+
"eslint": "^8.57.1",
|
|
66
66
|
"eslint-plugin-prettier": "^5.2.1",
|
|
67
|
-
"husky": "^9.1.
|
|
68
|
-
"jsdom": "^25.0.
|
|
69
|
-
"lint-staged": "^15.2.
|
|
70
|
-
"msw": "^2.
|
|
67
|
+
"husky": "^9.1.6",
|
|
68
|
+
"jsdom": "^25.0.1",
|
|
69
|
+
"lint-staged": "^15.2.10",
|
|
70
|
+
"msw": "^2.4.9",
|
|
71
71
|
"prettier": "^3.3.3",
|
|
72
|
-
"stylelint": "^16.
|
|
72
|
+
"stylelint": "^16.9.0",
|
|
73
73
|
"stylelint-prettier": "^5.0.2",
|
|
74
74
|
"tsc-files": "^1.1.4",
|
|
75
|
-
"typescript": "^5.
|
|
75
|
+
"typescript": "^5.6.3",
|
|
76
76
|
"vite-plugin-svgr": "^4.2.0",
|
|
77
77
|
"vite-tsconfig-paths": "^5.0.1",
|
|
78
|
-
"vitest": "^2.
|
|
78
|
+
"vitest": "^2.1.2",
|
|
79
79
|
"vitest-axe": "^1.0.0-pre.3",
|
|
80
80
|
"vitest-sonar-reporter": "^2.0.0",
|
|
81
|
-
"webpack": "^5.
|
|
81
|
+
"webpack": "^5.95.0",
|
|
82
82
|
"webpack-cli": "^5.1.4",
|
|
83
|
-
"webpack-dev-server": "^5.0
|
|
83
|
+
"webpack-dev-server": "^5.1.0"
|
|
84
84
|
},
|
|
85
85
|
"engines": {
|
|
86
86
|
"node": ">=20.12.2"
|
|
87
87
|
},
|
|
88
88
|
"volta": {
|
|
89
|
-
"node": "20.
|
|
90
|
-
"npm": "10.
|
|
89
|
+
"node": "20.18.0",
|
|
90
|
+
"npm": "10.9.0"
|
|
91
91
|
},
|
|
92
92
|
"browserslist": {
|
|
93
93
|
"production": [
|