|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@babel/core": "7.23.7",
|
65 |
| - "@babel/preset-env": "7.23.7", |
| 65 | + "@babel/preset-env": "7.23.8", |
66 | 66 | "@babel/preset-react": "7.23.3",
|
67 | 67 | "@babel/preset-typescript": "7.23.3",
|
68 |
| - "@commitlint/cli": "18.4.3", |
69 |
| - "@commitlint/config-conventional": "18.4.3", |
| 68 | + "@commitlint/cli": "18.4.4", |
| 69 | + "@commitlint/config-conventional": "18.4.4", |
70 | 70 | "@ryansonshine/commitizen": "4.2.8",
|
71 | 71 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
72 |
| - "@storybook/addon-essentials": "7.6.7", |
73 |
| - "@storybook/addon-interactions": "7.6.7", |
74 |
| - "@storybook/addon-links": "7.6.7", |
75 |
| - "@storybook/blocks": "7.6.7", |
76 |
| - "@storybook/react": "7.6.7", |
77 |
| - "@storybook/react-webpack5": "7.6.7", |
| 72 | + "@storybook/addon-essentials": "7.6.10", |
| 73 | + "@storybook/addon-interactions": "7.6.10", |
| 74 | + "@storybook/addon-links": "7.6.10", |
| 75 | + "@storybook/blocks": "7.6.10", |
| 76 | + "@storybook/react": "7.6.10", |
| 77 | + "@storybook/react-webpack5": "7.6.10", |
78 | 78 | "@storybook/testing-library": "0.2.2",
|
79 |
| - "@testing-library/jest-dom": "6.0.0", |
80 |
| - "@testing-library/react": "14.0.0", |
81 |
| - "@types/node": "20.10.6", |
82 |
| - "@types/react": "18.2.46", |
| 79 | + "@testing-library/jest-dom": "6.2.0", |
| 80 | + "@testing-library/react": "14.1.2", |
| 81 | + "@types/node": "20.11.5", |
| 82 | + "@types/react": "18.2.48", |
83 | 83 | "@types/react-dom": "18.2.18",
|
84 | 84 | "@types/react-test-renderer": "18.0.7",
|
85 |
| - "@typescript-eslint/eslint-plugin": "6.17.0", |
86 |
| - "@typescript-eslint/parser": "6.17.0", |
87 |
| - "@vitejs/plugin-react": "4.0.3", |
88 |
| - "@vitest/coverage-v8": "1.0.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "6.19.0", |
| 86 | + "@typescript-eslint/parser": "6.19.0", |
| 87 | + "@vitejs/plugin-react": "4.2.1", |
| 88 | + "@vitest/coverage-v8": "1.2.1", |
89 | 89 | "babel-loader": "9.1.3",
|
90 | 90 | "concurrently": "8.2.2",
|
91 | 91 | "eslint": "8.56.0",
|
|
94 | 94 | "eslint-plugin-import": "2.29.1",
|
95 | 95 | "eslint-plugin-jsx-a11y": "6.8.0",
|
96 | 96 | "eslint-plugin-prefer-arrow": "1.2.3",
|
97 |
| - "eslint-plugin-prettier": "5.1.2", |
| 97 | + "eslint-plugin-prettier": "5.1.3", |
98 | 98 | "eslint-plugin-react": "7.33.2",
|
99 | 99 | "eslint-plugin-react-hooks": "4.6.0",
|
100 |
| - "eslint-plugin-sort-class-members": "1.18.0", |
| 100 | + "eslint-plugin-sort-class-members": "1.19.0", |
101 | 101 | "eslint-plugin-storybook": "0.6.15",
|
102 | 102 | "eslint-plugin-typescript-sort-keys": "3.1.0",
|
103 | 103 | "eslint-plugin-unused-imports": "3.0.0",
|
104 | 104 | "husky": "8.0.3",
|
105 |
| - "jsdom": "23.0.0", |
| 105 | + "jsdom": "23.2.0", |
106 | 106 | "lint-staged": "15.2.0",
|
107 |
| - "prettier": "3.1.1", |
| 107 | + "prettier": "3.2.4", |
108 | 108 | "prop-types": "15.8.1",
|
109 | 109 | "react": "18.2.0",
|
110 | 110 | "react-dom": "18.2.0",
|
111 | 111 | "react-test-renderer": "18.2.0",
|
112 | 112 | "release-it": "17.0.1",
|
113 |
| - "storybook": "7.6.7", |
| 113 | + "storybook": "7.6.10", |
114 | 114 | "ts-node": "10.9.2",
|
115 | 115 | "tsconfig-paths": "4.2.0",
|
116 | 116 | "tsup": "8.0.1",
|
117 | 117 | "typescript": "5.3.3",
|
118 |
| - "vitest": "1.0.0", |
| 118 | + "vitest": "1.2.1", |
119 | 119 | "yalc": "1.0.0-pre.53"
|
120 | 120 | },
|
121 | 121 | "peerDependencies": {
|
|
0 commit comments