diff --git a/package.json b/package.json index 0587db6..163d7ac 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "@sanity/cli": "^0.140.17", + "@sanity/cli": "^0.141.6", "lerna": "^3.13.1" } -} \ No newline at end of file +} diff --git a/web/package.json b/web/package.json index 37ffda2..6a2b936 100644 --- a/web/package.json +++ b/web/package.json @@ -1,42 +1,34 @@ { - "private": true, - "name": "TestGatsbySanity-web", - "version": "1.0.0", - "author": "Sanity ", - "scripts": { - "build": "gatsby build", - "clean-cache": "gatsby clean", - "dev": "npm run clean-cache && gatsby develop", - "lint": "eslint .", - "format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"", - "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"" - }, - "devDependencies": { - "@sanity/block-content-to-react": "^2.0.6", - "@sanity/image-url": "^0.140.12", - "date-fns": "^1.30.1", - "dotenv": "^8.0.0", - "eslint": "^5.16.0", - "eslint-config-standard": "^12.0.0", - "eslint-config-standard-react": "^7.0.2", - "eslint-plugin-import": "^2.17.2", - "eslint-plugin-node": "^9.0.1", - "eslint-plugin-promise": "^4.1.1", - "eslint-plugin-react": "^7.13.0", - "eslint-plugin-standard": "^4.0.0", - "gatsby": "^2.4.2", - "gatsby-plugin-postcss": "^2.0.7", - "gatsby-plugin-react-helmet": "^3.0.12", - "gatsby-source-sanity": "^4.0.1", - "postcss-import": "^12.0.1", - "postcss-preset-env": "^6.6.0", - "prettier-eslint-cli": "^4.7.1", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "react-helmet": "^5.2.0", - "rimraf": "^2.6.3" - }, - "dependencies": { - "gatsby-image": "^2.0.41" - } -} \ No newline at end of file + "private": true, + "name": "TestGatsbySanity-web", + "version": "1.0.0", + "author": "Sanity ", + "devDependencies": { + "@sanity/block-content-to-react": "^2.0.6", + "@sanity/image-url": "^0.140.12", + "date-fns": "^1.30.1", + "dotenv": "^8.0.0", + "eslint": "^5.16.0", + "eslint-config-standard": "^12.0.0", + "eslint-config-standard-react": "^7.0.2", + "eslint-plugin-import": "^2.17.2", + "eslint-plugin-node": "^9.0.1", + "eslint-plugin-promise": "^4.1.1", + "eslint-plugin-react": "^7.13.0", + "eslint-plugin-standard": "^4.0.0", + "gatsby": "^2.4.2", + "gatsby-plugin-postcss": "^2.0.7", + "gatsby-plugin-react-helmet": "^3.0.12", + "gatsby-source-sanity": "^4.0.1", + "postcss-import": "^12.0.1", + "postcss-preset-env": "^6.6.0", + "prettier-eslint-cli": "^4.7.1", + "react": "^16.8.6", + "react-dom": "^16.8.6", + "react-helmet": "^5.2.0", + "rimraf": "^2.6.3" + }, + "dependencies": { + "gatsby-image": "^2.0.41" + } +} diff --git a/web/package.json.lerna_backup b/web/package.json.lerna_backup new file mode 100644 index 0000000..37ffda2 --- /dev/null +++ b/web/package.json.lerna_backup @@ -0,0 +1,42 @@ +{ + "private": true, + "name": "TestGatsbySanity-web", + "version": "1.0.0", + "author": "Sanity ", + "scripts": { + "build": "gatsby build", + "clean-cache": "gatsby clean", + "dev": "npm run clean-cache && gatsby develop", + "lint": "eslint .", + "format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"", + "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"" + }, + "devDependencies": { + "@sanity/block-content-to-react": "^2.0.6", + "@sanity/image-url": "^0.140.12", + "date-fns": "^1.30.1", + "dotenv": "^8.0.0", + "eslint": "^5.16.0", + "eslint-config-standard": "^12.0.0", + "eslint-config-standard-react": "^7.0.2", + "eslint-plugin-import": "^2.17.2", + "eslint-plugin-node": "^9.0.1", + "eslint-plugin-promise": "^4.1.1", + "eslint-plugin-react": "^7.13.0", + "eslint-plugin-standard": "^4.0.0", + "gatsby": "^2.4.2", + "gatsby-plugin-postcss": "^2.0.7", + "gatsby-plugin-react-helmet": "^3.0.12", + "gatsby-source-sanity": "^4.0.1", + "postcss-import": "^12.0.1", + "postcss-preset-env": "^6.6.0", + "prettier-eslint-cli": "^4.7.1", + "react": "^16.8.6", + "react-dom": "^16.8.6", + "react-helmet": "^5.2.0", + "rimraf": "^2.6.3" + }, + "dependencies": { + "gatsby-image": "^2.0.41" + } +} \ No newline at end of file