|
61 | 61 | "node": ">=14.0.0"
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "@babel/core": "7.23.7", |
65 |
| - "@babel/preset-env": "7.23.8", |
| 64 | + "@babel/core": "7.23.9", |
| 65 | + "@babel/preset-env": "7.23.9", |
66 | 66 | "@babel/preset-react": "7.23.3",
|
67 | 67 | "@babel/preset-typescript": "7.23.3",
|
68 |
| - "@commitlint/cli": "18.4.4", |
69 |
| - "@commitlint/config-conventional": "18.4.4", |
| 68 | + "@commitlint/cli": "18.6.0", |
| 69 | + "@commitlint/config-conventional": "18.6.0", |
70 | 70 | "@ryansonshine/commitizen": "4.2.8",
|
71 | 71 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
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", |
| 72 | + "@storybook/addon-essentials": "7.6.12", |
| 73 | + "@storybook/addon-interactions": "7.6.12", |
| 74 | + "@storybook/addon-links": "7.6.12", |
| 75 | + "@storybook/blocks": "7.6.12", |
| 76 | + "@storybook/react": "7.6.12", |
| 77 | + "@storybook/react-webpack5": "7.6.12", |
78 | 78 | "@storybook/testing-library": "0.2.2",
|
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", |
| 79 | + "@testing-library/jest-dom": "6.4.1", |
| 80 | + "@testing-library/react": "14.2.1", |
| 81 | + "@types/node": "20.11.16", |
| 82 | + "@types/react": "18.2.51", |
83 | 83 | "@types/react-dom": "18.2.18",
|
84 | 84 | "@types/react-test-renderer": "18.0.7",
|
85 |
| - "@typescript-eslint/eslint-plugin": "6.19.0", |
86 |
| - "@typescript-eslint/parser": "6.19.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "6.20.0", |
| 86 | + "@typescript-eslint/parser": "6.20.0", |
87 | 87 | "@vitejs/plugin-react": "4.2.1",
|
88 |
| - "@vitest/coverage-v8": "1.2.1", |
| 88 | + "@vitest/coverage-v8": "1.2.2", |
89 | 89 | "babel-loader": "9.1.3",
|
90 | 90 | "concurrently": "8.2.2",
|
91 | 91 | "eslint": "8.56.0",
|
|
103 | 103 | "eslint-plugin-unused-imports": "3.0.0",
|
104 | 104 | "husky": "9.0.10",
|
105 | 105 | "jsdom": "24.0.0",
|
106 |
| - "lint-staged": "15.2.0", |
| 106 | + "lint-staged": "15.2.1", |
107 | 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 |
| - "release-it": "17.0.1", |
113 |
| - "storybook": "7.6.10", |
| 112 | + "release-it": "17.0.3", |
| 113 | + "storybook": "7.6.12", |
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.2.1", |
| 118 | + "vitest": "1.2.2", |
119 | 119 | "yalc": "1.0.0-pre.53"
|
120 | 120 | },
|
121 | 121 | "peerDependencies": {
|
|
0 commit comments