Skip to content

Commit

Permalink
Move turbo and tsup back to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweinmann committed Jan 23, 2025
1 parent 864ce41 commit 47114cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
"test": "turbo run test",
"test:ci": "turbo run test:ci"
},
"dependencies": {
"turbo": "^2.3.3"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.19.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
"typescript": "5.7.2"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@types/react-dom": ">=16.8",
"react": ">=16.8",
"react-router": "7.1.3",
"tsup": "^8.3.5",
"typescript": "5.7.2",
"vite": "6.0.7",
"vitest": "2.1.8"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"tsup": "^8.3.5"
"@hookform/resolvers": "^2.8.8"
}
}

0 comments on commit 47114cc

Please # to comment.