Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zgid123 committed Apr 14, 2023
1 parent 3970937 commit 331234d
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 149 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ yarn-error.log*

*.js.map
lib
.turbo
dist
5 changes: 2 additions & 3 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fastify",
"name": "@examples/fastify",
"version": "1.0.0",
"description": "Example for Fastify",
"type": "module",
Expand All @@ -8,7 +8,6 @@
"build": "vite build"
},
"dependencies": {
"@fastify/autoload": "^5.7.1",
"@grpc.ts/fastify-client": "workspace:*",
"@grpc.ts/fastify-server": "workspace:*",
"detect-port": "^1.5.1",
Expand All @@ -19,6 +18,6 @@
"@fastify/vite": "^4.0.0",
"@types/detect-port": "^1.3.2",
"fastify-cli": "^5.7.1",
"vite-node": "^0.29.8"
"vite-node": "^0.30.1"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"clear": "pnpm -r exec -- rm -rf",
"clear-node-modules": "pnpm -r exec -- rm -rf node_modules",
"update-packages": "pnpm update -i -r --latest",
"build": "turbo run build"
"build": "turbo run build --filter=!@examples/*"
},
"keywords": [
"grpc",
Expand All @@ -26,21 +27,21 @@
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"turbo": "^1.8.8",
"typescript": "^5.0.3"
"turbo": "^1.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"tslib": "^2.5.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/core/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.turbo
src
tsconfig.json
rollup.config.ts
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"dependencies": {
"@grpc/grpc-js": "^1.8.13",
"@grpc/grpc-js": "^1.8.14",
"@grpc/proto-loader": "^0.7.6",
"google-protobuf": "^3.21.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/fastify/client/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.turbo
src
tsconfig.json
rollup.config.ts
4 changes: 4 additions & 0 deletions packages/fastify/server/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.turbo
src
tsconfig.json
rollup.config.ts
Loading

0 comments on commit 331234d

Please sign in to comment.