Skip to content

Commit

Permalink
fix: package errors
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Nov 19, 2023
1 parent 75c9215 commit 9ead535
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 602 deletions.
18 changes: 9 additions & 9 deletions apps/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
"sanity"
],
"dependencies": {
"@portabletext/react": "^3.0.7",
"@portabletext/react": "^3.0.11",
"@sanity/color-input": "^3.1.0",
"@sanity/vision": "^3.15.1",
"@sanity/vision": "^3.20.0",
"lucide-react": "^0.271.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.15.1",
"sanity-plugin-media": "^2.2.2",
"styled-components": "^5.3.9"
"sanity": "^3.20.0",
"sanity-plugin-media": "^2.2.4",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"eslint": "^8.6.0",
"@sanity/eslint-config-studio": "^3.0.1",
"@types/react": "^18.2.37",
"@types/styled-components": "^5.1.30",
"eslint": "^8.54.0",
"eslint-plugin-sanity-studio": "^0.4.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@react-three/drei": "^9.88.14",
"@react-three/drei": "^9.88.16",
"@react-three/fiber": "^8.15.11",
"@types/three": "^0.158.2",
"clsx": "^2.0.0",
"lucide-react": "^0.292.0",
"next": "13.5.6",
"next-sanity": "^5.5.4",
"next-sanity": "^5.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.158.0",
"tunnel-rat": "^0.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-next": "13.5.6",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"tsconfig": "workspace:*",
"turbo": "latest"
},
Expand Down
Loading

0 comments on commit 9ead535

Please sign in to comment.