feat(rpc): port RPC repo to bazel monorepo

This commit is contained in:
41666 2020-10-11 05:53:35 -04:00
parent e33e6f8574
commit 2d919c6053
17 changed files with 111 additions and 82 deletions

View file

@ -33,8 +33,6 @@
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@bazel/karma": "^2.2.1",
"@bazel/labs": "^2.2.1",
"@bazel/typescript": "^2.2.1",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
@ -47,7 +45,9 @@
"@types/styled-components": "5.1.4",
"babel-loader": "^8.1.0",
"prettier": "^2.1.2",
"protoc-gen-ts": "^0.3.4",
"react-is": "^16.13.1",
"ts-protoc-gen": "^0.13.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslint": "6.1.3",
"tslint-config-prettier": "^1.18.0",
@ -55,4 +55,4 @@
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.0.3"
}
}
}