Skip to content

Commit

Permalink
Merge pull request #171 from timlrx/update/turborepo
Browse files Browse the repository at this point in the history
update dev dependencies
  • Loading branch information
timlrx authored Jun 8, 2024
2 parents bf2273b + ac69c95 commit b91eb82
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 132 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@pliny/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"build": "turbo run build --filter=!starter-blog",
"dev": "turbo run dev --parallel --no-cache --filter=!starter-blog",
"build": "turbo run build",
"dev": "turbo run dev --parallel --no-cache",
"build:starter": "turbo run build",
"dev:starter": "turbo run dev --parallel --no-cache",
"serve": "turbo run serve",
Expand Down Expand Up @@ -32,11 +33,11 @@
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.1.0",
"@types/react": "18.2.15",
"@types/react": "18.3.3",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"prettier": "^3.0.0",
"turbo": "1.13.0",
"turbo": "2.0.3",
"vitest": "1.4.0"
},
"workspaces": {
Expand All @@ -45,4 +46,4 @@
]
},
"packageManager": "yarn@3.6.1"
}
}
6 changes: 3 additions & 3 deletions packages/pliny/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"devDependencies": {
"@types/copyfiles": "^2",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "^3.0.2",
"tsup": "8.0.2",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit b91eb82

Please sign in to comment.