Skip to content

Commit

Permalink
Merge pull request #26 from tinloof/chore
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
thomasKn authored Apr 25, 2024
2 parents 9c8a80b + ec602d8 commit 7ff98be
Show file tree
Hide file tree
Showing 11 changed files with 1,842 additions and 1,815 deletions.
6 changes: 6 additions & 0 deletions .changeset/thirty-walls-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tinloof/sanity-studio": patch
"@tinloof/sanity-web": patch
---

Update dependencies
36 changes: 18 additions & 18 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.7",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/react-loader": "^1.8.5",
"@sanity/vision": "^3.36.0",
"@tailwindcss/typography": "0.5.10",
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/react-loader": "^1.9.14",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.360.0",
"next": "14.1.0",
"next-sanity": "^8.5.0",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"autoprefixer": "10.4.17",
"@types/react": "^18.2.79",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"postcss": "8.4.35",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"version": null
}
8 changes: 4 additions & 4 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.36.0",
"@sanity/vision": "^3.39.0",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/react": "^18.2.73",
"@types/react": "^18.2.79",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"prettier": {
"semi": false,
Expand Down
34 changes: 17 additions & 17 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.7",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/vision": "^3.36.0",
"@tailwindcss/typography": "0.5.10",
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.360.0",
"next": "14.1.0",
"next-sanity": "^8.5.0",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"autoprefixer": "10.4.17",
"@types/react": "^18.2.79",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"postcss": "8.4.35",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"version": null
}
34 changes: 17 additions & 17 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.7",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/vision": "^3.36.0",
"@tailwindcss/typography": "0.5.10",
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.360.0",
"next": "14.1.0",
"next-sanity": "^8.5.0",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"autoprefixer": "10.4.17",
"@types/react": "^18.2.79",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"postcss": "8.4.35",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"version": null
}
34 changes: 17 additions & 17 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@sanity/client": "^6.15.7",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/vision": "^3.36.0",
"@tailwindcss/typography": "0.5.10",
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.360.0",
"next": "14.1.0",
"next-sanity": "^8.5.0",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"autoprefixer": "10.4.17",
"@types/react": "^18.2.79",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.0.0",
"postcss": "8.4.35",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
},
"version": null
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"packageManager": "pnpm@8.9.0",
"dependencies": {
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.3",
"@manypkg/cli": "^0.21.4",
"prettier": "^3.2.5",
"turbo": "^1.13.0"
"turbo": "^1.13.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"react-internal.js"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vercel/style-guide": "^5.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.10.12",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}
34 changes: 16 additions & 18 deletions packages/sanity-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
"type": "module",
"author": "Tinloof",
"scripts": {
"build": "run-s clean && plugin-kit verify-package --silent && pkg-utils build --strict && pkg-utils --strict",
"clean": "rimraf dist",
"build": "pkg build --strict --check --clean",
"format": "prettier --write --cache --ignore-unknown .",
"link-watch": "plugin-kit link-watch",
"lint": "eslint .",
"prepublishOnly": "run-s build",
"prepublishOnly": "npm run build",
"watch": "pkg-utils watch --strict",
"dev": "run-s watch",
"typecheck": "tsc --noEmit"
Expand All @@ -31,7 +30,6 @@
},
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"source": "./src/index.ts",
"types": "./dist/index.d.cts",
"files": [
"dist",
Expand All @@ -48,27 +46,27 @@
},
"dependencies": {
"@sanity/asset-utils": "^1.3.0",
"@sanity/document-internationalization": "^2.1.0",
"@sanity/icons": "^2.11.4",
"@sanity/document-internationalization": "^3.0.0",
"@sanity/icons": "^2.11.8",
"@sanity/image-url": "^1.0.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/presentation": "^1.12.1",
"@sanity/ui": "^2.0.12",
"@tanstack/react-virtual": "^3.2.0",
"@sanity/presentation": "^1.12.7",
"@sanity/ui": "^2.1.4",
"@tanstack/react-virtual": "^3.4.0",
"@tinloof/sanity-web": "workspace:*",
"lodash": "^4.17.21",
"nanoid": "^5.0.6",
"nanoid": "^5.0.7",
"react-rx": "^2.1.3"
},
"devDependencies": {
"@sanity/pkg-utils": "^5.1.4",
"@sanity/plugin-kit": "^3.1.10",
"@sanity/pkg-utils": "^6.8.3",
"@sanity/plugin-kit": "^4.0.5",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.73",
"@types/react": "^18.2.79",
"@types/react-is": "^18.2.4",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
Expand All @@ -77,14 +75,14 @@
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-packagejson": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^5.0.5",
"sanity": "^3.36.0",
"sanity": "^3.39.0",
"styled-components": "^6.1.8",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18",
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 7ff98be

Please sign in to comment.