|
1 | 1 | {
|
2 | 2 | "name": "react-starter-vitejs",
|
3 | 3 | "description": "This repository is a starter project that use React Toolkit Axa and Vite.",
|
4 |
| - "version": "0.5.5", |
| 4 | + "version": "1.0.0", |
5 | 5 | "private": true,
|
6 | 6 | "type": "module",
|
7 | 7 | "scripts": {
|
|
18 | 18 | "prettier:fix": "prettier --write src",
|
19 | 19 | "check": "npm run prettier && npm run lint",
|
20 | 20 | "fix": "npm run prettier:fix && npm run lint:fix",
|
21 |
| - "prepare": "husky install", |
| 21 | + "prepare": "husky", |
22 | 22 | "cz": "cz",
|
23 | 23 | "clean": "cd ./scripts && npm i && npm start && cd .. && npx rimraf ./scripts",
|
24 | 24 | "copy": "cd ./scripts && npm i && npm run copy"
|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 |
| - "@axa-fr/react-oidc": "7.12.12", |
| 27 | + "@axa-fr/react-oidc": "7.15.4", |
28 | 28 | "@axa-fr/react-toolkit-all": "2.2.0",
|
29 | 29 | "@axa-fr/react-toolkit-core": "2.2.0",
|
30 |
| - "@tanstack/react-query": "5.17.15", |
31 |
| - "@tanstack/react-query-devtools": "5.17.15", |
| 30 | + "@tanstack/react-query": "5.18.1", |
| 31 | + "@tanstack/react-query-devtools": "5.18.1", |
32 | 32 | "@uiw/react-textarea-code-editor": "3.0.2",
|
33 |
| - "axe-core": "4.8.3", |
| 33 | + "axe-core": "4.8.4", |
34 | 34 | "cross-fetch": "4.0.0",
|
35 | 35 | "downloadjs": "1.4.7",
|
36 |
| - "github-markdown-css": "5.5.0", |
| 36 | + "github-markdown-css": "5.5.1", |
37 | 37 | "lodash": "4.17.21",
|
38 | 38 | "prism-react-renderer": "2.3.1",
|
39 | 39 | "react": "18.2.0",
|
40 | 40 | "react-dom": "18.2.0",
|
41 | 41 | "react-draggable": "4.4.6",
|
42 |
| - "react-hook-form": "7.49.3", |
43 |
| - "react-live": "4.1.5", |
| 42 | + "react-hook-form": "7.50.1", |
| 43 | + "react-live": "4.1.6", |
44 | 44 | "react-markdown": "9.0.1",
|
45 |
| - "react-router-dom": "6.21.2", |
| 45 | + "react-router-dom": "6.22.0", |
46 | 46 | "rehype-slug": "6.0.0",
|
47 | 47 | "remark-gfm": "4.0.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@commitlint/cli": "18.4.4", |
51 |
| - "@commitlint/config-conventional": "18.4.4", |
52 |
| - "@testing-library/jest-dom": "6.2.0", |
53 |
| - "@testing-library/react": "14.1.2", |
| 50 | + "@commitlint/cli": "18.6.0", |
| 51 | + "@commitlint/config-conventional": "18.6.0", |
| 52 | + "@testing-library/jest-dom": "6.4.2", |
| 53 | + "@testing-library/react": "14.2.1", |
54 | 54 | "@testing-library/react-hooks": "8.0.1",
|
55 | 55 | "@testing-library/user-event": "14.5.2",
|
56 | 56 | "@types/downloadjs": "1.4.6",
|
57 | 57 | "@types/jest-axe": "3.5.9",
|
58 | 58 | "@types/lodash": "4.14.202",
|
59 |
| - "@types/node": "20.11.5", |
60 |
| - "@types/react": "18.2.48", |
61 |
| - "@types/react-dom": "18.2.18", |
62 |
| - "@typescript-eslint/eslint-plugin": "6.19.0", |
63 |
| - "@typescript-eslint/parser": "6.19.0", |
| 59 | + "@types/node": "20.11.16", |
| 60 | + "@types/react": "18.2.55", |
| 61 | + "@types/react-dom": "18.2.19", |
| 62 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
| 63 | + "@typescript-eslint/parser": "6.21.0", |
64 | 64 | "@vitejs/plugin-react": "4.2.1",
|
65 |
| - "@vitest/coverage-v8": "1.2.0", |
| 65 | + "@vitest/coverage-v8": "1.2.2", |
66 | 66 | "cz-conventional-changelog": "3.3.0",
|
67 | 67 | "eslint": "8.56.0",
|
68 | 68 | "eslint-config-airbnb": "19.0.4",
|
|
73 | 73 | "eslint-plugin-prettier": "5.1.3",
|
74 | 74 | "eslint-plugin-react": "7.33.2",
|
75 | 75 | "eslint-plugin-react-hooks": "4.6.0",
|
76 |
| - "husky": "8.0.3", |
| 76 | + "husky": "9.0.10", |
77 | 77 | "jest-axe": "8.0.0",
|
78 | 78 | "jest-cucumber": "3.0.1",
|
79 |
| - "jsdom": "23.2.0", |
80 |
| - "lint-staged": "15.2.0", |
81 |
| - "msw": "2.1.2", |
82 |
| - "prettier": "3.2.4", |
| 79 | + "jsdom": "24.0.0", |
| 80 | + "lint-staged": "15.2.2", |
| 81 | + "msw": "2.1.7", |
| 82 | + "prettier": "3.2.5", |
83 | 83 | "rollup-plugin-visualizer": "5.12.0",
|
84 |
| - "sass": "1.69.7", |
| 84 | + "sass": "1.70.0", |
85 | 85 | "serve": "14.2.1",
|
86 | 86 | "typescript": "5.3.3",
|
87 |
| - "vite": "5.0.11", |
| 87 | + "vite": "5.1.0", |
88 | 88 | "vite-tsconfig-paths": "4.3.1",
|
89 |
| - "vitest": "1.2.0", |
| 89 | + "vitest": "1.2.2", |
90 | 90 | "vitest-sonar-reporter": "1.0.0",
|
91 | 91 | "whatwg-fetch": "3.6.20"
|
92 | 92 | },
|
|
0 commit comments