|
1 | 1 | {
|
2 | 2 | "name": "@chanzuckerberg/eds",
|
3 |
| - "version": "13.7.1", |
| 3 | + "version": "13.8.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",
|
|
91 | 91 | "@headlessui/react": "^1.7.17",
|
92 | 92 | "@popperjs/core": "^2.11.8",
|
93 | 93 | "@tippyjs/react": "^4.2.6",
|
94 |
| - "@types/lodash": "^4.14.201", |
| 94 | + "@types/lodash": "^4.14.202", |
95 | 95 | "clsx": "^2.0.0",
|
96 | 96 | "graphemer": "^1.4.0",
|
97 | 97 | "lilconfig": "^2.1.0",
|
|
106 | 106 | "svg4everybody": "^2.1.9"
|
107 | 107 | },
|
108 | 108 | "devDependencies": {
|
109 |
| - "@babel/preset-env": "^7.23.3", |
| 109 | + "@babel/preset-env": "^7.23.5", |
110 | 110 | "@babel/preset-react": "^7.23.3",
|
111 | 111 | "@babel/preset-typescript": "^7.23.3",
|
112 | 112 | "@chanzuckerberg/axe-storybook-testing": "^7.1.3",
|
|
115 | 115 | "@chanzuckerberg/eslint-plugin-edu-react": "^1.1.9",
|
116 | 116 | "@chanzuckerberg/eslint-plugin-stories": "^3.2.14",
|
117 | 117 | "@chanzuckerberg/story-utils": "^4.0.0",
|
118 |
| - "@commitlint/cli": "^18.4.1", |
119 |
| - "@commitlint/config-conventional": "^18.4.0", |
| 118 | + "@commitlint/cli": "^18.4.3", |
| 119 | + "@commitlint/config-conventional": "^18.4.3", |
120 | 120 | "@geometricpanda/storybook-addon-badges": "^2.0.0",
|
121 |
| - "@omlet/cli": "^1.0.1-beta.38", |
| 121 | + "@omlet/cli": "^1.0.1-beta.39", |
122 | 122 | "@rollup/plugin-node-resolve": "^15.2.3",
|
123 | 123 | "@rollup/plugin-typescript": "^11.1.5",
|
124 | 124 | "@size-limit/file": "^8.2.6",
|
125 |
| - "@storybook/addon-a11y": "^7.5.3", |
126 |
| - "@storybook/addon-docs": "^7.5.3", |
127 |
| - "@storybook/addon-essentials": "^7.5.3", |
128 |
| - "@storybook/addon-interactions": "^7.5.3", |
129 |
| - "@storybook/addon-links": "^7.5.3", |
| 125 | + "@storybook/addon-a11y": "^7.6.3", |
| 126 | + "@storybook/addon-essentials": "^7.6.3", |
| 127 | + "@storybook/addon-interactions": "^7.6.3", |
| 128 | + "@storybook/addon-links": "^7.6.3", |
130 | 129 | "@storybook/addon-styling": "^1.3.7",
|
131 |
| - "@storybook/react": "^7.5.3", |
132 |
| - "@storybook/react-webpack5": "^7.5.3", |
| 130 | + "@storybook/react": "^7.6.3", |
| 131 | + "@storybook/react-webpack5": "^7.6.3", |
133 | 132 | "@storybook/testing-library": "^0.2.2",
|
134 | 133 | "@storybook/testing-react": "^2.0.1",
|
135 |
| - "@testing-library/jest-dom": "^6.1.4", |
136 |
| - "@testing-library/react": "^14.1.0", |
| 134 | + "@testing-library/jest-dom": "^6.1.5", |
| 135 | + "@testing-library/react": "^14.1.2", |
137 | 136 | "@testing-library/user-event": "^14.5.1",
|
138 |
| - "@types/jest": "^29.5.8", |
139 |
| - "@types/node": "^20.9.0", |
140 |
| - "@types/react": "^18.2.37", |
| 137 | + "@types/jest": "^29.5.10", |
| 138 | + "@types/node": "^20.10.1", |
| 139 | + "@types/react": "^18.2.39", |
141 | 140 | "@types/react-beautiful-dnd": "^13.1.7",
|
142 |
| - "@types/react-dom": "^18.2.15", |
| 141 | + "@types/react-dom": "^18.2.17", |
143 | 142 | "@types/react-portal": "^4.0.6",
|
144 | 143 | "axe-core": "4.8.2",
|
145 |
| - "chromatic": "^9.0.0", |
| 144 | + "chromatic": "^9.1.0", |
146 | 145 | "codecov": "^3.8.3",
|
147 | 146 | "copyfiles": "^2.4.1",
|
148 |
| - "eslint": "^8.53.0", |
| 147 | + "eslint": "^8.54.0", |
149 | 148 | "eslint-config-prettier": "^9.0.0",
|
150 | 149 | "eslint-plugin-jest": "^27.6.0",
|
151 | 150 | "eslint-plugin-prettier": "^5.0.1",
|
152 | 151 | "eslint-plugin-storybook": "^0.6.15",
|
153 |
| - "eslint-plugin-testing-library": "^6.1.2", |
| 152 | + "eslint-plugin-testing-library": "^6.2.0", |
154 | 153 | "husky": "^8.0.3",
|
155 | 154 | "identity-obj-proxy": "^3.0.0",
|
156 | 155 | "jest": "^29.7.0",
|
|
168 | 167 | "prettier-plugin-tailwindcss": "^0.5.7",
|
169 | 168 | "react": "^18.2.0",
|
170 | 169 | "react-dom": "^18.2.0",
|
171 |
| - "rollup": "^4.4.0", |
| 170 | + "rollup": "^4.6.1", |
172 | 171 | "rollup-plugin-postcss": "^4.0.2",
|
173 | 172 | "size-limit": "^8.2.6",
|
174 | 173 | "standard-version": "^9.5.0",
|
175 |
| - "storybook": "^7.5.3", |
| 174 | + "storybook": "^7.6.3", |
176 | 175 | "style-dictionary": "^3.9.0",
|
177 | 176 | "stylelint": "^15.11.0",
|
178 | 177 | "stylelint-config-recommended": "^13.0.0",
|
|
0 commit comments