Skip to content

Commit

Permalink
[chore] Upgrade and normalize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and bjoerge committed Feb 16, 2018
1 parent 7e3ceb1 commit 1957c00
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 59 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@sanity/plugin-loader": "^0.125.8",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"nyc": "^11.0.3",
"prop-types": "^15.6.0",
"proxyquire": "^1.7.10",
Expand Down
3 changes: 1 addition & 2 deletions packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"@sanity/schema": "^0.125.8",
"assert": "^1.4.1",
"in-publish": "^2.0.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest": "^22.0.5",
"jsdom": "^11.3.0",
"xpath": "^0.0.24"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@sanity/generate-help-url": "^0.125.8",
"@sanity/resolver": "^0.125.8",
"chalk": "^2.1.0",
"fs-extra": "^4.0.2",
"chalk": "^2.3.0",
"fs-extra": "^5.0.0",
"in-publish": "^2.0.0",
"promise-props-recursive": "^1.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,33 @@
"boxen": "^1.3.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"configstore": "^3.0.0",
"debug": "^3.1.0",
"decompress": "^4.2.0",
"deep-sort-object": "^1.0.1",
"eventsource": "^1.0.5",
"execa": "^0.8.0",
"fs-extra": "^4.0.2",
"execa": "^0.9.0",
"fs-extra": "^5.0.0",
"git-user-info": "^1.0.1",
"gitconfiglocal": "^2.0.1",
"inquirer": "^2.0.0",
"inquirer": "^5.1.0",
"is-installed-globally": "^0.1.0",
"klaw-sync": "^3.0.2",
"latest-version": "^3.1.0",
"leven": "^2.1.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"opn": "^4.0.2",
"mocha": "^5.0.1",
"opn": "^5.2.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": "^4.0.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"semver": "^5.5.0",
"semver-compare": "^1.0.0",
"simple-get": "^2.7.0",
"split2": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"object-assign": "^4.1.1"
},
"devDependencies": {
"boxen": "^1.1.0",
"boxen": "^1.3.0",
"browserify": "^14.3.0",
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"disc": "^1.3.2",
"envify": "^4.0.0",
"gzip-size": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"debug": "^3.1.0",
"deep-sort-object": "^1.0.1",
"filesize": "^3.5.6",
"fs-extra": "^4.0.2",
"fs-extra": "^5.0.0",
"get-uri": "^2.0.1",
"json-lexer": "^1.1.1",
"linecount": "^1.0.1",
Expand All @@ -46,18 +46,18 @@
"pumpify": "^1.3.5",
"resolve-from": "^4.0.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"semver": "^5.5.0",
"simple-concat": "^1.0.0",
"simple-get": "^2.7.0",
"tar-fs": "^1.15.2",
"tar-fs": "^1.16.0",
"thenify": "^3.3.0",
"through2": "^2.0.3",
"uglify-es": "3.3.9"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.2.0"
"mocha": "^5.0.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/default-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"in-publish": "^2.0.0",
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"nyc": "^11.0.3",
"prop-types": "^15.6.0",
"react": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/document-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"get-random-values": "^1.2.0",
"in-publish": "^2.0.0",
"rimraf": "^2.6.2",
"tap": "^10.3.0"
"tap": "^11.0.1"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/document-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"devDependencies": {
"@sanity/client": "^0.125.8",
"@sanity/observable": "^0.125.8",
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"hard-rejection": "^1.0.0",
"jest": "^21.2.1",
"jest": "^22.0.5",
"object.pick": "^1.3.0",
"prettier": "^1.7.4",
"prettier": "^1.10.2",
"table": "^4.0.2"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"split2": "^2.1.1"
},
"devDependencies": {
"@sanity/client": "^0.125.4",
"@sanity/client": "^0.125.6",
"decompress": "^4.2.0",
"jest": "^21.2.1",
"jest": "^22.0.5",
"rimraf": "^2.6.2",
"string-to-stream": "^1.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@sanity/core": "^0.125.9",
"@sanity/plugin-loader": "^0.125.8",
"@sanity/server": "^0.125.9",
"flow-typed": "^2.2.0",
"flow-typed": "^2.2.3",
"in-publish": "^2.0.0",
"jsdom": "^11.3.0",
"json-markup": "^1.1.0",
Expand All @@ -76,8 +76,8 @@
"react-dom": "^15.6.1",
"react-enroute": "^1.0.0",
"rimraf": "^2.6.2",
"tap": "^10.3.0",
"zen-observable": "^0.4.0"
"tap": "^11.0.1",
"zen-observable": "^0.7.1"
},
"peerDependencies": {
"prop-types": "^15.6 || ^16",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/image-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"devDependencies": {
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"rimraf": "^2.6.2",
"should": "^11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/imagetool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"error-capture-middleware": "0.0.2",
"express": "^4.16.1",
"history": "^4.6.3",
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"prop-types": "^15.6.0",
"quickreload": "^2.1.2",
"react": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"simple-get": "^2.7.0"
},
"devDependencies": {
"prettier": "^1.7.4",
"prettier": "^1.10.2",
"rimraf": "^2.6.2"
},
"repository": {
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 @@ -44,8 +44,8 @@
"@sanity/client": "^0.125.8",
"file-url": "^2.0.2",
"get-it": "^4.0.1",
"jest": "^21.2.1",
"prettier": "^1.7.4",
"jest": "^22.0.5",
"prettier": "^1.10.2",
"rimraf": "^2.6.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"rimraf": "^2.6.2",
"tap": "^10.3.0"
"tap": "^11.0.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"flow-typed": "^2.2.3",
"jest": "^22.0.5",
"prettier": "^1.10.1"
"prettier": "^1.10.2"
},
"publishConfig": {
"access": "public"
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 @@ -33,7 +33,7 @@
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"mock-fs": "^4.4.2",
"nyc": "^11.0.3",
"proxyquire": "^1.7.10",
Expand All @@ -42,7 +42,7 @@
"dependencies": {
"@sanity/generate-help-url": "^0.125.8",
"@sanity/util": "^0.125.8",
"fs-extra": "^4.0.2",
"fs-extra": "^5.0.0",
"lodash": "^4.17.4",
"path-exists": "^3.0.0",
"promise-props-recursive": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"devDependencies": {
"@types/node": "6.0.52",
"empty": "^0.10.1",
"flow-typed": "^2.2.0",
"jest": "^21.2.1",
"prettier": "^1.7.4",
"flow-typed": "^2.2.3",
"jest": "^22.0.5",
"prettier": "^1.10.2",
"recursive-readdir": "^2.1.0",
"rimraf": "^2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"lost": "^8.0.0",
"normalize.css": "^5.0.0",
"postcss-loader": "^2.0.6",
"react-hot-loader": "3.0.0-beta.7",
"react-hot-loader": "3.1.3",
"require-uncached": "^1.0.3",
"resolve": "^1.3.3",
"resolve-from": "^4.0.0",
"style-loader": "^0.18.2",
"style-loader": "^0.20.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-middleware": "^2.0.5",
"webpack-hot-middleware": "^2.17.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/@sanity/server/src/devServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ export default function getDevServer(config = {}) {

// Apply the dev and hot middlewares to build/serve bundles on the fly
const compiler = webpack(webpackConfig)
app.use(webpackDevMiddleware(compiler, {
quiet: true,
noInfo: true,
watchOptions: {
ignored: /node_modules/
},
publicPath: webpackConfig.output.publicPath,
stats: true
}))
app.use(
webpackDevMiddleware(compiler, {
logLevel: 'silent',
watchOptions: {
ignored: /node_modules/
},
publicPath: webpackConfig.output.publicPath
})
)

app.use(webpackHotMiddleware(compiler))

Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/state-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"remon": "^1.0.2",
"rimraf": "^2.6.2",
"staticr": "^4.0.2",
"tap": "^10.3.0"
"tap": "^11.0.1"
},
"peerDependencies": {
"prop-types": "^15.6 || ^16",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://www.sanity.io/",
"dependencies": {
"fs-extra": "^4.0.2",
"fs-extra": "^5.0.0",
"lodash": "^4.17.4",
"resolve-from": "^4.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.2.0",
"mocha": "^5.0.1",
"rimraf": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/blog-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@sanity/desk-tool": "^0.125.9",
"@sanity/google-maps-input": "^0.125.9",
"@sanity/vision": "^0.125.9",
"react": "^15.4.2",
"react-dom": "^15.4.2"
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/movies-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@sanity/google-maps-input": "^0.125.9",
"@sanity/production-preview": "^0.125.8",
"@sanity/vision": "^0.125.9",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-icons": "^2.2.5"
},
"bugs": {
Expand Down

0 comments on commit 1957c00

Please sign in to comment.