|
80 | 80 | "node": ">=14.0.0"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@babel/core": "7.23.0", |
84 |
| - "@babel/preset-env": "7.22.20", |
| 83 | + "@babel/core": "7.23.2", |
| 84 | + "@babel/preset-env": "7.23.2", |
85 | 85 | "@babel/preset-react": "7.22.15",
|
86 |
| - "@babel/preset-typescript": "7.23.0", |
87 |
| - "@commitlint/cli": "17.7.2", |
88 |
| - "@commitlint/config-conventional": "17.7.0", |
| 86 | + "@babel/preset-typescript": "7.23.2", |
| 87 | + "@commitlint/cli": "17.8.1", |
| 88 | + "@commitlint/config-conventional": "17.8.1", |
89 | 89 | "@ryansonshine/commitizen": "4.2.8",
|
90 | 90 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
91 |
| - "@storybook/addon-essentials": "7.4.5", |
92 |
| - "@storybook/addon-interactions": "7.4.5", |
93 |
| - "@storybook/addon-links": "7.4.5", |
94 |
| - "@storybook/blocks": "7.4.5", |
95 |
| - "@storybook/react": "7.4.5", |
96 |
| - "@storybook/react-webpack5": "7.4.5", |
| 91 | + "@storybook/addon-essentials": "7.5.2", |
| 92 | + "@storybook/addon-interactions": "7.5.2", |
| 93 | + "@storybook/addon-links": "7.5.2", |
| 94 | + "@storybook/blocks": "7.5.2", |
| 95 | + "@storybook/react": "7.5.2", |
| 96 | + "@storybook/react-webpack5": "7.5.2", |
97 | 97 | "@storybook/storybook-deployer": "2.8.16",
|
98 |
| - "@storybook/testing-library": "0.2.1", |
| 98 | + "@storybook/testing-library": "0.2.2", |
99 | 99 | "@testing-library/jest-dom": "^6.0.0",
|
100 | 100 | "@testing-library/react": "^14.0.0",
|
101 |
| - "@types/node": "20.8.0", |
102 |
| - "@types/react": "18.2.24", |
103 |
| - "@types/react-dom": "18.2.8", |
104 |
| - "@types/react-test-renderer": "18.0.3", |
105 |
| - "@typescript-eslint/eslint-plugin": "6.7.3", |
106 |
| - "@typescript-eslint/parser": "6.7.3", |
| 101 | + "@types/node": "20.8.10", |
| 102 | + "@types/react": "18.2.33", |
| 103 | + "@types/react-dom": "18.2.14", |
| 104 | + "@types/react-test-renderer": "18.0.5", |
| 105 | + "@typescript-eslint/eslint-plugin": "6.9.1", |
| 106 | + "@typescript-eslint/parser": "6.9.1", |
107 | 107 | "@vitejs/plugin-react": "^4.0.3",
|
108 | 108 | "@vitest/coverage-v8": "^0.34.0",
|
109 | 109 | "babel-loader": "9.1.3",
|
110 |
| - "concurrently": "8.2.1", |
111 |
| - "eslint": "8.50.0", |
| 110 | + "concurrently": "8.2.2", |
| 111 | + "eslint": "8.52.0", |
112 | 112 | "eslint-config-airbnb": "19.0.4",
|
113 | 113 | "eslint-config-prettier": "9.0.0",
|
114 |
| - "eslint-plugin-import": "2.28.1", |
| 114 | + "eslint-plugin-import": "2.29.0", |
115 | 115 | "eslint-plugin-jsx-a11y": "6.7.1",
|
116 | 116 | "eslint-plugin-prefer-arrow": "1.2.3",
|
117 |
| - "eslint-plugin-prettier": "5.0.0", |
| 117 | + "eslint-plugin-prettier": "5.0.1", |
118 | 118 | "eslint-plugin-react": "7.33.2",
|
119 | 119 | "eslint-plugin-react-hooks": "4.6.0",
|
120 | 120 | "eslint-plugin-sort-class-members": "^1.18.0",
|
121 |
| - "eslint-plugin-storybook": "0.6.14", |
122 |
| - "eslint-plugin-typescript-sort-keys": "3.0.0", |
| 121 | + "eslint-plugin-storybook": "0.6.15", |
| 122 | + "eslint-plugin-typescript-sort-keys": "3.1.0", |
123 | 123 | "eslint-plugin-unused-imports": "3.0.0",
|
124 | 124 | "husky": "8.0.3",
|
125 | 125 | "jsdom": "^22.1.0",
|
|
130 | 130 | "react-dom": "18.2.0",
|
131 | 131 | "react-test-renderer": "18.2.0",
|
132 | 132 | "release-it": "16.2.1",
|
133 |
| - "storybook": "7.4.5", |
| 133 | + "storybook": "7.5.2", |
134 | 134 | "tsup": "7.2.0",
|
135 | 135 | "typescript": "5.2.2",
|
136 | 136 | "vitest": "^0.34.0",
|
|
0 commit comments