|
80 | 80 | "node": ">=14.0.0"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@babel/core": "7.23.2", |
84 |
| - "@babel/preset-env": "7.23.2", |
85 |
| - "@babel/preset-react": "7.22.15", |
86 |
| - "@babel/preset-typescript": "7.23.2", |
87 |
| - "@commitlint/cli": "18.2.0", |
88 |
| - "@commitlint/config-conventional": "18.1.0", |
| 83 | + "@babel/core": "7.23.5", |
| 84 | + "@babel/preset-env": "7.23.5", |
| 85 | + "@babel/preset-react": "7.23.3", |
| 86 | + "@babel/preset-typescript": "7.23.3", |
| 87 | + "@commitlint/cli": "18.4.3", |
| 88 | + "@commitlint/config-conventional": "18.4.3", |
89 | 89 | "@ryansonshine/commitizen": "4.2.8",
|
90 | 90 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
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", |
| 91 | + "@storybook/addon-essentials": "7.6.3", |
| 92 | + "@storybook/addon-interactions": "7.6.3", |
| 93 | + "@storybook/addon-links": "7.6.3", |
| 94 | + "@storybook/blocks": "7.6.3", |
| 95 | + "@storybook/react": "7.6.3", |
| 96 | + "@storybook/react-webpack5": "7.6.3", |
97 | 97 | "@storybook/storybook-deployer": "2.8.16",
|
98 | 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.10", |
102 |
| - "@types/react": "18.2.34", |
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", |
| 101 | + "@types/node": "20.10.2", |
| 102 | + "@types/react": "18.2.40", |
| 103 | + "@types/react-dom": "18.2.17", |
| 104 | + "@types/react-test-renderer": "18.0.7", |
| 105 | + "@typescript-eslint/eslint-plugin": "6.13.1", |
| 106 | + "@typescript-eslint/parser": "6.13.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 | 110 | "concurrently": "8.2.2",
|
111 |
| - "eslint": "8.53.0", |
| 111 | + "eslint": "8.55.0", |
112 | 112 | "eslint-config-airbnb": "19.0.4",
|
113 | 113 | "eslint-config-prettier": "9.0.0",
|
114 | 114 | "eslint-plugin-import": "2.29.0",
|
|
123 | 123 | "eslint-plugin-unused-imports": "3.0.0",
|
124 | 124 | "husky": "8.0.3",
|
125 | 125 | "jsdom": "^23.0.0",
|
126 |
| - "lint-staged": "15.0.2", |
127 |
| - "prettier": "3.0.3", |
| 126 | + "lint-staged": "15.1.0", |
| 127 | + "prettier": "3.1.0", |
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": "17.0.0",
|
133 |
| - "storybook": "7.5.2", |
| 133 | + "storybook": "7.6.3", |
134 | 134 | "tsup": "8.0.1",
|
135 |
| - "typescript": "5.2.2", |
| 135 | + "typescript": "5.3.2", |
136 | 136 | "vitest": "^0.34.0",
|
137 | 137 | "yalc": "1.0.0-pre.53"
|
138 | 138 | },
|
|
0 commit comments