mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Merge pull request #96 from apertureless/feature/update_dependencies
⬆️ Update dev dependencies
			
			
This commit is contained in:
		
							
								
								
									
										32
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								package.json
									
									
									
									
									
								
							| @@ -64,12 +64,12 @@ | ||||
|     "vue": "^2.2.6" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "babel-cli": "^6.24.0", | ||||
|     "babel-core": "^6.24.0", | ||||
|     "babel-loader": "^6.4.1", | ||||
|     "babel-cli": "^6.24.1", | ||||
|     "babel-core": "^6.24.1", | ||||
|     "babel-loader": "^7.0.0", | ||||
|     "babel-plugin-transform-runtime": "^6.23.0", | ||||
|     "babel-preset-es2015": "^6.24.0", | ||||
|     "babel-preset-stage-2": "^6.22.0", | ||||
|     "babel-preset-es2015": "^6.24.1", | ||||
|     "babel-preset-stage-2": "^6.24.1", | ||||
|     "babel-runtime": "^6.23.0", | ||||
|     "chai": "^3.5.0", | ||||
|     "chart.js": "^2.5.0", | ||||
| @@ -77,14 +77,16 @@ | ||||
|     "connect-history-api-fallback": "^1.1.0", | ||||
|     "cross-env": "^3.2.4", | ||||
|     "cross-spawn": "^5.1.0", | ||||
|     "css-loader": "^0.27.3", | ||||
|     "eslint": "^3.18.0", | ||||
|     "eslint-config-standard": "^7.1.0", | ||||
|     "css-loader": "^0.28.0", | ||||
|     "eslint": "^3.19.0", | ||||
|     "eslint-config-standard": "^10.2.1", | ||||
|     "eslint-friendly-formatter": "^2.0.7", | ||||
|     "eslint-loader": "^1.7.0", | ||||
|     "eslint-loader": "^1.7.1", | ||||
|     "eslint-plugin-html": "^2.0.1", | ||||
|     "eslint-plugin-import": "^2.2.0", | ||||
|     "eslint-plugin-node": "^4.2.2", | ||||
|     "eslint-plugin-promise": "^3.5.0", | ||||
|     "eslint-plugin-standard": "^2.1.1", | ||||
|     "eslint-plugin-standard": "^3.0.1", | ||||
|     "eventsource-polyfill": "^0.9.6", | ||||
|     "express": "^4.15.2", | ||||
|     "extract-text-webpack-plugin": "^1.0.1", | ||||
| @@ -115,12 +117,12 @@ | ||||
|     "sinon": "^2.1.0", | ||||
|     "sinon-chai": "^2.9.0", | ||||
|     "url-loader": "^0.5.8", | ||||
|     "vue": "^2.2.6", | ||||
|     "vue-hot-reload-api": "^2.0.11", | ||||
|     "vue": "^2.3.0", | ||||
|     "vue-hot-reload-api": "^2.1.0", | ||||
|     "vue-html-loader": "^1.2.4", | ||||
|     "vue-loader": "^11.3.4", | ||||
|     "vue-style-loader": "^2.0.5", | ||||
|     "vue-template-compiler": "^2.2.6", | ||||
|     "vue-loader": "^12.0.2", | ||||
|     "vue-style-loader": "^3.0.1", | ||||
|     "vue-template-compiler": "^2.3.0", | ||||
|     "webpack": "^1.13.2", | ||||
|     "webpack-dev-middleware": "^1.10.1", | ||||
|     "webpack-hot-middleware": "^2.17.1", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user