File tree Expand file tree Collapse file tree 9 files changed +23
-23
lines changed
Expand file tree Collapse file tree 9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.7.27 "
7+ "version" : " 0.7.28 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components" ,
33 "license" : " MIT" ,
4- "version" : " 0.7.27 " ,
4+ "version" : " 0.7.28 " ,
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.26 " ,
29- "@looker/design-tokens" : " ^0.7.26 " ,
30- "@looker/icons" : " ^0.7.27 " ,
28+ "@looker/components-providers" : " ^0.7.28 " ,
29+ "@looker/design-tokens" : " ^0.7.28 " ,
30+ "@looker/icons" : " ^0.7.28 " ,
3131 "@popperjs/core" : " ^2.1.1" ,
3232 "btoa" : " ^1.2.1" ,
3333 "d3-color" : " ^1.4.0" ,
4545 "uuid" : " ^7.0.3"
4646 },
4747 "devDependencies" : {
48- "@looker/components-test-utils" : " ^0.7.26 " ,
48+ "@looker/components-test-utils" : " ^0.7.28 " ,
4949 "@testing-library/jest-dom" : " ^5.1.1" ,
5050 "@testing-library/react" : " ^10.0.2" ,
5151 "@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.26 " ,
4+ "version" : " 0.7.28 " ,
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.27 " ,
4+ "version" : " 0.7.28 " ,
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.27 " ,
3+ "version" : " 0.7.28 " ,
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.27 " ,
18- "@looker/design-tokens" : " ^0.7.26 " ,
17+ "@looker/components" : " ^0.7.28 " ,
18+ "@looker/design-tokens" : " ^0.7.28 " ,
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.26 " ,
4+ "version" : " 0.7.28 " ,
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.26 " ,
28+ "@looker/design-tokens" : " ^0.7.28 " ,
2929 "styled-components" : " ^4.4.1"
3030 },
3131 "devDependencies" : {
Original file line number Diff line number Diff line change 22 "name" : " server" ,
33 "private" : true ,
44 "license" : " MIT" ,
5- "version" : " 0.7.26 " ,
5+ "version" : " 0.7.28 " ,
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.26 " ,
4+ "version" : " 0.7.28 " ,
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.26 " ,
28+ "@looker/components-providers" : " ^0.7.28 " ,
2929 "@testing-library/react" : " ^10.0.2" ,
30- "@types/jest" : " ^25.2.1" ,
3130 "@types/enzyme" : " ^3.10.5" ,
31+ "@types/jest" : " ^25.2.1" ,
3232 "@types/react" : " ^16.9.25" ,
3333 "@types/react-test-renderer" : " ^16.9.2" ,
3434 "enzyme" : " ^3.11.0" ,
3535 "jest-styled-components" : " ^6.3.4" ,
36- "styled-components" : " ^4.4.1" ,
3736 "react" : " ^16.13.1" ,
38- "react-test-renderer" : " ^16.13.1"
37+ "react-test-renderer" : " ^16.13.1" ,
38+ "styled-components" : " ^4.4.1"
3939 },
4040 "peerDependencies" : {
4141 "react" : " ^16.13.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " www" ,
33 "private" : true ,
4- "version" : " 0.7.27 " ,
4+ "version" : " 0.7.28 " ,
55 "dependencies" : {
66 "@mdx-js/mdx" : " ^1.5.8" ,
77 "@mdx-js/react" : " ^1.5.7" ,
2828 "react-live" : " ^2.2.2"
2929 },
3030 "devDependencies" : {
31- "@looker/components" : " ^0.7.27 " ,
32- "@looker/design-tokens" : " ^0.7.26 " ,
33- "@looker/icons" : " ^0.7.27 " ,
31+ "@looker/components" : " ^0.7.28 " ,
32+ "@looker/design-tokens" : " ^0.7.28 " ,
33+ "@looker/icons" : " ^0.7.28 " ,
3434 "@types/react" : " ^16.9.25" ,
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