|
60 | 60 | "node": ">=18.0.0"
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@babel/core": "7.24.3", |
64 |
| - "@babel/preset-env": "7.24.3", |
65 |
| - "@babel/preset-react": "7.24.1", |
66 |
| - "@babel/preset-typescript": "7.24.1", |
| 63 | + "@babel/core": "7.24.6", |
| 64 | + "@babel/preset-env": "7.24.6", |
| 65 | + "@babel/preset-react": "7.24.6", |
| 66 | + "@babel/preset-typescript": "7.24.6", |
67 | 67 | "@ryansonshine/commitizen": "4.2.8",
|
68 | 68 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
69 |
| - "@storybook/addon-essentials": "8.0.5", |
70 |
| - "@storybook/addon-interactions": "8.0.5", |
71 |
| - "@storybook/addon-links": "8.0.5", |
| 69 | + "@storybook/addon-essentials": "8.1.4", |
| 70 | + "@storybook/addon-interactions": "8.1.4", |
| 71 | + "@storybook/addon-links": "8.1.4", |
72 | 72 | "@storybook/addon-webpack5-compiler-swc": "1.0.2",
|
73 |
| - "@storybook/blocks": "8.0.5", |
74 |
| - "@storybook/react": "8.0.5", |
75 |
| - "@storybook/react-webpack5": "8.0.5", |
76 |
| - "@storybook/test": "8.0.5", |
77 |
| - "@testing-library/jest-dom": "6.4.2", |
78 |
| - "@testing-library/react": "15.0.5", |
79 |
| - "@types/node": "20.12.2", |
80 |
| - "@types/react": "18.2.73", |
81 |
| - "@types/react-dom": "18.2.23", |
82 |
| - "@types/react-test-renderer": "18.0.7", |
83 |
| - "@typescript-eslint/eslint-plugin": "7.4.0", |
84 |
| - "@typescript-eslint/parser": "7.4.0", |
85 |
| - "@vitejs/plugin-react": "4.2.1", |
86 |
| - "@vitest/coverage-v8": "1.4.0", |
| 73 | + "@storybook/blocks": "8.1.4", |
| 74 | + "@storybook/react": "8.1.4", |
| 75 | + "@storybook/react-webpack5": "8.1.4", |
| 76 | + "@storybook/test": "8.1.4", |
| 77 | + "@testing-library/jest-dom": "6.4.5", |
| 78 | + "@testing-library/react": "15.0.7", |
| 79 | + "@types/node": "20.12.12", |
| 80 | + "@types/react": "18.3.3", |
| 81 | + "@types/react-dom": "18.3.0", |
| 82 | + "@types/react-test-renderer": "18.3.0", |
| 83 | + "@typescript-eslint/eslint-plugin": "7.11.0", |
| 84 | + "@typescript-eslint/parser": "7.11.0", |
| 85 | + "@vitejs/plugin-react": "4.3.0", |
| 86 | + "@vitest/coverage-v8": "1.6.0", |
87 | 87 | "babel-loader": "9.1.3",
|
88 | 88 | "concurrently": "8.2.2",
|
89 | 89 | "eslint": "8.57.0",
|
|
93 | 93 | "eslint-plugin-jsx-a11y": "6.8.0",
|
94 | 94 | "eslint-plugin-prefer-arrow": "1.2.3",
|
95 | 95 | "eslint-plugin-prettier": "5.1.3",
|
96 |
| - "eslint-plugin-react": "7.34.1", |
97 |
| - "eslint-plugin-react-hooks": "4.6.0", |
| 96 | + "eslint-plugin-react": "7.34.2", |
| 97 | + "eslint-plugin-react-hooks": "4.6.2", |
98 | 98 | "eslint-plugin-sort-class-members": "1.20.0",
|
99 | 99 | "eslint-plugin-storybook": "0.8.0",
|
100 | 100 | "eslint-plugin-typescript-sort-keys": "3.2.0",
|
101 | 101 | "eslint-plugin-unused-imports": "3.1.0",
|
102 | 102 | "husky": "9.0.11",
|
103 |
| - "jsdom": "24.0.0", |
104 |
| - "lint-staged": "15.2.2", |
| 103 | + "jsdom": "24.1.0", |
| 104 | + "lint-staged": "15.2.5", |
105 | 105 | "prettier": "3.2.5",
|
106 | 106 | "prop-types": "15.8.1",
|
107 |
| - "react": "18.2.0", |
108 |
| - "react-dom": "18.2.0", |
109 |
| - "react-test-renderer": "18.2.0", |
110 |
| - "release-it": "17.1.1", |
111 |
| - "storybook": "8.0.5", |
| 107 | + "react": "18.3.1", |
| 108 | + "react-dom": "18.3.1", |
| 109 | + "react-test-renderer": "18.3.1", |
| 110 | + "release-it": "17.3.0", |
| 111 | + "storybook": "8.1.4", |
112 | 112 | "ts-node": "10.9.2",
|
113 | 113 | "tsconfig-paths": "4.2.0",
|
114 | 114 | "tsup": "8.0.2",
|
115 |
| - "tsx": "4.7.1", |
116 |
| - "typescript": "5.4.3", |
117 |
| - "vitest": "1.4.0" |
| 115 | + "tsx": "4.11.0", |
| 116 | + "typescript": "5.4.5", |
| 117 | + "vitest": "1.6.0" |
118 | 118 | },
|
119 | 119 | "peerDependencies": {
|
120 | 120 | "react": ">=17",
|
|
0 commit comments