Skip to content

Commit

Permalink
Merge pull request #163 from williaster/chris--build-config-37
Browse files Browse the repository at this point in the history
[build-config] to ^0.0.37
  • Loading branch information
williaster committed Feb 3, 2019
2 parents 1b080af + d77c4c1 commit a0165e0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-virtualized": "^9.7.3"
},
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32"
"@data-ui/build-config": "^0.0.37"
},
"beemo": {
"module": "@data-ui/build-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"@data-ui/data-table": "^0.0.75",
"@data-ui/event-flow": "^0.0.75",
"@data-ui/forms": "^0.0.75",
Expand Down
2 changes: 1 addition & 1 deletion packages/event-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"aphrodite": "^1.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/histogram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/radial-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sparkline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"homepage": "https://github.com/williaster/data-ui#readme",
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xy-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prop-types": "^15.5.10"
},
"devDependencies": {
"@data-ui/build-config": "^0.0.32",
"@data-ui/build-config": "^0.0.37",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"watch": "^1.0.2"
Expand Down

0 comments on commit a0165e0

Please sign in to comment.