|
80 | 80 | "node": ">=14.0.0"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@babel/core": "7.22.9", |
84 |
| - "@babel/preset-env": "7.22.9", |
| 83 | + "@babel/core": "7.22.10", |
| 84 | + "@babel/preset-env": "7.22.10", |
85 | 85 | "@babel/preset-react": "7.22.5",
|
86 | 86 | "@babel/preset-typescript": "7.22.5",
|
87 | 87 | "@commitlint/cli": "17.6.7",
|
88 | 88 | "@commitlint/config-conventional": "17.6.7",
|
89 | 89 | "@ryansonshine/commitizen": "4.2.8",
|
90 | 90 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
91 |
| - "@storybook/addon-essentials": "7.2.0", |
92 |
| - "@storybook/addon-interactions": "7.2.0", |
93 |
| - "@storybook/addon-links": "7.2.0", |
94 |
| - "@storybook/blocks": "7.2.0", |
95 |
| - "@storybook/react": "7.2.0", |
96 |
| - "@storybook/react-webpack5": "7.2.0", |
| 91 | + "@storybook/addon-essentials": "7.2.1", |
| 92 | + "@storybook/addon-interactions": "7.2.1", |
| 93 | + "@storybook/addon-links": "7.2.1", |
| 94 | + "@storybook/blocks": "7.2.1", |
| 95 | + "@storybook/react": "7.2.1", |
| 96 | + "@storybook/react-webpack5": "7.2.1", |
97 | 97 | "@storybook/storybook-deployer": "2.8.16",
|
98 | 98 | "@storybook/testing-library": "0.2.0",
|
99 | 99 | "@testing-library/jest-dom": "^5.17.0",
|
100 | 100 | "@testing-library/react": "^14.0.0",
|
101 |
| - "@types/node": "20.4.5", |
102 |
| - "@types/react": "18.2.18", |
| 101 | + "@types/node": "20.4.8", |
| 102 | + "@types/react": "18.2.19", |
103 | 103 | "@types/react-dom": "18.2.7",
|
104 | 104 | "@types/react-test-renderer": "18.0.0",
|
105 |
| - "@typescript-eslint/eslint-plugin": "6.2.1", |
106 |
| - "@typescript-eslint/parser": "6.2.1", |
| 105 | + "@typescript-eslint/eslint-plugin": "6.3.0", |
| 106 | + "@typescript-eslint/parser": "6.3.0", |
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.0",
|
111 | 111 | "eslint": "8.46.0",
|
112 | 112 | "eslint-config-airbnb": "19.0.4",
|
113 |
| - "eslint-config-prettier": "8.9.0", |
| 113 | + "eslint-config-prettier": "9.0.0", |
114 | 114 | "eslint-plugin-import": "2.28.0",
|
115 | 115 | "eslint-plugin-jsx-a11y": "6.7.1",
|
116 | 116 | "eslint-plugin-prefer-arrow": "1.2.3",
|
|
124 | 124 | "husky": "8.0.3",
|
125 | 125 | "jsdom": "^22.1.0",
|
126 | 126 | "lint-staged": "13.2.3",
|
127 |
| - "prettier": "3.0.0", |
| 127 | + "prettier": "3.0.1", |
128 | 128 | "prop-types": "15.8.1",
|
129 | 129 | "react": "18.2.0",
|
130 | 130 | "react-dom": "18.2.0",
|
131 | 131 | "react-test-renderer": "18.2.0",
|
132 | 132 | "release-it": "16.1.3",
|
133 |
| - "storybook": "7.2.0", |
134 |
| - "tsup": "7.1.0", |
| 133 | + "storybook": "7.2.1", |
| 134 | + "tsup": "7.2.0", |
135 | 135 | "typescript": "5.1.6",
|
136 | 136 | "vitest": "^0.34.0",
|
137 | 137 | "yalc": "1.0.0-pre.53"
|
|
0 commit comments