|
1 | 1 | {
|
2 | 2 | "name": "@chanzuckerberg/eds",
|
3 |
| - "version": "15.2.0", |
| 3 | + "version": "15.2.1", |
4 | 4 | "description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications",
|
5 | 5 | "author": "CZI <[email protected]>",
|
6 | 6 | "homepage": "https://github.com/chanzuckerberg/edu-design-system",
|
|
112 | 112 | "yargs": "^17.7.2"
|
113 | 113 | },
|
114 | 114 | "devDependencies": {
|
115 |
| - "@babel/preset-env": "^7.24.8", |
| 115 | + "@babel/preset-env": "^7.25.3", |
116 | 116 | "@babel/preset-react": "^7.24.7",
|
117 | 117 | "@babel/preset-typescript": "^7.24.7",
|
118 |
| - "@chanzuckerberg/axe-storybook-testing": "^8.0.2", |
| 118 | + "@chanzuckerberg/axe-storybook-testing": "^8.2.0", |
119 | 119 | "@chanzuckerberg/eslint-config-edu-js": "^1.1.0",
|
120 | 120 | "@chanzuckerberg/eslint-config-edu-ts": "^1.0.9",
|
121 | 121 | "@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9",
|
|
125 | 125 | "@commitlint/cli": "^18.6.1",
|
126 | 126 | "@commitlint/config-conventional": "^18.6.3",
|
127 | 127 | "@geometricpanda/storybook-addon-badges": "^2.0.2",
|
128 |
| - "@omlet/cli": "^1.9.0", |
| 128 | + "@omlet/cli": "^1.10.1", |
129 | 129 | "@rollup/plugin-node-resolve": "^15.2.3",
|
130 | 130 | "@rollup/plugin-typescript": "^11.1.6",
|
131 | 131 | "@size-limit/file": "^8.2.6",
|
132 |
| - "@storybook/addon-a11y": "^8.2.4", |
133 |
| - "@storybook/addon-essentials": "^8.2.4", |
134 |
| - "@storybook/addon-interactions": "^8.2.4", |
135 |
| - "@storybook/addon-links": "^8.2.4", |
136 |
| - "@storybook/addon-mdx-gfm": "^8.2.4", |
| 132 | + "@storybook/addon-a11y": "^8.2.7", |
| 133 | + "@storybook/addon-essentials": "^8.2.7", |
| 134 | + "@storybook/addon-interactions": "^8.2.7", |
| 135 | + "@storybook/addon-links": "^8.2.7", |
| 136 | + "@storybook/addon-mdx-gfm": "^8.2.7", |
137 | 137 | "@storybook/addon-styling": "^1.3.7",
|
138 | 138 | "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
139 |
| - "@storybook/manager-api": "^8.2.4", |
140 |
| - "@storybook/react": "^8.2.4", |
141 |
| - "@storybook/react-webpack5": "^8.2.4", |
142 |
| - "@storybook/test": "^8.2.4", |
| 139 | + "@storybook/manager-api": "^8.2.7", |
| 140 | + "@storybook/react": "^8.2.7", |
| 141 | + "@storybook/react-webpack5": "^8.2.7", |
| 142 | + "@storybook/test": "^8.2.7", |
143 | 143 | "@storybook/testing-library": "^0.2.2",
|
144 |
| - "@storybook/theming": "^8.2.4", |
145 |
| - "@testing-library/jest-dom": "^6.4.6", |
| 144 | + "@storybook/theming": "^8.2.7", |
| 145 | + "@testing-library/jest-dom": "^6.4.8", |
146 | 146 | "@testing-library/react": "^16.0.0",
|
147 | 147 | "@testing-library/user-event": "^14.5.2",
|
148 | 148 | "@types/jest": "^29.5.12",
|
149 | 149 | "@types/jsonfile": "^6",
|
150 | 150 | "@types/lodash": "^4.17.7",
|
151 |
| - "@types/node": "^20.14.11", |
| 151 | + "@types/node": "^20.14.14", |
152 | 152 | "@types/react": "^18.3.3",
|
153 | 153 | "@types/react-beautiful-dnd": "^13.1.8",
|
154 | 154 | "@types/react-dom": "^18.3.0",
|
155 | 155 | "@types/react-portal": "^4.0.7",
|
156 | 156 | "@types/yargs": "^17.0.32",
|
157 |
| - "axe-core": "4.9.1", |
158 |
| - "chromatic": "^11.5.5", |
| 157 | + "axe-core": "4.10.0", |
| 158 | + "chromatic": "^11.7.0", |
159 | 159 | "codecov": "^3.8.3",
|
160 | 160 | "copyfiles": "^2.4.1",
|
161 | 161 | "eslint": "^8.57.0",
|
|
171 | 171 | "jest-preset-stylelint": "^6.3.2",
|
172 | 172 | "lint-staged": "^13.3.0",
|
173 | 173 | "plop": "^4.0.1",
|
174 |
| - "postcss": "^8.4.39", |
| 174 | + "postcss": "^8.4.40", |
175 | 175 | "postcss-cli": "^10.1.0",
|
176 | 176 | "postcss-import": "^15.1.0",
|
177 | 177 | "postcss-mixins": "^9.0.4",
|
178 |
| - "postcss-nested": "^6.0.1", |
| 178 | + "postcss-nested": "^6.2.0", |
179 | 179 | "postcss-simple-vars": "^7.0.1",
|
180 | 180 | "prettier": "^3.1.0",
|
181 | 181 | "prettier-plugin-tailwindcss": "^0.5.7",
|
182 | 182 | "react": "^18.2.0",
|
183 | 183 | "react-dom": "^18.2.0",
|
184 |
| - "rollup": "^4.18.1", |
| 184 | + "rollup": "^4.19.2", |
185 | 185 | "rollup-plugin-postcss": "^4.0.2",
|
186 | 186 | "size-limit": "^8.2.6",
|
187 | 187 | "standard-version": "^9.5.0",
|
188 |
| - "storybook": "^8.2.4", |
| 188 | + "storybook": "^8.2.7", |
189 | 189 | "style-dictionary": "^3.9.2",
|
190 | 190 | "stylelint": "^15.11.0",
|
191 | 191 | "stylelint-config-recommended": "^13.0.0",
|
192 |
| - "tailwindcss": "^3.4.6", |
193 |
| - "ts-jest": "^29.2.3", |
194 |
| - "typescript": "^5.5.2" |
| 192 | + "tailwindcss": "^3.4.7", |
| 193 | + "ts-jest": "^29.2.4", |
| 194 | + "typescript": "^5.5.4" |
195 | 195 | },
|
196 | 196 | "lint-staged": {
|
197 | 197 | "*.{js,jsx,ts,tsx}": [
|
|
0 commit comments