Skip to content

Commit

Permalink
fix: remove typescript-remix-routes-plugin from dependecies
Browse files Browse the repository at this point in the history
close #106
close #108
  • Loading branch information
yesmeck committed Aug 10, 2024
1 parent 686a5fa commit 40419ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/nine-rockets-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"remix-routes": patch
---

remove typescript from dependencies
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@changesets/cli": "^2.26.0",
"typescript-remix-routes-plugin": "workspace:*",
"vitest": "^1.6.0"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
3 changes: 1 addition & 2 deletions packages/remix-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"ejs": "^3.1.9",
"meow": "9.0.0",
"mkdirp": "^1.0.4",
"slash": "3",
"typescript-remix-routes-plugin": "workspace:*"
"slash": "3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 40419ee

Please sign in to comment.