Merge remote-tracking branch 'origin' into feat/poc

This commit is contained in:
DiamondThree
2023-01-09 12:04:58 +08:00
8 changed files with 69 additions and 18 deletions
+4 -2
View File
@@ -27,6 +27,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@jest/globals": "^29.3.1",
"@playwright/test": "^1.29.1",
"@types/eslint": "^8.4.10",
"@types/node": "^18.11.17",
@@ -39,10 +40,11 @@
"fake-indexeddb": "4.0.1",
"got": "^12.5.3",
"husky": "^8.0.2",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^2.7.1",
"typescript": "^4.9.3",
"vitest": "^0.26.3"
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"eslintConfig": {
"root": true,