chore(deps): upgrade dependencies
This commit is contained in:
parent
9152a0dd83
commit
04b6195bd4
26
package.json
26
package.json
|
|
@ -15,38 +15,38 @@
|
|||
"test": "yarn test:unit && yarn test:e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@harlem/core": "^1.2.3",
|
||||
"@harlem/core": "^1.3.1",
|
||||
"insane": "^2.6.2",
|
||||
"marked": "^2.0.1",
|
||||
"marked": "^2.0.3",
|
||||
"vue": "^3.0.11",
|
||||
"vue-router": "^4.0.5"
|
||||
"vue-router": "^4.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.14",
|
||||
"@babel/core": "^7.13.15",
|
||||
"@types/jest": "^26.0.22",
|
||||
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
||||
"@typescript-eslint/parser": "^4.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"@vitejs/plugin-vue": "^1.2.1",
|
||||
"@vue/compiler-sfc": "^3.0.11",
|
||||
"@vue/test-utils": "^2.0.0-rc.4",
|
||||
"babel-jest": "^26.6.3",
|
||||
"concurrently": "^6.0.0",
|
||||
"cypress": "^6.8.0",
|
||||
"eslint": "^7.23.0",
|
||||
"concurrently": "^6.0.2",
|
||||
"cypress": "^7.1.0",
|
||||
"eslint": "^7.24.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"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.3.1",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-vue": "^7.8.0",
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^26.6.3",
|
||||
"jsdom": "^16.5.2",
|
||||
"jsdom": "^16.5.3",
|
||||
"lint-staged": "^10.5.4",
|
||||
"rollup-plugin-analyzer": "^4.0.0",
|
||||
"ts-jest": "^26.5.4",
|
||||
"typescript": "^4.2.3",
|
||||
"ts-jest": "^26.5.5",
|
||||
"typescript": "^4.2.4",
|
||||
"vite": "^2.1.5",
|
||||
"vti": "^0.1.1",
|
||||
"vue-jest": "^5.0.0-alpha.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue