updated dependencies
This commit is contained in:
		| @@ -1,3 +1,4 @@ | ||||
| > 1% | ||||
| last 2 versions | ||||
| not dead | ||||
| not ie 11 | ||||
|   | ||||
| @@ -4,12 +4,9 @@ module.exports = { | ||||
|     node: true | ||||
|   }, | ||||
|   extends: [ | ||||
|     'plugin:vue/essential', | ||||
|     '@vue/standard' | ||||
|     'eslint:recommended', | ||||
|     'plugin:vue/vue3-recommended' | ||||
|   ], | ||||
|   parserOptions: { | ||||
|     parser: 'babel-eslint' | ||||
|   }, | ||||
|   rules: { | ||||
|     'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', | ||||
|     'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off' | ||||
|   | ||||
							
								
								
									
										27203
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										27203
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										60
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										60
									
								
								package.json
									
									
									
									
									
								
							| @@ -8,36 +8,40 @@ | ||||
|     "lint": "vue-cli-service lint" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@fortawesome/fontawesome-svg-core": "^1.2.36", | ||||
|     "@fortawesome/free-brands-svg-icons": "^5.15.4", | ||||
|     "@fortawesome/free-regular-svg-icons": "^5.15.4", | ||||
|     "@fortawesome/free-solid-svg-icons": "^5.15.4", | ||||
|     "@fortawesome/vue-fontawesome": "^2.0.2", | ||||
|     "bootstrap": "^5.0.2", | ||||
|     "core-js": "^3.15.2", | ||||
|     "jquery": "^3.6.0", | ||||
|     "marked": "^4.0.12", | ||||
|     "popper.js": "^1.16.1", | ||||
|     "vue": "^2.6.14", | ||||
|     "@fortawesome/fontawesome-svg-core": "^6.1.1", | ||||
|     "@fortawesome/free-brands-svg-icons": "^6.1.1", | ||||
|     "@fortawesome/free-regular-svg-icons": "^6.1.1", | ||||
|     "@fortawesome/free-solid-svg-icons": "^6.1.1", | ||||
|     "@fortawesome/vue-fontawesome": "^3.0.1", | ||||
|     "core-js": "^3.8.3", | ||||
|     "vue": "^3.2.37", | ||||
|     "vue-meta": "^2.4.0", | ||||
|     "vue-router": "^3.5.2", | ||||
|     "vuex": "^3.6.2" | ||||
|     "vue-router": "^4.1.2", | ||||
|     "vuex": "^4.0.2" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@vue/cli-plugin-babel": "~4.5.0", | ||||
|     "@vue/cli-plugin-eslint": "^3.1.1", | ||||
|     "@vue/cli-plugin-router": "~4.5.0", | ||||
|     "@vue/cli-service": "^4.5.13", | ||||
|     "@vue/eslint-config-standard": "^5.1.2", | ||||
|     "babel-eslint": "^10.1.0", | ||||
|     "eslint": "^6.7.2", | ||||
|     "eslint-plugin-import": "^2.20.2", | ||||
|     "eslint-plugin-node": "^11.1.0", | ||||
|     "eslint-plugin-promise": "^4.2.1", | ||||
|     "eslint-plugin-standard": "^4.0.0", | ||||
|     "eslint-plugin-vue": "^6.2.2", | ||||
|     "sass": "^1.26.5", | ||||
|     "sass-loader": "^8.0.2", | ||||
|     "vue-template-compiler": "^2.6.11" | ||||
|     "@babel/core": "^7.12.16", | ||||
|     "@babel/eslint-parser": "^7.12.16", | ||||
|     "@vue/cli-plugin-babel": "~5.0.0", | ||||
|     "@vue/cli-plugin-eslint": "~5.0.0", | ||||
|     "@vue/cli-service": "~5.0.0", | ||||
|     "eslint": "^7.32.0", | ||||
|     "eslint-plugin-vue": "^8.0.3", | ||||
|     "sass": "^1.53.0", | ||||
|     "sass-loader": "^13.0.2" | ||||
|   }, | ||||
|   "eslintConfig": { | ||||
|     "root": true, | ||||
|     "env": { | ||||
|       "node": true | ||||
|     }, | ||||
|     "extends": [ | ||||
|       "plugin:vue/vue3-essential", | ||||
|       "eslint:recommended" | ||||
|     ], | ||||
|     "parserOptions": { | ||||
|       "parser": "@babel/eslint-parser" | ||||
|     }, | ||||
|     "rules": {} | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user