Skip to content

Commit b91eb82

Browse files
authored
Merge pull request #171 from timlrx/update/turborepo
update dev dependencies
2 parents bf2273b + ac69c95 commit b91eb82

File tree

3 files changed

+136
-132
lines changed

3 files changed

+136
-132
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2+
"name": "@pliny/monorepo",
23
"version": "0.0.0",
34
"private": true,
45
"scripts": {
56
"prepare": "husky install",
6-
"build": "turbo run build --filter=!starter-blog",
7-
"dev": "turbo run dev --parallel --no-cache --filter=!starter-blog",
7+
"build": "turbo run build",
8+
"dev": "turbo run dev --parallel --no-cache",
89
"build:starter": "turbo run build",
910
"dev:starter": "turbo run dev --parallel --no-cache",
1011
"serve": "turbo run serve",
@@ -32,11 +33,11 @@
3233
"@changesets/cli": "^2.26.0",
3334
"@commitlint/cli": "^17.0.0",
3435
"@commitlint/config-conventional": "^17.1.0",
35-
"@types/react": "18.2.15",
36+
"@types/react": "18.3.3",
3637
"husky": "^8.0.0",
3738
"lint-staged": "^13.0.0",
3839
"prettier": "^3.0.0",
39-
"turbo": "1.13.0",
40+
"turbo": "2.0.3",
4041
"vitest": "1.4.0"
4142
},
4243
"workspaces": {
@@ -45,4 +46,4 @@
4546
]
4647
},
4748
"packageManager": "[email protected]"
48-
}
49+
}

packages/pliny/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"devDependencies": {
5858
"@types/copyfiles": "^2",
59-
"next": "14.1.4",
60-
"react": "18.2.0",
61-
"react-dom": "18.2.0",
59+
"next": "14.2.3",
60+
"react": "18.3.1",
61+
"react-dom": "18.3.1",
6262
"rimraf": "^3.0.2",
6363
"tsup": "8.0.2",
6464
"typescript": "^5.1.6"

0 commit comments

Comments
 (0)