chore: upgrade dependencies

This commit is contained in:
mutoe 2021-02-24 00:29:09 +08:00
parent 923b965407
commit 44cc965fec
3 changed files with 783 additions and 1924 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ cypress/videos
cypress/screenshots
coverage
.vscode
yarn-error.log
.husky

View File

@ -12,44 +12,43 @@
"test": "yarn check-ts-errors && yarn lint && yarn test:unit && yarn test:e2e"
},
"dependencies": {
"@harlem/core": "^1.0.17",
"@harlem/core": "^1.1.0",
"deepmerge": "^4.2.2",
"dompurify": "^2.2.6",
"marked": "^1.2.7",
"marked": "^2.0.0",
"vue": "^3.0.2",
"vue-router": "^4.0.0-rc.2"
"vue-router": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/vue": "^6.0.0",
"@types/dompurify": "^2.1.0",
"@types/jest": "^26.0.19",
"@types/marked": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@vue/compiler-sfc": "^3.0.4",
"@vue/test-utils": "^2.0.0-beta.8",
"@babel/core": "^7.13.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/vue": "^6.3.4",
"@types/dompurify": "^2.2.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.1",
"babel-jest": "^26.6.3",
"cypress": "^6.2.0",
"eslint": "^7.16.0",
"cypress": "^6.5.0",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.3.0",
"husky": "^4.3.6",
"eslint-plugin-vue": "^7.6.0",
"husky": "^5.1.1",
"jest": "^26.6.3",
"jsdom": "^16.4.0",
"lint-staged": "^10.5.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"vite": "^1.0.0-rc.13",
"vti": "^0.0.23",
"vue-jest": "^5.0.0-alpha.5"
"lint-staged": "^10.5.4",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"vite": "^2.0.2",
"vti": "^0.0.24",
"vue-jest": "^5.0.0-alpha.8"
},
"husky": {
"hooks": {

2656
yarn.lock

File diff suppressed because it is too large Load Diff