feat: updates

This commit is contained in:
qier222 2022-08-22 16:51:23 +08:00
parent ebebf2a733
commit a1b0bcf4d3
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
68 changed files with 4776 additions and 5559 deletions

View file

@ -17,6 +17,7 @@
"build": "cross-env-shell IS_ELECTRON=yes turbo run build",
"build:web": "turbo run build:web",
"pack": "turbo run build pack",
"pack:test": "turbo run pack:test",
"dev": "cross-env-shell IS_ELECTRON=yes turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\"",
@ -25,9 +26,9 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"turbo": "^1.2.16",
"typescript": "^4.7.3"
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
}
}