Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Normalize dependency versions #184

Merged
merged 1 commit into from
Sep 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"babel-register": "^6.26.0",
"boxen": "^1.1.0",
"chalk": "^1.1.3",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.2",
Expand All @@ -57,6 +57,6 @@
"stylelint-config-lost": "0.0.3",
"stylelint-config-standard": "^17.0.0",
"through2": "^2.0.3",
"yarn": "^0.27.5"
"yarn": "^1.0.2"
}
}
10 changes: 5 additions & 5 deletions packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@sanity/plugin-loader": "^0.112.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint": "^4.6.1",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"prop-types": "^15.5.8",
"nyc": "^11.0.3",
"prop-types": "^15.5.10",
"proxyquire": "^1.7.10",
"react": "^16.0.0-rc.2",
"react-dom": "^16.0.0-rc.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rimraf": "^2.6.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"promise-props-recursive": "^1.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint": "^4.6.1",
"rimraf": "^2.6.1"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"opn": "^4.0.2",
"ora": "^1.1.0",
"ora": "^1.3.0",
"osenv": "^0.1.4",
"package-json": "^4.0.1",
"progrescii": "^0.1.1",
"promise-props-recursive": "^1.0.0",
"resolve-from": "^2.0.0",
"semver": "^5.1.0",
"resolve-from": "^3.0.0",
"semver": "^5.3.0",
"semver-compare": "^1.0.0",
"simple-get": "^2.4.0",
"simple-get": "^2.7.0",
"split2": "^2.1.1",
"thenify": "^3.2.0",
"update-notifier": "^1.0.3",
Expand All @@ -73,7 +73,7 @@
"babel-preset-stage-2": "^6.22.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint": "^4.6.1",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"source-map-support": "^0.4.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/src/scripts/package-yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path'
import fsp from 'fs-promise'
import simpleGet from 'simple-get'

