|
80 | 80 | "node": ">=14.0.0"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@babel/core": "7.22.11", |
84 |
| - "@babel/preset-env": "7.22.14", |
85 |
| - "@babel/preset-react": "7.22.5", |
86 |
| - "@babel/preset-typescript": "7.22.11", |
87 |
| - "@commitlint/cli": "17.7.1", |
| 83 | + "@babel/core": "7.23.0", |
| 84 | + "@babel/preset-env": "7.22.20", |
| 85 | + "@babel/preset-react": "7.22.15", |
| 86 | + "@babel/preset-typescript": "7.23.0", |
| 87 | + "@commitlint/cli": "17.7.2", |
88 | 88 | "@commitlint/config-conventional": "17.7.0",
|
89 | 89 | "@ryansonshine/commitizen": "4.2.8",
|
90 | 90 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
91 |
| - "@storybook/addon-essentials": "7.4.0", |
92 |
| - "@storybook/addon-interactions": "7.4.0", |
93 |
| - "@storybook/addon-links": "7.4.0", |
94 |
| - "@storybook/blocks": "7.4.0", |
95 |
| - "@storybook/react": "7.4.0", |
96 |
| - "@storybook/react-webpack5": "7.4.0", |
| 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", |
97 | 97 | "@storybook/storybook-deployer": "2.8.16",
|
98 |
| - "@storybook/testing-library": "0.2.0", |
| 98 | + "@storybook/testing-library": "0.2.1", |
99 | 99 | "@testing-library/jest-dom": "^6.0.0",
|
100 | 100 | "@testing-library/react": "^14.0.0",
|
101 |
| - "@types/node": "20.5.9", |
102 |
| - "@types/react": "18.2.21", |
103 |
| - "@types/react-dom": "18.2.7", |
104 |
| - "@types/react-test-renderer": "18.0.0", |
105 |
| - "@typescript-eslint/eslint-plugin": "6.5.0", |
106 |
| - "@typescript-eslint/parser": "6.5.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", |
107 | 107 | "@vitejs/plugin-react": "^4.0.3",
|
108 | 108 | "@vitest/coverage-v8": "^0.34.0",
|
109 | 109 | "babel-loader": "9.1.3",
|
110 | 110 | "concurrently": "8.2.1",
|
111 |
| - "eslint": "8.48.0", |
| 111 | + "eslint": "8.50.0", |
112 | 112 | "eslint-config-airbnb": "19.0.4",
|
113 | 113 | "eslint-config-prettier": "9.0.0",
|
114 | 114 | "eslint-plugin-import": "2.28.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.13", |
| 121 | + "eslint-plugin-storybook": "0.6.14", |
122 | 122 | "eslint-plugin-typescript-sort-keys": "3.0.0",
|
123 | 123 | "eslint-plugin-unused-imports": "3.0.0",
|
124 | 124 | "husky": "8.0.3",
|
|
129 | 129 | "react": "18.2.0",
|
130 | 130 | "react-dom": "18.2.0",
|
131 | 131 | "react-test-renderer": "18.2.0",
|
132 |
| - "release-it": "16.1.5", |
133 |
| - "storybook": "7.4.0", |
| 132 | + "release-it": "16.2.1", |
| 133 | + "storybook": "7.4.5", |
134 | 134 | "tsup": "7.2.0",
|
135 | 135 | "typescript": "5.2.2",
|
136 | 136 | "vitest": "^0.34.0",
|
|
0 commit comments