Skip to content

Commit

Permalink
[chore] Fix incorrect version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent d5766b7 commit 0526716
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"semver": "^6.1.2",
"simple-get": "^4.0.0",
"tar-fs": "^1.16.0",
"terser": "^4.6.7"
"terser": "4.6.7"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/desk-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@popperjs/core": "^2.4.4",
"@reach/auto-id": "^0.7.2",
"@reach/auto-id": "^0.10.5",
"@sanity/base": "1.150.8",
"@sanity/components": "1.150.8",
"@sanity/data-aspects": "1.150.1",
"@sanity/diff": "1.150.1",
"@sanity/field": "1.150.1",
"@sanity/diff": "1.150.7",
"@sanity/field": "1.150.7",
"@sanity/form-builder": "1.150.8",
"@sanity/generate-help-url": "1.150.1",
"@sanity/mutator": "1.150.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/diff",
"version": "1.150.1",
"version": "1.150.7",
"description": "Generates diffs between documents and primitive types",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/@sanity/field/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sanity/field",
"version": "1.150.1",
"description": "",
"version": "1.150.7",
"description": "Diff utilities and preview components",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@sanity/base": "1.150.3",
"@sanity/components": "1.150.3",
"@sanity/diff": "1.150.1",
"@sanity/react-hooks": "1.150.4",
"@sanity/base": "1.150.7",
"@sanity/components": "1.150.7",
"@sanity/diff": "1.150.7",
"@sanity/react-hooks": "1.150.7",
"date-fns": "^1.29.0",
"sanity-diff-patch": "^1.0.7"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/@sanity/google-maps-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/react-hooks": "1.150.4",
"@sanity/react-hooks": "1.150.7",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@sanity/base": "1.150.3",
"@sanity/base": "1.150.7",
"@sanity/check": "1.150.1",
"@sanity/components": "1.150.3",
"@sanity/field": "1.150.1",
"@sanity/components": "1.150.7",
"@sanity/field": "1.150.7",
"@types/googlemaps": "^3.39.11",
"lodash": "^4.17.15",
"rimraf": "^2.7.1"
Expand Down
20 changes: 10 additions & 10 deletions packages/design-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sanity-design-studio",
"version": "1.150.1",
"name": "design-studio",
"version": "1.150.7",
"description": "Sanity Design Studio",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -13,16 +13,16 @@
"sanity"
],
"dependencies": {
"@sanity/base": "1.150.3",
"@sanity/cli": "1.150.1",
"@sanity/components": "1.150.3",
"@sanity/core": "1.150.3",
"@sanity/default-layout": "1.150.3",
"@sanity/base": "1.150.7",
"@sanity/cli": "1.150.7",
"@sanity/components": "1.150.7",
"@sanity/core": "1.150.7",
"@sanity/default-layout": "1.150.7",
"@sanity/default-login": "1.150.1",
"@sanity/desk-tool": "1.150.4",
"@sanity/desk-tool": "1.150.7",
"@sanity/google-maps-input": "1.150.1",
"@sanity/react-hooks": "1.150.4",
"@sanity/vision": "1.150.1",
"@sanity/react-hooks": "1.150.7",
"@sanity/vision": "1.150.6",
"prop-types": "^15.6.0",
"react": "16.9.0",
"react-dom": "^16.9.0"
Expand Down
22 changes: 20 additions & 2 deletions packages/mendoza/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
{
"name": "mendoza",
"version": "0.1.0",
"private": true,
"main": "./lib",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=8"
},
"devDependencies": {
"ts-node": "^8.6.2",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git"
},
"keywords": [
"mendoza",
"diff"
],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"prettier": {
"semi": false,
"printWidth": 100,
Expand Down

0 comments on commit 0526716

Please sign in to comment.