@pplancq/react-template 1.9.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 +16 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
|
|
1
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)
|
|
2
18
|
|
|
3
19
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "react template",
|
|
6
6
|
"author": "pplancq <paul.plancq@outlook.fr>",
|
|
@@ -37,9 +37,9 @@
|
|
|
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
45
|
"react-router-dom": "^6.26.2",
|
|
@@ -56,29 +56,29 @@
|
|
|
56
56
|
"@pplancq/webpack-config": "*",
|
|
57
57
|
"@testing-library/jest-dom": "^6.5.0",
|
|
58
58
|
"@testing-library/react": "^16.0.1",
|
|
59
|
-
"@testing-library/user-event": "^14.5.
|
|
60
|
-
"@types/react": "^18.3.
|
|
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.1.
|
|
62
|
+
"@vitejs/plugin-react": "^4.3.2",
|
|
63
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
64
64
|
"concurrently": "^9.0.1",
|
|
65
|
-
"eslint": "^8.57.
|
|
65
|
+
"eslint": "^8.57.1",
|
|
66
66
|
"eslint-plugin-prettier": "^5.2.1",
|
|
67
67
|
"husky": "^9.1.6",
|
|
68
|
-
"jsdom": "^25.0.
|
|
68
|
+
"jsdom": "^25.0.1",
|
|
69
69
|
"lint-staged": "^15.2.10",
|
|
70
|
-
"msw": "^2.4.
|
|
70
|
+
"msw": "^2.4.9",
|
|
71
71
|
"prettier": "^3.3.3",
|
|
72
72
|
"stylelint": "^16.9.0",
|
|
73
73
|
"stylelint-prettier": "^5.0.2",
|
|
74
74
|
"tsc-files": "^1.1.4",
|
|
75
|
-
"typescript": "^5.6.
|
|
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
83
|
"webpack-dev-server": "^5.1.0"
|
|
84
84
|
},
|
|
@@ -86,8 +86,8 @@
|
|
|
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": [
|