Skip to content

Commit

Permalink
chore(package.json): pin to a single version (#497)
Browse files Browse the repository at this point in the history
* chore(package.json): pin to a single version

* update
  • Loading branch information
evenchange4 authored Jan 16, 2018
1 parent 38fd21a commit 6899a61
Show file tree
Hide file tree
Showing 17 changed files with 114 additions and 81 deletions.
4 changes: 2 additions & 2 deletions flow-typed/npm/bowser_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 83f780508bbf7a8621f3a113f66e9c9e
// flow-typed version: <<STUB>>/bowser_v^1.9.1/flow_v0.63.1
// flow-typed signature: ce0710e95454fdd4585dbd8cb75949e1
// flow-typed version: <<STUB>>/bowser_v1.9.1/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/dom-align_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 66cfc77fe408d3d80df12c305f2a3aa7
// flow-typed version: <<STUB>>/dom-align_v^1.6.7/flow_v0.63.1
// flow-typed signature: 5ae6cf19fbf87cf9a3ff6e6d4fc673d2
// flow-typed version: <<STUB>>/dom-align_v1.6.7/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/flubber_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 16affddcbab13b85514eac260df87eb9
// flow-typed version: <<STUB>>/flubber_v^0.4.0/flow_v0.63.1
// flow-typed signature: 8d935e083dcb66a3a617d9aacd06a1ed
// flow-typed version: <<STUB>>/flubber_v0.4.0/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
32 changes: 32 additions & 0 deletions flow-typed/npm/jest-specific-snapshot_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// flow-typed signature: 7321b0e73fc68b44e158f84df998373a
// flow-typed version: <<STUB>>/jest-specific-snapshot_v0.3.0/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
*
* 'jest-specific-snapshot'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'jest-specific-snapshot' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'jest-specific-snapshot/dist/index' {
declare module.exports: any;
}

// Filename aliases
declare module 'jest-specific-snapshot/dist/index.js' {
declare module.exports: $Exports<'jest-specific-snapshot/dist/index'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/raf-throttle_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ca269ddd622c97caf7888972aa7681f0
// flow-typed version: <<STUB>>/raf-throttle_v^2.0.3/flow_v0.63.1
// flow-typed signature: 768141b098c4aa0eb2010aebb89018d2
// flow-typed version: <<STUB>>/raf-throttle_v2.0.3/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/react-render-to-json_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 00a341abbc8dd0b642fd5d9d13d9f61e
// flow-typed version: <<STUB>>/react-render-to-json_v^0.0.6/flow_v0.63.1
// flow-typed signature: 66d8c110de52bc55b3355b74ae91b98e
// flow-typed version: <<STUB>>/react-render-to-json_v0.0.6/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/react-text-truncate_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: d0e7f4dff5d78c26f6443c58549d0d13
// flow-typed version: <<STUB>>/react-text-truncate_v^0.12.1/flow_v0.63.1
// flow-typed signature: c31097fd751a1dacc681805cc20b058c
// flow-typed version: <<STUB>>/react-text-truncate_v0.12.1/flow_v0.63.1

/**
* This is an autogenerated libdef stub for:
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-preset-mcs-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"build": "echo 'none'"
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-recharts": "^1.1.1",
"babel-plugin-styled-components": "^1.4.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.1.1",
"babel-preset-stage-0": "^6.24.1"
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-import": "1.6.3",
"babel-plugin-recharts": "1.1.1",
"babel-plugin-styled-components": "1.4.0",
"babel-preset-env": "1.6.1",
"babel-preset-react-app": "3.1.1",
"babel-preset-stage-0": "6.24.1"
},
"devDependencies": {
"babel-core": "6.26.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.0",
"flow-bin": "^0.63.1",
"flow-bin": "0.63.1",
"history": "3.3.0",
"jest-styled-components": "4.10.0",
"mcs-lite-icon": "^0.3.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/mcs-lite-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"mcs-lite-scripts": "^0.3.10"
},
"dependencies": {
"recompose": "^0.26.0",
"websocket": "^1.0.25"
"recompose": "0.26.0",
"websocket": "1.0.25"
},
"babel": {
"presets": ["mcs-lite"]
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.6.0"
"prop-types": "15.6.0"
},
"devDependencies": {
"mcs-lite-design": "^0.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-landing-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.0",
"flow-bin": "^0.63.1",
"flow-bin": "0.63.1",
"hedron": "0.7.1",
"history": "3.3.0",
"jest-styled-components": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.0",
"flow-bin": "^0.63.1",
"flow-bin": "0.63.1",
"history": "3.3.0",
"jest-styled-components": "4.10.0",
"mcs-lite-connect": "^0.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"babel-preset-mcs-lite": "^0.3.8"
},
"dependencies": {
"d3-color": "^1.0.3"
"d3-color": "1.0.3"
},
"babel": {
"presets": ["mcs-lite"]
Expand Down
41 changes: 21 additions & 20 deletions packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.0",
"flow-bin": "^0.63.1",
"flow-bin": "0.63.1",
"jest-specific-snapshot": "0.3.0",
"jest-styled-components": "4.10.0",
"mcs-lite-icon": "^0.3.10",
"mcs-lite-scripts": "^0.3.10",
Expand All @@ -58,28 +59,28 @@
"styled-components": "2.4.0"
},
"dependencies": {
"bowser": "^1.9.1",
"copy-to-clipboard": "^3.0.8",
"create-react-class": "^15.6.2",
"date-fns": "^1.29.0",
"dom-align": "^1.6.7",
"flubber": "^0.4.0",
"left-pad": "^1.2.0",
"prop-types": "^15.6.0",
"raf-throttle": "^2.0.3",
"ramda": "^0.25.0",
"bowser": "1.9.1",
"copy-to-clipboard": "3.0.8",
"create-react-class": "15.6.2",
"date-fns": "1.29.0",
"dom-align": "1.6.7",
"flubber": "0.4.0",
"left-pad": "1.2.0",
"prop-types": "15.6.0",
"raf-throttle": "2.0.3",
"ramda": "0.25.0",
"react-cookie": "1.0.5",
"react-hammerjs": "0.5.0",
"react-motion": "^0.5.2",
"react-motion-ui-pack": "^0.10.3",
"react-overlays": "^0.8.3",
"react-render-to-json": "^0.0.6",
"react-motion": "0.5.2",
"react-motion-ui-pack": "0.10.3",
"react-overlays": "0.8.3",
"react-render-to-json": "0.0.6",
"react-svg-morph": "0.1.10",
"react-syntax-highlighter": "^6.1.1",
"react-text-truncate": "^0.12.1",
"react-waypoint": "^8.0.0",
"recharts": "^1.0.0-beta.9",
"recompose": "^0.26.0",
"react-syntax-highlighter": "6.1.1",
"react-text-truncate": "0.12.1",
"react-waypoint": "8.0.0",
"recharts": "1.0.0-beta.9",
"recompose": "0.26.0",
"rxjs": "5.5.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl-inject-hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"react-intl": "^2.3.0"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-cli": "6.26.0",
"babel-preset-mcs-lite": "^0.3.8",
"mcs-lite-scripts": "^0.3.10",
"recompose": "^0.26.0"
"recompose": "0.26.0"
},
"babel": {
"presets": ["mcs-lite"]
Expand Down
Loading

0 comments on commit 6899a61

Please sign in to comment.