File tree Expand file tree Collapse file tree 3 files changed +136
-132
lines changed
Expand file tree Collapse file tree 3 files changed +136
-132
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
4546 ]
4647 },
4748 "packageManager" :
" [email protected] " 48- }
49+ }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments