eslint and building fixes
This commit is contained in:
parent
23f185c877
commit
16d2277d3e
2 changed files with 266 additions and 218 deletions
10
package.json
10
package.json
|
|
@ -46,11 +46,10 @@
|
|||
"@babel/plugin-syntax-flow": "^7.22.5",
|
||||
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
||||
"@types/xmldom": "^0.1.34",
|
||||
"@yao-pkg/pkg": "^5.11.5",
|
||||
"@yao-pkg/pkg": "^5.11.1",
|
||||
"cheerio": "1.0.0-rc.12",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.3.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"express": "^4.18.2",
|
||||
"ffprobe": "^1.1.2",
|
||||
"form-data": "^4.0.0",
|
||||
|
|
@ -65,7 +64,6 @@
|
|||
"open": "^8.4.2",
|
||||
"protobufjs": "^7.2.6",
|
||||
"sei-helper": "^3.3.0",
|
||||
"typescript-eslint": "7.5.0",
|
||||
"ws": "^8.13.0",
|
||||
"xmldom": "^0.6.0",
|
||||
"yaml": "^2.3.1",
|
||||
|
|
@ -83,15 +81,15 @@
|
|||
"@typescript-eslint/parser": "^7.5.0",
|
||||
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
|
||||
"@yao-pkg/pkg": "^5.11.1",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"protoc": "^1.1.3",
|
||||
"removeNPMAbsolutePaths": "^3.0.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-proto": "^1.171.0",
|
||||
"typescript": "5.4.4"
|
||||
"typescript": "5.4.4",
|
||||
"typescript-eslint": "7.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prestart": "pnpm run tsc test",
|
||||
|
|
|
|||
474
pnpm-lock.yaml
474
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue