File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed
Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.7.29 "
7+ "version" : " 0.7.30 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
77 "module" : " dist/esm/index.js" ,
2525 "develop-playground" : " ttsc --project tsconfig.build.json --watch --module es2015 --target es6 --outDir dist/esm"
2626 },
2727 "dependencies" : {
28- "@looker/components-providers" : " ^0.7.29 " ,
29- "@looker/design-tokens" : " ^0.7.29 " ,
30- "@looker/icons" : " ^0.7.29 " ,
28+ "@looker/components-providers" : " ^0.7.30 " ,
29+ "@looker/design-tokens" : " ^0.7.30 " ,
30+ "@looker/icons" : " ^0.7.30 " ,
3131 "@popperjs/core" : " ^2.4.0" ,
3232 "@types/styled-system" : " ^5.1.9" ,
3333 "btoa" : " ^1.2.1" ,
4747 "uuid" : " ^8.0.0"
4848 },
4949 "devDependencies" : {
50- "@looker/components-test-utils" : " ^0.7.29 " ,
50+ "@looker/components-test-utils" : " ^0.7.30 " ,
5151 "@testing-library/jest-dom" : " ^5.5.0" ,
5252 "@testing-library/react" : " ^10.0.4" ,
5353 "@types/btoa" : " ^1.2.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/design-tokens" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
77 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/icons" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
77 "module" : " dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " playground" ,
3- "version" : " 0.7.29 " ,
3+ "version" : " 0.7.30 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "author" : " Looker" ,
1414 "develop" : " webpack-dev-server --port 3000 --disable-host-check"
1515 },
1616 "dependencies" : {
17- "@looker/components" : " ^0.7.29 " ,
18- "@looker/design-tokens" : " ^0.7.29 " ,
17+ "@looker/components" : " ^0.7.30 " ,
18+ "@looker/design-tokens" : " ^0.7.30 " ,
1919 "lodash" : " ^4.17.15" ,
2020 "react" : " ^16.13.1" ,
2121 "react-dom" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components-providers" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
77 "module" : " dist/esm/index.js" ,
2525 "develop" : " yarn build:es --watch --verbose & yarn declaration --watch"
2626 },
2727 "dependencies" : {
28- "@looker/design-tokens" : " ^0.7.29 "
28+ "@looker/design-tokens" : " ^0.7.30 "
2929 },
3030 "devDependencies" : {
3131 "@types/react" : " ^16.9.34" ,
Original file line number Diff line number Diff line change 22 "name" : " server" ,
33 "private" : true ,
44 "license" : " MIT" ,
5- "version" : " 0.7.29 " ,
5+ "version" : " 0.7.30 " ,
66 "main" : " index.ts" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components-test-utils" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "main" : " dist/cjs/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
77 "module" : " dist/esm/index.js" ,
2525 "develop" : " yarn build:es --watch --verbose & yarn declaration --watch"
2626 },
2727 "devDependencies" : {
28- "@looker/components-providers" : " ^0.7.29 " ,
28+ "@looker/components-providers" : " ^0.7.30 " ,
2929 "@testing-library/react" : " ^10.0.4" ,
3030 "@types/enzyme" : " ^3.10.5" ,
3131 "@types/jest" : " ^25.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " www" ,
33 "private" : true ,
4- "version" : " 0.7.29 " ,
4+ "version" : " 0.7.30 " ,
55 "dependencies" : {
66 "@mdx-js/mdx" : " ^1.6.0" ,
77 "@mdx-js/react" : " ^1.6.1" ,
2828 "react-live" : " ^2.2.2"
2929 },
3030 "devDependencies" : {
31- "@looker/components" : " ^0.7.29 " ,
32- "@looker/design-tokens" : " ^0.7.29 " ,
33- "@looker/icons" : " ^0.7.29 " ,
31+ "@looker/components" : " ^0.7.30 " ,
32+ "@looker/design-tokens" : " ^0.7.30 " ,
33+ "@looker/icons" : " ^0.7.30 " ,
3434 "@types/react" : " ^16.9.34" ,
3535 "@types/react-copy-to-clipboard" : " ^4.3.0" ,
3636 "eslint" : " ^6.8.0" ,
You can’t perform that action at this time.
0 commit comments