|
1 | 1 | { |
2 | 2 | "name": "@looker/components", |
3 | 3 | "license": "MIT", |
4 | | - "version": "0.7.28", |
| 4 | + "version": "0.7.29", |
5 | 5 | "main": "dist/cjs/index.js", |
6 | 6 | "types": "dist/types/index.d.ts", |
7 | 7 | "module": "dist/esm/index.js", |
|
25 | 25 | "develop-playground": "ttsc --project tsconfig.build.json --watch --module es2015 --target es6 --outDir dist/esm" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@looker/components-providers": "^0.7.28", |
29 | | - "@looker/design-tokens": "^0.7.28", |
30 | | - "@looker/icons": "^0.7.28", |
| 28 | + "@looker/components-providers": "^0.7.29", |
| 29 | + "@looker/design-tokens": "^0.7.29", |
| 30 | + "@looker/icons": "^0.7.29", |
31 | 31 | "@popperjs/core": "^2.3.3", |
| 32 | + "@types/styled-system": "^5.1.9", |
32 | 33 | "btoa": "^1.2.1", |
33 | 34 | "d3-color": "^1.4.1", |
34 | 35 | "d3-hsv": "^0.1.0", |
|
41 | 42 | "react-hotkeys": "^2.0.0", |
42 | 43 | "react-resize-detector": "^4.2.3", |
43 | 44 | "react-transition-group": "^4.3.0", |
44 | | - "@types/styled-system": "^5.1.9", |
45 | 45 | "styled-system": "^5.1.5", |
46 | 46 | "uuid": "^7.0.3" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@looker/components-test-utils": "^0.7.28", |
| 49 | + "@looker/components-test-utils": "^0.7.29", |
50 | 50 | "@testing-library/jest-dom": "^5.1.1", |
51 | 51 | "@testing-library/react": "^10.0.2", |
52 | 52 | "@types/btoa": "^1.2.3", |
|
0 commit comments