File tree Expand file tree Collapse file tree 11 files changed +24
-24
lines changed
Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 0.9.5 "
7+ "version" : " 0.9.6 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components-providers" ,
33 "license" : " MIT" ,
4- "version" : " 0.9.4 " ,
4+ "version" : " 0.9.6 " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@looker/design-tokens" : " ^0.9.1 "
19+ "@looker/design-tokens" : " ^0.9.6 "
2020 },
2121 "devDependencies" : {
2222 "@types/react" : " ^16.9.41" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components-test-utils" ,
33 "license" : " MIT" ,
4- "version" : " 0.9.4 " ,
4+ "version" : " 0.9.6 " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
1616 "access" : " public"
1717 },
1818 "devDependencies" : {
19- "@looker/components-providers" : " ^0.9.4 " ,
19+ "@looker/components-providers" : " ^0.9.6 " ,
2020 "@testing-library/react" : " ^10.0.4" ,
2121 "@types/enzyme" : " ^3.10.5" ,
2222 "@types/jest" : " ^26.0.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/components" ,
33 "license" : " MIT" ,
4- "version" : " 0.9.5 " ,
4+ "version" : " 0.9.6 " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@looker/components-providers" : " ^0.9.4 " ,
20- "@looker/design-tokens" : " ^0.9.1 " ,
21- "@looker/icons" : " ^0.9.2 " ,
19+ "@looker/components-providers" : " ^0.9.6 " ,
20+ "@looker/design-tokens" : " ^0.9.6 " ,
21+ "@looker/icons" : " ^0.9.6 " ,
2222 "@popperjs/core" : " ^2.4.4" ,
2323 "d3-color" : " ^1.4.1" ,
2424 "d3-hsv" : " ^0.1.0" ,
3636 "uuid" : " ^8.1.0"
3737 },
3838 "devDependencies" : {
39- "@looker/components-test-utils" : " ^0.9.4 " ,
39+ "@looker/components-test-utils" : " ^0.9.6 " ,
4040 "@testing-library/jest-dom" : " ^5.11.0" ,
4141 "@testing-library/react" : " ^10.0.4" ,
4242 "@types/d3-color" : " ^1.2.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/design-tokens" ,
33 "license" : " MIT" ,
4- "version" : " 0.9.1 " ,
4+ "version" : " 0.9.6 " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
Original file line number Diff line number Diff line change 66 "type" : " git" ,
77 "url" : " git+https://github.com/looker-open-source/eslint-config.git"
88 },
9- "version" : " 0.9.4 " ,
9+ "version" : " 0.9.6 " ,
1010 "bugs" : {
1111 "url" : " https://github.com/looker-open-source/eslint-config/issues"
1212 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @looker/icons" ,
33 "license" : " MIT" ,
4- "version" : " 0.9.2 " ,
4+ "version" : " 0.9.6 " ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " playground" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "license" : " MIT" ,
55 "author" : " Looker" ,
66 "repository" : {
1414 "analyze" : " webpack --mode=production --profile"
1515 },
1616 "dependencies" : {
17- "@looker/components" : " ^0.9.5 " ,
17+ "@looker/components" : " ^0.9.6 " ,
1818 "react" : " ^16.13.1" ,
1919 "react-dom" : " ^16.13.1" ,
2020 "styled-components" : " ^4.4.1"
Original file line number Diff line number Diff line change 22 "name" : " server" ,
33 "private" : true ,
44 "license" : " MIT" ,
5- "version" : " 0.9.0 " ,
5+ "version" : " 0.9.6 " ,
66 "main" : " index.ts" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " storybook" ,
3- "version" : " 0.9.5 " ,
3+ "version" : " 0.9.6 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "private" : true ,
99 "build" : " build-storybook -c .storybook -o ../docs/static/storybook"
1010 },
1111 "dependencies" : {
12- "@looker/components" : " ^0.9.5 " ,
13- "@looker/design-tokens" : " ^0.9.1 " ,
14- "@looker/icons" : " ^0.9.2 " ,
12+ "@looker/components" : " ^0.9.6 " ,
13+ "@looker/design-tokens" : " ^0.9.6 " ,
14+ "@looker/icons" : " ^0.9.6 " ,
1515 "@storybook/react" : " ^5.3.19" ,
1616 "lodash" : " ^4.17.19" ,
1717 "react" : " ^16.13.1" ,
You can’t perform that action at this time.
0 commit comments