chore: update deps
This commit is contained in:
		
							parent
							
								
									0b1573cfa9
								
							
						
					
					
						commit
						0a3d6d4cab
					
				
							
								
								
									
										29
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								package.json
									
									
									
									
									
								
							@ -7,29 +7,30 @@
 | 
			
		||||
    "build": "cross-env NODE_ENV=production vite build"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@iconify/iconify": "^2.0.0-beta.6",
 | 
			
		||||
    "@vueuse/core": "^4.0.0-beta.9",
 | 
			
		||||
    "vue": "^3.0.0-rc.8",
 | 
			
		||||
    "vue-i18n": "9.0.0-alpha.13",
 | 
			
		||||
    "vue-router": "^4.0.0-beta.7"
 | 
			
		||||
    "@iconify/iconify": "^2.0.0-rc.1",
 | 
			
		||||
    "@vueuse/core": "^4.0.0-beta.10",
 | 
			
		||||
    "vue": "^3.0.0-rc.10",
 | 
			
		||||
    "vue-i18n": "9.0.0-alpha.17",
 | 
			
		||||
    "vue-router": "^4.0.0-beta.9"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@antfu/eslint-config-vue": "^0.3.3",
 | 
			
		||||
    "@iconify/json": "^1.1.211",
 | 
			
		||||
    "@iconify/json": "^1.1.220",
 | 
			
		||||
    "@purge-icons/generated": "^0.4.0",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^3.10.1",
 | 
			
		||||
    "@vue/compiler-sfc": "^3.0.0-rc.8",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^4.1.0",
 | 
			
		||||
    "@vue/compiler-sfc": "^3.0.0-rc.10",
 | 
			
		||||
    "@vuedx/typescript-plugin-vue": "^0.2.3",
 | 
			
		||||
    "cross-env": "^7.0.2",
 | 
			
		||||
    "eslint": "^7.7.0",
 | 
			
		||||
    "pnpm": "^5.5.3",
 | 
			
		||||
    "tailwindcss": "^1.7.3",
 | 
			
		||||
    "eslint": "^7.8.1",
 | 
			
		||||
    "pnpm": "^5.5.12",
 | 
			
		||||
    "tailwindcss": "^1.8.5",
 | 
			
		||||
    "tailwindcss-dark-mode": "^1.1.6",
 | 
			
		||||
    "typescript": "^4.0.2",
 | 
			
		||||
    "vite": "^1.0.0-rc.4",
 | 
			
		||||
    "vite-plugin-components": "^0.2.10",
 | 
			
		||||
    "vite-plugin-components": "^0.2.13",
 | 
			
		||||
    "vite-plugin-purge-icons": "^0.4.0",
 | 
			
		||||
    "vite-plugin-voie": "^0.3.1",
 | 
			
		||||
    "voie-pages": "^0.3.0"
 | 
			
		||||
    "vite-plugin-voie": "^0.4.0",
 | 
			
		||||
    "voie-pages": "^0.4.0"
 | 
			
		||||
  },
 | 
			
		||||
  "eslintConfig": {
 | 
			
		||||
    "extends": "@antfu/eslint-config-vue"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										859
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										859
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										5
									
								
								src/shims-vue.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								src/shims-vue.d.ts
									
									
									
									
										vendored
									
									
								
							@ -1,5 +0,0 @@
 | 
			
		||||
declare module '*.vue' {
 | 
			
		||||
  import { defineComponent } from 'vue'
 | 
			
		||||
  const Component: ReturnType<typeof defineComponent>
 | 
			
		||||
  export default Component
 | 
			
		||||
}
 | 
			
		||||
@ -11,12 +11,10 @@
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "forceConsistentCasingInFileNames": true,
 | 
			
		||||
    "plugins": [{ "name": "@vuedx/typescript-plugin-vue" }],
 | 
			
		||||
    "paths": {
 | 
			
		||||
      "/~/*": ["src/*"]
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "dist",
 | 
			
		||||
    "node_modules"
 | 
			
		||||
  ]
 | 
			
		||||
  "exclude": ["dist", "node_modules"]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user