chore: update deps
This commit is contained in:
		
							parent
							
								
									2186832f0a
								
							
						
					
					
						commit
						0f56f15197
					
				
							
								
								
									
										36
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										36
									
								
								package.json
									
									
									
									
									
								
							@ -10,46 +10,46 @@
 | 
			
		||||
    "typecheck": "vue-tsc --noEmit"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@vueuse/core": "^7.1.2",
 | 
			
		||||
    "@vueuse/core": "^7.2.1",
 | 
			
		||||
    "@vueuse/head": "^0.7.2",
 | 
			
		||||
    "nprogress": "^0.2.0",
 | 
			
		||||
    "pinia": "^2.0.4",
 | 
			
		||||
    "pinia": "^2.0.6",
 | 
			
		||||
    "prism-theme-vars": "^0.2.2",
 | 
			
		||||
    "vue": "^3.2.23",
 | 
			
		||||
    "vue": "^3.2.24",
 | 
			
		||||
    "vue-demi": "^0.12.1",
 | 
			
		||||
    "vue-i18n": "^9.1.9",
 | 
			
		||||
    "vue-router": "^4.0.12"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@antfu/eslint-config": "^0.11.1",
 | 
			
		||||
    "@iconify-json/carbon": "^1.0.11",
 | 
			
		||||
    "@antfu/eslint-config": "^0.12.2",
 | 
			
		||||
    "@iconify-json/carbon": "^1.0.12",
 | 
			
		||||
    "@intlify/vite-plugin-vue-i18n": "^3.2.1",
 | 
			
		||||
    "@types/markdown-it-link-attributes": "^3.0.1",
 | 
			
		||||
    "@types/nprogress": "^0.2.0",
 | 
			
		||||
    "@vitejs/plugin-vue": "^1.10.1",
 | 
			
		||||
    "@vue/compiler-sfc": "^3.2.23",
 | 
			
		||||
    "@vue/server-renderer": "^3.2.23",
 | 
			
		||||
    "@vitejs/plugin-vue": "^1.10.2",
 | 
			
		||||
    "@vue/compiler-sfc": "^3.2.24",
 | 
			
		||||
    "@vue/server-renderer": "^3.2.24",
 | 
			
		||||
    "critters": "^0.0.15",
 | 
			
		||||
    "cross-env": "^7.0.3",
 | 
			
		||||
    "cypress": "^9.1.0",
 | 
			
		||||
    "eslint": "^8.3.0",
 | 
			
		||||
    "cypress": "^9.1.1",
 | 
			
		||||
    "eslint": "^8.4.1",
 | 
			
		||||
    "eslint-plugin-cypress": "^2.12.1",
 | 
			
		||||
    "https-localhost": "^4.7.0",
 | 
			
		||||
    "markdown-it-link-attributes": "^3.0.0",
 | 
			
		||||
    "markdown-it-prism": "^2.2.1",
 | 
			
		||||
    "pnpm": "^6.23.2",
 | 
			
		||||
    "pnpm": "^6.23.6",
 | 
			
		||||
    "typescript": "^4.5.2",
 | 
			
		||||
    "unplugin-auto-import": "^0.4.20",
 | 
			
		||||
    "unplugin-icons": "^0.12.20",
 | 
			
		||||
    "unplugin-vue-components": "^0.17.2",
 | 
			
		||||
    "vite": "^2.6.14",
 | 
			
		||||
    "unplugin-auto-import": "^0.5.1",
 | 
			
		||||
    "unplugin-icons": "^0.12.22",
 | 
			
		||||
    "unplugin-vue-components": "^0.17.6",
 | 
			
		||||
    "vite": "^2.7.1",
 | 
			
		||||
    "vite-plugin-inspect": "^0.3.11",
 | 
			
		||||
    "vite-plugin-md": "^0.11.4",
 | 
			
		||||
    "vite-plugin-pages": "^0.19.0-beta.6",
 | 
			
		||||
    "vite-plugin-pwa": "^0.11.7",
 | 
			
		||||
    "vite-plugin-pwa": "^0.11.10",
 | 
			
		||||
    "vite-plugin-vue-layouts": "^0.5.0",
 | 
			
		||||
    "vite-plugin-windicss": "^1.5.3",
 | 
			
		||||
    "vite-plugin-windicss": "^1.5.4",
 | 
			
		||||
    "vite-ssg": "^0.16.2",
 | 
			
		||||
    "vue-tsc": "^0.29.6"
 | 
			
		||||
    "vue-tsc": "^0.29.8"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										929
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										929
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1
									
								
								src/auto-imports.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								src/auto-imports.d.ts
									
									
									
									
										vendored
									
									
								
							@ -114,6 +114,7 @@ declare global {
 | 
			
		||||
  const useFavicon: typeof import('@vueuse/core')['useFavicon']
 | 
			
		||||
  const useFetch: typeof import('@vueuse/core')['useFetch']
 | 
			
		||||
  const useFocus: typeof import('@vueuse/core')['useFocus']
 | 
			
		||||
  const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
 | 
			
		||||
  const useFps: typeof import('@vueuse/core')['useFps']
 | 
			
		||||
  const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
 | 
			
		||||
  const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user