Skip to content

Commit

Permalink
chore: bump typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 8, 2024
1 parent 8486c7d commit edd474a
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.0.2",
"prettier-plugin-packagejson": "^2.4.5",
"type-fest": "^4.2.0",
"typescript": "^5.2.2",
"typescript": "5.4.2",
"write-file-atomic": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion apps/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@sanity/eslint-config-studio": "^3.0.0",
"@types/react": "^18.2.21",
"eslint": "^8.47.0",
"typescript": "^5.2.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"eslint": "^8.47.0",
"typescript": "^5.2.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.0",
"eslint": "^8.47.0",
"typescript": "^5.2.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"typescript": "^5.2.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@types/node": "^18.17.11",
"@types/react": "^18.2.21",
"typescript": "^5.2.2"
"typescript": "5.4.2"
}
}
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edd474a

Please sign in to comment.