Skip to content

Commit

Permalink
Give examples carat versions. (#8382)
Browse files Browse the repository at this point in the history
### Description

Making sure that all of the examples have the latest version to use if
folks copy-paste from them rather than using `npx create-turbo`.
  • Loading branch information
anthonyshew authored Jun 8, 2024
1 parent 4ade792 commit eccccae
Show file tree
Hide file tree
Showing 38 changed files with 548 additions and 482 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^2.0.0"
"turbo": "^2.0.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
44 changes: 22 additions & 22 deletions examples/basic/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion examples/design-system/apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/docs",
"name": "docs",
"version": "0.0.0",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.5",
"turbo": "^2.0.0"
"turbo": "^2.0.3"
},
"packageManager": "[email protected]",
"name": "design-system"
Expand Down
44 changes: 22 additions & 22 deletions examples/design-system/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^2.0.0"
"turbo": "^2.0.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
44 changes: 22 additions & 22 deletions examples/kitchen-sink/pnpm-lock.yaml

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

Loading

0 comments on commit eccccae

Please sign in to comment.