Skip to content

Commit d021348

Browse files
authored
chore: update dependencies (#476)
1 parent c822d40 commit d021348

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -69,47 +69,47 @@
6969
"vue-router": "^4.1.5"
7070
},
7171
"devDependencies": {
72-
"@docsearch/css": "^3.2.1",
73-
"@docsearch/js": "^3.2.1",
74-
"@stackblitz/sdk": "^1.8.0",
72+
"@docsearch/css": "^3.5.1",
73+
"@docsearch/js": "^3.5.1",
74+
"@stackblitz/sdk": "^1.9.0",
7575
"@types/markdown-it": "^12.2.3",
7676
"@types/markdown-it-container": "^2.0.5",
77-
"@typescript-eslint/eslint-plugin": "^5.40.0",
78-
"@typescript-eslint/parser": "^5.40.0",
79-
"@vitejs/plugin-vue": "^3.1.2",
80-
"@vue/test-utils": "^2.1.0",
77+
"@typescript-eslint/eslint-plugin": "^5.60.1",
78+
"@typescript-eslint/parser": "^5.60.1",
79+
"@vitejs/plugin-vue": "^4.2.3",
80+
"@vue/test-utils": "2.1.0",
8181
"@vueuse/head": "^0.9.8",
82-
"autoprefixer": "^10.4.12",
83-
"components-helper": "^2.1.3",
84-
"cssnano": "^5.1.13",
82+
"autoprefixer": "^10.4.14",
83+
"components-helper": "^2.1.4",
84+
"cssnano": "^6.0.1",
8585
"escape-html": "^1.0.3",
86-
"eslint": "^8.25.0",
86+
"eslint": "^8.44.0",
8787
"eslint-plugin-prettier": "^4.2.1",
88-
"eslint-plugin-vue": "^9.6.0",
88+
"eslint-plugin-vue": "^9.15.1",
8989
"esno": "^0.16.3",
9090
"execa": "^5.1.1",
91-
"fast-glob": "^3.2.12",
92-
"husky": "^8.0.1",
93-
"jsdom": "^22.0.0",
94-
"lint-staged": "^13.0.3",
95-
"markdown-it-anchor": "^8.6.5",
91+
"fast-glob": "^3.3.0",
92+
"husky": "^8.0.3",
93+
"jsdom": "^22.1.0",
94+
"lint-staged": "^13.2.3",
95+
"markdown-it-anchor": "^8.6.7",
9696
"markdown-it-container": "^3.0.0",
97-
"postcss": "^8.4.18",
98-
"postcss-cli": "^10.0.0",
99-
"postcss-import": "^15.0.0",
100-
"postcss-preset-env": "^7.8.2",
101-
"prettier": "^2.7.1",
97+
"postcss": "^8.4.24",
98+
"postcss-cli": "^10.1.0",
99+
"postcss-import": "^15.1.0",
100+
"postcss-preset-env": "^8.5.1",
101+
"prettier": "^2.8.8",
102102
"prismjs": "^1.29.0",
103103
"resize-observer-polyfill": "^1.5.1",
104104
"rimraf": "^3.0.2",
105105
"sitemap": "^7.1.1",
106-
"typescript": "^4.8.4",
107-
"vite": "^3.1.8",
108-
"vite-plugin-pwa": "^0.13.1",
109-
"vite-plugin-vue-markdown": "^0.22.1",
110-
"vitest": "^0.31.1",
106+
"typescript": "^5.1.6",
107+
"vite": "^4.3.9",
108+
"vite-plugin-pwa": "^0.16.4",
109+
"vite-plugin-vue-markdown": "^0.22.6",
110+
"vitest": "^0.32.2",
111111
"vue-tsc": "^0.40.13",
112-
"workbox-window": "^6.5.4"
112+
"workbox-window": "^7.0.0"
113113
},
114114
"pnpm": {
115115
"peerDependencyRules": {

src/__mocks__/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { vi } from 'vitest'
1+
import { Mock, vi } from 'vitest'
22
import { nextTick } from 'vue'
33
import { useRouter, useRoute, RouteRecordRaw } from 'vue-router'
44

5-
export function initRouter(list = routes) {
5+
export function initRouter(list = routes): { push: Mock } {
66
const push = vi.fn()
77

88
// eslint-disable-next-line @typescript-eslint/ban-ts-comment

0 commit comments

Comments
 (0)