chore: upgrade dependencies
This commit is contained in:
parent
1ca0e8794b
commit
838cd87b29
40
package.json
40
package.json
|
|
@ -15,26 +15,26 @@
|
|||
"test": "yarn test:unit && yarn test:e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@harlem/core": "^2.2.3",
|
||||
"@harlem/core": "^2.3.6",
|
||||
"insane": "^2.6.2",
|
||||
"marked": "^4.0.12",
|
||||
"vue": "^3.2.30",
|
||||
"vue-router": "^4.0.12"
|
||||
"marked": "^4.0.16",
|
||||
"vue": "^3.2.37",
|
||||
"vue-router": "^4.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.2",
|
||||
"@testing-library/jest-dom": "^5.16.1",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/vue": "^6.4.2",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/marked": "^4.0.1",
|
||||
"@types/jest": "^28.1.1",
|
||||
"@types/marked": "^4.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
||||
"@typescript-eslint/parser": "^5.5.0",
|
||||
"@vitejs/plugin-vue": "^2.1.0",
|
||||
"@vue/compiler-sfc": "^3.2.24",
|
||||
"babel-jest": "^27.4.2",
|
||||
"concurrently": "^7.0.0",
|
||||
"cypress": "^9.1.1",
|
||||
"eslint": "^8.4.0",
|
||||
"@vitejs/plugin-vue": "^2.3.3",
|
||||
"@vue/compiler-sfc": "^3.2.37",
|
||||
"babel-jest": "^28.1.1",
|
||||
"concurrently": "^7.2.1",
|
||||
"cypress": "^10.0.3",
|
||||
"eslint": "^8.17.0",
|
||||
"eslint-config-standard-with-typescript": "^21.0.1",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
|
|
@ -42,14 +42,14 @@
|
|||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-vue": "^8.2.0",
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^27.4.3",
|
||||
"jest": "^28.1.1",
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^12.3.3",
|
||||
"lint-staged": "^13.0.0",
|
||||
"rollup-plugin-analyzer": "^4.0.0",
|
||||
"ts-jest": "^27.1.0",
|
||||
"typescript": "^4.5.5",
|
||||
"vite": "^2.7.13",
|
||||
"vue-tsc": "^0.31.2",
|
||||
"ts-jest": "^28.0.4",
|
||||
"typescript": "^4.7.3",
|
||||
"vite": "^2.9.10",
|
||||
"vue-tsc": "^0.37.2",
|
||||
"vue3-jest": "^27.0.0-alpha.2"
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue