|
1 | 1 | { |
2 | 2 | "name": "@looker/components", |
3 | 3 | "license": "MIT", |
4 | | - "version": "0.7.8", |
| 4 | + "version": "0.7.10-alpha.0", |
5 | 5 | "main": "dist/cjs/index.js", |
6 | 6 | "types": "dist/types/index.d.ts", |
7 | 7 | "module": "dist/esm/index.js", |
|
18 | 18 | }, |
19 | 19 | "scripts": { |
20 | 20 | "build:all": "yarn clean && yarn run build:esm && yarn run build:cjs", |
21 | | - "build:esm": "ttsc --project tsconfig.build.json --module es2015 --target es5 --outDir dist/esm", |
22 | | - "build:cjs": "ttsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs", |
| 21 | + "build:esm": "ttsc --project tsconfig.build.json --module es2015 --target es6 --outDir dist/esm", |
| 22 | + "build:cjs": "ttsc --project tsconfig.build.json --module commonjs --target es6 --outDir dist/cjs", |
23 | 23 | "clean": "rm -Rf ./dist", |
24 | | - "develop": "yarn clean && ttsc --project tsconfig.build.json --watch --module commonjs --target es5 --outDir dist/cjs", |
25 | | - "develop-playground": "ttsc --project tsconfig.build.json --watch --module es2015 --target es5 --outDir dist/esm" |
| 24 | + "develop": "yarn clean && ttsc --project tsconfig.build.json --watch --module commonjs --target es6 --outDir dist/cjs", |
| 25 | + "develop-playground": "ttsc --project tsconfig.build.json --watch --module es2015 --target es6 --outDir dist/esm" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@looker/design-tokens": "^0.7.8", |
29 | | - "@looker/icons": "^0.7.7", |
| 28 | + "@looker/design-tokens": "^0.7.10-alpha.0", |
| 29 | + "@looker/icons": "^0.7.10-alpha.0", |
30 | 30 | "@types/react-transition-group": "^4.2.3", |
31 | 31 | "@types/styled-system": "^5.1.4", |
32 | 32 | "d3-color": "^1.4.0", |
|
43 | 43 | "uuid": "^3.3.3" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@looker/components-test-utils": "^0.7.8", |
| 46 | + "@looker/components-test-utils": "^0.7.10-alpha.0", |
47 | 47 | "@types/d3-color": "^1.2.2", |
48 | 48 | "@types/d3-hsv": "^0.1.3", |
49 | 49 | "@types/lodash": "^4.14.149", |
|
0 commit comments