Skip to content

Commit

Permalink
build: bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kharann committed Sep 23, 2023
1 parent 5c7c4f6 commit 4ed995a
Show file tree
Hide file tree
Showing 5 changed files with 1,024 additions and 2,071 deletions.
18 changes: 9 additions & 9 deletions cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"sanity"
],
"dependencies": {
"@sanity/code-input": "studio-v3",
"@sanity/vision": "dev-preview",
"@sanity/code-input": "^4.1.1",
"@sanity/vision": "^3.16.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "dev-preview",
"sanity-plugin-markdown": "studio-v3",
"styled-components": "^5.2.0"
"sanity": "^3.16.7",
"sanity-plugin-markdown": "^4.1.0",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^2.0.1",
"eslint": "^8.6.0",
"prettier": "^2.7.1",
"typescript": "^4.0.0"
"@sanity/eslint-config-studio": "^3.0.1",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"prettier": {
"semi": false,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"web:build": "turbo run build --filter=web"
},
"devDependencies": {
"@sanity/cli": "^3.0.0-dev-preview.9",
"eslint": "^8.12.0",
"prettier": "^2.6.1",
"tsconfig-paths": "^3.14.1",
"turbo": "^1.2.0",
"typescript": "^4.6.3",
"vite": "^3.1.2"
"@sanity/cli": "^3.16.7",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"tsconfig-paths": "^4.2.0",
"turbo": "^1.10.14",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
Loading

0 comments on commit 4ed995a

Please sign in to comment.