You need to sign in or sign up before continuing.
Commits on Source (3)
-
Rob Cresswell authored
-
Rob Cresswell authored
-
Rob Cresswell authored
This diff is collapsed.
{ | ||
"name": "vue-material-design-icons", | ||
"version": "2.1.1", | ||
"version": "2.3.0", | ||
"author": "Rob Cresswell <robert.cresswell@outlook.com>", | ||
"license": "MIT", | ||
"description": "A collection of material design icons as Vue single file components", | ||
... | ... | @@ -17,15 +17,15 @@ |
"material design" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "7.0.0", | ||
"@babel/preset-env": "7.0.0", | ||
"@mdi/js": "2.7.94", | ||
"@babel/core": "7.1.2", | ||
"@babel/preset-env": "7.1.0", | ||
"@mdi/js": "2.8.94", | ||
"@vue/test-utils": "1.0.0-beta.24", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "23.4.2", | ||
"jest": "23.5.0", | ||
"babel-jest": "23.6.0", | ||
"jest": "23.6.0", | ||
"jest-serializer-vue": "2.0.2", | ||
"mustache": "2.3.2", | ||
"mustache": "3.0.0", | ||
"regenerator-runtime": "0.12.1", | ||
"standard-version": "4.4.0", | ||
"vue": "2.5.17", | ||
... | ... |