@pplancq/react-template 1.8.0 → 1.9.0
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 +12 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **react-template:** bump concurrently from 8.2.2 to 9.0.1 ([a77f951](https://github.com/pplancq/dev-tools/commit/a77f9512bc26d127e4cdbd02c8ff70b80338e8d6))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@pplancq/eslint-config:** upgraded to 3.0.0
|
|
11
|
+
* **@pplancq/postcss-config:** upgraded to 2.1.0
|
|
12
|
+
|
|
1
13
|
## @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
14
|
|
|
3
15
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/react-template",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
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.
|
|
40
|
+
"@tanstack/react-query": "^5.56.2",
|
|
41
|
+
"@tanstack/react-query-devtools": "^5.56.2",
|
|
42
42
|
"react": "^18.2.0",
|
|
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,24 +55,24 @@
|
|
|
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.
|
|
58
|
+
"@testing-library/react": "^16.0.1",
|
|
59
59
|
"@testing-library/user-event": "^14.5.1",
|
|
60
|
-
"@types/react": "^18.3.
|
|
60
|
+
"@types/react": "^18.3.6",
|
|
61
61
|
"@types/react-dom": "^18.3.0",
|
|
62
62
|
"@vitejs/plugin-react": "^4.3.1",
|
|
63
|
-
"@vitest/coverage-v8": "^2.
|
|
64
|
-
"concurrently": "^
|
|
63
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
64
|
+
"concurrently": "^9.0.1",
|
|
65
65
|
"eslint": "^8.57.0",
|
|
66
66
|
"eslint-plugin-prettier": "^5.2.1",
|
|
67
|
-
"husky": "^9.1.
|
|
67
|
+
"husky": "^9.1.6",
|
|
68
68
|
"jsdom": "^25.0.0",
|
|
69
|
-
"lint-staged": "^15.2.
|
|
70
|
-
"msw": "^2.
|
|
69
|
+
"lint-staged": "^15.2.10",
|
|
70
|
+
"msw": "^2.4.7",
|
|
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.2",
|
|
76
76
|
"vite-plugin-svgr": "^4.2.0",
|
|
77
77
|
"vite-tsconfig-paths": "^5.0.1",
|
|
78
78
|
"vitest": "^2.0.5",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"vitest-sonar-reporter": "^2.0.0",
|
|
81
81
|
"webpack": "^5.94.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"
|