const version = '0.27.5'
const version = '1.0.2'
const baseUrl = 'https://github.com/yarnpkg/yarn/releases/download'
const bundleUrl = `${baseUrl}/v${version}/yarn-legacy-${version}.js`
const licenseUrl = 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
Expand Down
8 changes: 4 additions & 4 deletions packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"@sanity/generate-help-url": "^0.112.0",
"@sanity/observable": "^0.112.0",
"deep-assign": "^2.0.0",
"get-it": "^2.0.2",
"get-it": "^2.1.3",
"in-publish": "^2.0.0",
"make-error": "^1.3.0",
"object-assign": "^4.1.1"
},
"devDependencies": {
"boxen": "^1.0.0",
"boxen": "^1.1.0",
"browserify": "^14.3.0",
"chalk": "^1.1.3",
"disc": "^1.3.2",
"envify": "^4.0.0",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"gzip-size": "^3.0.0",
"hard-rejection": "^1.0.0",
"nock": "^9.0.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"postcss-cssnext": "2.10.0",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-click-outside": "^2.2.0",
"react-click-outside": "^2.3.1",
"react-container-query": "^0.8.0",
"react-draggable": "^2.2.2",
"react-dropzone": "^3.9.2",
Expand All @@ -59,12 +59,12 @@
"@sanity/base": "^0.112.0",
"@sanity/check": "^0.112.0",
"@sanity/core": "^0.112.1",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint-plugin-react": "^6.10.0",
"pre-commit": "^1.1.3",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-react": "^7.0.1",
"pre-commit": "^1.2.2",
"prop-types": "^15.5.10",
"react": "^16.0.0-rc.2",
"react": "^15.6.1",
"react-styleguidist": "^2.3.1",
"rimraf": "^2.6.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"deep-sort-object": "^1.0.1",
"filesize": "^3.5.6",
"fs-promise": "^2.0.0",
"get-uri": "^2.0.0",
"get-uri": "^2.0.1",
"got": "^6.7.1",
"json-lexer": "^1.1.1",
"linecount": "^1.0.1",
Expand All @@ -43,13 +43,13 @@
"split2": "^2.1.1",
"tar-fs": "^1.15.2",
"through2": "^2.0.3",
"uglify-js": "^3.0.1"
"uglify-js": "^3.0.23"
},
"devDependencies": {
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint": "^4.6.1",
"mocha": "^3.2.0"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/@sanity/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/sanity-io/default-layout#readme",
"dependencies": {
"lodash": "^4.17.4",
"react-click-outside": "^2.2.0"
"react-click-outside": "^2.3.1"
},
"devDependencies": {
"@sanity/base": "^0.112.0",
Expand All @@ -41,10 +41,10 @@
"chai-as-promised": "^6.0.0",
"in-publish": "^2.0.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"prop-types": "^15.5.8",
"react": "^16.0.0-rc.2",
"react-dom": "^16.0.0-rc.2",
"nyc": "^11.0.3",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rimraf": "^2.6.1"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/@sanity/desk-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"in-publish": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"react-click-outside": "^2.2.0",
"react-click-outside": "^2.3.1",
"react-json-inspector": "rexxars/react-json-inspector#react-15",
"react-tiny-virtual-list": "^2.0.5",
"shallow-equals": "^1.0.0"
Expand All @@ -43,14 +43,14 @@
"@sanity/components": "^0.112.2",
"@sanity/core": "^0.112.1",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"history": "^4.5.1",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"history": "^4.6.3",
"postcss-cssnext": "2.10.0",
"prop-types": "^15.5.8",
"react": "^16.0.0-rc.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"rimraf": "^2.6.1"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions packages/@sanity/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@
"@sanity/core": "^0.112.1",
"@sanity/plugin-loader": "^0.112.0",
"@sanity/server": "^0.112.0",
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-css-modules-transform": "^1.1.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"flow-bin": "^0.42.0",
"flow-typed": "^2.0.0",
"immutable": "^3.8.1",
Expand All @@ -78,9 +78,9 @@
"json-markup": "^1.1.0",
"path-to-regexp": "^1.7.0",
"postcss-cssnext": "2.10.0",
"prop-types": "^15.5.8",
"react": "^16.0.0-rc.2",
"react-dom": "^16.0.0-rc.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-enroute": "^1.0.0",
"rimraf": "^2.6.1",
"tap": "^10.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/generate-help-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/sanity-io/generate-help-url#readme",
"devDependencies": {
"eslint": "^3.19.0",
"tape": "^4.6.2"
"eslint": "^4.6.1",
"tape": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions packages/@sanity/imagetool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"envify": "^4.0.0",
"error-capture-middleware": "0.0.2",
"express": "^4.15.2",
"history": "^4.5.1",
"history": "^4.6.3",
"mocha": "^3.2.0",
"prop-types": "^15.5.8",
"prop-types": "^15.5.10",
"quickreload": "^2.1.2",
"react": "^16.0.0-rc.2",
"react-dom": "^16.0.0-rc.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rebundler": "^0.3.0",
"remon": "^1.0.2",
"rimraf": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"ndjson"
],
"dependencies": {
"@sanity/mutator": "^0.108.0",
"debug": "^3.0.1",
"@sanity/mutator": "^0.112.0",
"debug": "^2.6.3",
"get-uri": "^2.0.1",
"lodash": "^4.17.4",
"p-map": "^1.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-eslint": "^7.2.3",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-flowtype-errors": "^3.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-import": "^2.3.0",
"flow-bin": "^0.42.0",
"rimraf": "^2.6.1",
"tap": "^10.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/plugin-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"ava": "^0.19.1",
"eslint": "^4.0.0",
"nyc": "^11.0.2"
"eslint": "^4.6.1",
"nyc": "^11.0.3"
},
"dependencies": {
"@sanity/resolver": "^0.112.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint": "^4.6.1",
"mocha": "^3.2.0",
"mock-fs": "^3.11.0",
"nyc": "^10.1.2",
"nyc": "^11.0.3",
"proxyquire": "^1.7.10",
"rimraf": "^2.6.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"license": "ISC",
"devDependencies": {
"@types/node": "6.0.52",
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint-plugin-import": "^2.2.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"interop-require": "^1.0.0",
"recursive-readdir": "^2.1.0",
"rimraf": "^2.6.1"
Expand Down
Loading