Skip to content

Commit

Permalink
chore: pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 9, 2024
1 parent 554333c commit 612209b
Show file tree
Hide file tree
Showing 8 changed files with 1,278 additions and 350 deletions.
80 changes: 40 additions & 40 deletions apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,49 +20,49 @@
"singleQuote": true
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@juggle/resize-observer": "^3.4.0",
"@sanity/client": "^6.4.0",
"@sanity/color": "^2.2.5",
"@sanity/icons": "^2.4.1",
"@sanity/ui": "^2.0.0",
"@sanity/vision": "^3.25.0",
"culori": "^4.0.0",
"history": "^5.3.0",
"json5": "^2.2.3",
"motion": "^10.16.2",
"next": "^14.0.0",
"next-sanity": "^6.0.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"rimraf": "^4.4.1",
"sanity": "^3.25.0",
"sanity-plugin-asset-source-unsplash": "^3.0.0",
"@heroicons/react": "2.0.18",
"@juggle/resize-observer": "3.4.0",
"@sanity/client": "6.4.0",
"@sanity/color": "2.2.5",
"@sanity/icons": "2.4.1",
"@sanity/ui": "2.0.0",
"@sanity/vision": "3.25.0",
"culori": "4.0.0",
"history": "5.3.0",
"json5": "2.2.3",
"motion": "10.16.2",
"next": "14.0.0",
"next-sanity": "6.0.0",
"polished": "4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"rimraf": "4.4.1",
"sanity": "3.25.0",
"sanity-plugin-asset-source-unsplash": "3.0.0",
"sanity-plugin-mux-input": "2.3.4",
"scroll-into-view-if-needed": "^3.0.10",
"slugify": "^1.6.6",
"styled-components": "^6.1.8",
"suspend-react": "^0.1.3"
"scroll-into-view-if-needed": "3.0.10",
"slugify": "1.6.6",
"styled-components": "6.1.8",
"suspend-react": "0.1.3"
},
"devDependencies": {
"@edge-runtime/jest-environment": "^2.3.10",
"@types/jest": "^29.5.12",
"@types/node": "^18.17.11",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.75",
"esbuild": "^0.20.2",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.14",
"type-fest": "^4.15.0",
"@edge-runtime/jest-environment": "2.3.10",
"@types/jest": "29.5.12",
"@types/node": "18.17.11",
"@types/prettier": "3.0.0",
"@types/react": "18.2.75",
"esbuild": "0.20.2",
"esbuild-plugin-replace": "1.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"jest": "29.7.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"type-fest": "4.15.0",
"typescript": "5.4.2",
"write-file-atomic": "^5.0.1"
"write-file-atomic": "5.0.1"
}
}
24 changes: 12 additions & 12 deletions apps/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"dev": "sanity dev --port 3000"
},
"dependencies": {
"@sanity/icons": "^2.4.1",
"@sanity/ui": "^2.0.0",
"motion": "^10.16.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"@sanity/icons": "2.4.1",
"@sanity/ui": "2.0.0",
"motion": "10.16.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "^6.1.8"
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/react": "^18.2.75",
"eslint": "^8.57.0",
"@sanity/eslint-config-studio": "4.0.0",
"@types/react": "18.2.75",
"eslint": "8.57.0",
"typescript": "5.4.2"
}
}
16 changes: 8 additions & 8 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dev": "sanity dev --port 3002"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "^6.1.8"
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"eslint": "^8.57.0",
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
}
}
16 changes: 8 additions & 8 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dev": "sanity dev --port 3003"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "^6.1.8"
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"eslint": "^8.57.0",
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
}
}
20 changes: 10 additions & 10 deletions examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"dev": "PORT=3004 next dev"
},
"dependencies": {
"next": "^14.0.0",
"next-sanity": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"next": "14.0.0",
"next-sanity": "6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "^6.1.8"
"styled-components": "6.1.8"
},
"devDependencies": {
"@types/node": "^18.17.11",
"@types/react": "^18.2.75",
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
}
}
20 changes: 10 additions & 10 deletions examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"dev": "PORT=3005 next dev"
},
"dependencies": {
"next": "^14.1.4",
"next-sanity": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-is": "^18.2.0",
"sanity": "^3.25.0",
"next": "14.1.4",
"next-sanity": "6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "^6.1.8"
"styled-components": "6.1.8"
},
"devDependencies": {
"@types/node": "^18.17.11",
"@types/react": "^18.2.75",
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
}
}
18 changes: 4 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,10 @@
"lint": "turbo run lint",
"test": "turbo run test"
},
"dependencies": {
"@sanity/vision": "3.37.1",
"sanity": "3.37.1"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.14",
"turbo": "^1.13.2"
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"turbo": "1.13.2"
},
"packageManager": "pnpm@8.15.6",
"pnpm": {
"overrides": {
"@sanity/vision": "$@sanity/vision",
"sanity": "$sanity"
}
}
"packageManager": "pnpm@8.15.6"
}
Loading

0 comments on commit 612209b

Please sign in to comment.