|
1 | 1 | {
|
2 | 2 | "name": "@chanzuckerberg/eds",
|
3 |
| - "version": "13.5.0", |
| 3 | + "version": "13.6.0", |
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",
|
|
119 | 119 | "@commitlint/cli": "^17.7.2",
|
120 | 120 | "@commitlint/config-conventional": "^17.7.0",
|
121 | 121 | "@geometricpanda/storybook-addon-badges": "^2.0.0",
|
122 |
| - "@omlet/cli": "^1.0.1-beta.36", |
123 |
| - "@rollup/plugin-node-resolve": "^15.2.1", |
124 |
| - "@rollup/plugin-typescript": "^11.1.4", |
| 122 | + "@omlet/cli": "^1.0.1-beta.37", |
| 123 | + "@rollup/plugin-node-resolve": "^15.2.2", |
| 124 | + "@rollup/plugin-typescript": "^11.1.5", |
125 | 125 | "@size-limit/file": "^8.2.6",
|
126 |
| - "@storybook/addon-a11y": "^7.4.5", |
127 |
| - "@storybook/addon-docs": "^7.4.5", |
128 |
| - "@storybook/addon-essentials": "^7.4.5", |
129 |
| - "@storybook/addon-interactions": "^7.4.5", |
130 |
| - "@storybook/addon-links": "^7.4.5", |
| 126 | + "@storybook/addon-a11y": "^7.4.6", |
| 127 | + "@storybook/addon-docs": "^7.4.6", |
| 128 | + "@storybook/addon-essentials": "^7.4.6", |
| 129 | + "@storybook/addon-interactions": "^7.4.6", |
| 130 | + "@storybook/addon-links": "^7.4.6", |
131 | 131 | "@storybook/addon-styling": "^1.3.7",
|
132 |
| - "@storybook/react": "^7.4.5", |
133 |
| - "@storybook/react-webpack5": "^7.4.5", |
| 132 | + "@storybook/react": "^7.4.6", |
| 133 | + "@storybook/react-webpack5": "^7.4.6", |
134 | 134 | "@storybook/testing-library": "^0.2.0",
|
135 | 135 | "@storybook/testing-react": "^2.0.1",
|
136 | 136 | "@testing-library/jest-dom": "^5.17.0",
|
137 | 137 | "@testing-library/react": "^13.4.0",
|
138 | 138 | "@testing-library/user-event": "^14.5.1",
|
139 | 139 | "@types/jest": "^29.5.5",
|
140 |
| - "@types/node": "^18.18.0", |
141 |
| - "@types/react": "^18.2.23", |
| 140 | + "@types/node": "^18.18.3", |
| 141 | + "@types/react": "^18.2.25", |
142 | 142 | "@types/react-beautiful-dnd": "^13.1.5",
|
143 |
| - "@types/react-dom": "^18.2.8", |
| 143 | + "@types/react-dom": "^18.2.10", |
144 | 144 | "@types/react-portal": "^4.0.4",
|
145 | 145 | "axe-core": "4.8.2",
|
146 | 146 | "chromatic": "^6.24.1",
|
147 | 147 | "codecov": "^3.8.3",
|
148 | 148 | "copyfiles": "^2.4.1",
|
149 | 149 | "eslint": "^8.50.0",
|
150 | 150 | "eslint-config-prettier": "^8.10.0",
|
151 |
| - "eslint-plugin-jest": "^27.4.0", |
| 151 | + "eslint-plugin-jest": "^27.4.2", |
152 | 152 | "eslint-plugin-prettier": "^4.2.1",
|
153 | 153 | "eslint-plugin-storybook": "^0.6.13",
|
154 | 154 | "eslint-plugin-testing-library": "^5.11.1",
|
155 | 155 | "husky": "^8.0.3",
|
156 | 156 | "identity-obj-proxy": "^3.0.0",
|
157 | 157 | "jest": "^29.7.0",
|
158 | 158 | "jest-environment-jsdom": "^29.7.0",
|
159 |
| - "jest-preset-stylelint": "^6.2.0", |
| 159 | + "jest-preset-stylelint": "^6.3.0", |
160 | 160 | "lint-staged": "^13.3.0",
|
161 | 161 | "pascal-case": "^3.1.2",
|
162 | 162 | "plop": "^3.1.2",
|
|
174 | 174 | "size-limit": "^8.2.6",
|
175 | 175 | "snake-case": "^3.0.4",
|
176 | 176 | "standard-version": "^9.5.0",
|
177 |
| - "storybook": "^7.4.5", |
| 177 | + "storybook": "^7.4.6", |
178 | 178 | "style-dictionary": "^3.8.0",
|
179 | 179 | "stylelint": "^15.10.3",
|
180 | 180 | "stylelint-config-recommended": "^10.0.1",
|
|
191 | 191 | "stylelint --fix"
|
192 | 192 | ]
|
193 | 193 | },
|
194 |
| - "packageManager": "[email protected].3" |
| 194 | + "packageManager": "[email protected].4" |
195 | 195 | }
|
0 commit comments