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