chore: update buf deps

This commit is contained in:
Steven
2023-10-17 22:01:00 +08:00
parent 4d1705dca5
commit db9034ccf9
7 changed files with 160 additions and 32 deletions

View File

@@ -8,7 +8,8 @@
"build": "plasmo build",
"package": "plasmo package",
"lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix",
"type-gen": "cd ../../proto && buf generate"
},
"dependencies": {
"@emotion/react": "^11.11.1",
@@ -26,6 +27,7 @@
"zustand": "^4.4.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.27.0",
"@trivago/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.241",
"@types/lodash-es": "^4.17.9",