|
89 | 89 | "node": ">=14.0.0"
|
90 | 90 | },
|
91 | 91 | "devDependencies": {
|
92 |
| - "@babel/core": "7.22.10", |
93 |
| - "@babel/preset-env": "7.22.10", |
94 |
| - "@babel/preset-react": "7.22.5", |
95 |
| - "@babel/preset-typescript": "7.22.5", |
96 |
| - "@commitlint/cli": "17.6.7", |
97 |
| - "@commitlint/config-conventional": "17.6.7", |
| 92 | + "@babel/core": "7.23.9", |
| 93 | + "@babel/preset-env": "7.23.9", |
| 94 | + "@babel/preset-react": "7.23.3", |
| 95 | + "@babel/preset-typescript": "7.23.3", |
| 96 | + "@commitlint/cli": "17.8.1", |
| 97 | + "@commitlint/config-conventional": "17.8.1", |
98 | 98 | "@ryansonshine/commitizen": "4.2.8",
|
99 | 99 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
100 |
| - "@storybook/addon-essentials": "7.2.1", |
101 |
| - "@storybook/addon-interactions": "7.2.1", |
102 |
| - "@storybook/addon-links": "7.2.1", |
103 |
| - "@storybook/blocks": "7.2.1", |
104 |
| - "@storybook/react": "7.2.1", |
105 |
| - "@storybook/react-webpack5": "7.2.1", |
| 100 | + "@storybook/addon-essentials": "7.6.11", |
| 101 | + "@storybook/addon-interactions": "7.6.11", |
| 102 | + "@storybook/addon-links": "7.6.11", |
| 103 | + "@storybook/blocks": "7.6.11", |
| 104 | + "@storybook/react": "7.6.11", |
| 105 | + "@storybook/react-webpack5": "7.6.11", |
106 | 106 | "@storybook/storybook-deployer": "2.8.16",
|
107 |
| - "@storybook/testing-library": "0.2.0", |
| 107 | + "@storybook/testing-library": "0.2.2", |
108 | 108 | "@testing-library/jest-dom": "^5.17.0",
|
109 | 109 | "@testing-library/react": "^14.0.0",
|
110 |
| - "@types/node": "20.4.8", |
111 |
| - "@types/react": "18.2.19", |
112 |
| - "@types/react-dom": "18.2.7", |
113 |
| - "@types/react-test-renderer": "18.0.0", |
114 |
| - "@typescript-eslint/eslint-plugin": "6.3.0", |
115 |
| - "@typescript-eslint/parser": "6.3.0", |
| 110 | + "@types/node": "20.11.13", |
| 111 | + "@types/react": "18.2.48", |
| 112 | + "@types/react-dom": "18.2.18", |
| 113 | + "@types/react-test-renderer": "18.0.7", |
| 114 | + "@typescript-eslint/eslint-plugin": "6.20.0", |
| 115 | + "@typescript-eslint/parser": "6.20.0", |
116 | 116 | "@vitejs/plugin-react": "^4.0.3",
|
117 | 117 | "@vitest/coverage-v8": "^0.34.0",
|
118 | 118 | "babel-loader": "9.1.3",
|
119 |
| - "concurrently": "8.2.0", |
120 |
| - "eslint": "8.46.0", |
| 119 | + "concurrently": "8.2.2", |
| 120 | + "eslint": "8.56.0", |
121 | 121 | "eslint-config-airbnb": "19.0.4",
|
122 |
| - "eslint-config-prettier": "9.0.0", |
123 |
| - "eslint-plugin-import": "2.28.0", |
124 |
| - "eslint-plugin-jsx-a11y": "6.7.1", |
| 122 | + "eslint-config-prettier": "9.1.0", |
| 123 | + "eslint-plugin-import": "2.29.1", |
| 124 | + "eslint-plugin-jsx-a11y": "6.8.0", |
125 | 125 | "eslint-plugin-prefer-arrow": "1.2.3",
|
126 |
| - "eslint-plugin-prettier": "5.0.0", |
127 |
| - "eslint-plugin-react": "7.33.1", |
| 126 | + "eslint-plugin-prettier": "5.1.3", |
| 127 | + "eslint-plugin-react": "7.33.2", |
128 | 128 | "eslint-plugin-react-hooks": "4.6.0",
|
129 | 129 | "eslint-plugin-sort-class-members": "^1.18.0",
|
130 |
| - "eslint-plugin-storybook": "0.6.13", |
| 130 | + "eslint-plugin-storybook": "0.6.15", |
131 | 131 | "eslint-plugin-typescript-sort-keys": "2.3.0",
|
132 | 132 | "eslint-plugin-unused-imports": "3.0.0",
|
133 | 133 | "husky": "8.0.3",
|
134 | 134 | "jsdom": "^22.1.0",
|
135 |
| - "lint-staged": "13.2.3", |
136 |
| - "prettier": "3.0.1", |
| 135 | + "lint-staged": "13.3.0", |
| 136 | + "prettier": "3.2.4", |
137 | 137 | "prop-types": "15.8.1",
|
138 | 138 | "react": "18.2.0",
|
139 | 139 | "react-dom": "18.2.0",
|
140 | 140 | "react-test-renderer": "18.2.0",
|
141 |
| - "release-it": "16.1.3", |
142 |
| - "storybook": "7.2.1", |
143 |
| - "tsdoc-markdown": "^0.0.4", |
| 141 | + "release-it": "16.3.0", |
| 142 | + "storybook": "7.6.11", |
| 143 | + "tsdoc-markdown": "^0.1.0", |
144 | 144 | "tsup": "7.2.0",
|
145 |
| - "typescript": "5.1.6", |
| 145 | + "typescript": "5.3.3", |
146 | 146 | "vitest": "^0.34.0",
|
147 | 147 | "yalc": "1.0.0-pre.53"
|
148 | 148 | },
|
|
0 commit comments