Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
refactor(deps): moved fastify as dev dependency at the top level of m…
Browse files Browse the repository at this point in the history
…onorepo
  • Loading branch information
micheleriva committed Aug 6, 2021
1 parent 46fd20b commit 5ed4056
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 571 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "krabs",
"name": "krabs-monorepo",
"version": "0.1.2",
"description": "Multitenant middleware for Next.js",
"workspaces": [
"packages/docs",
"packages/express-krabs",
"packages/fastify-krabs",
"packages/utils"
],
"workspaces": {
"packages": [
"packages/docs",
"packages/express-krabs",
"packages/fastify-krabs",
"packages/utils"
]
},
"repository": "https://github.com/MicheleRiva/krabs",
"author": "Michele Riva <ciao@micheleriva.it>",
"license": "MIT",
Expand Down Expand Up @@ -51,6 +53,7 @@
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^6.0.1",
"fastify": "^3.19.2",
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"next": "^11.0.1",
Expand All @@ -61,4 +64,4 @@
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}
}
5 changes: 5 additions & 0 deletions packages/fastify-krabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"private": false,
"dependencies": {
"fastify": "^3.19.2"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"next": "11.0.0"
}
}
Loading

0 comments on commit 5ed4056

Please sign in to comment.