Skip to content

Commit

Permalink
epicmaxco#55 update some dependencies to fix npm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrudnik committed Dec 7, 2017
1 parent 50fba01 commit c83f121
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"presets": [
["es2015", { "modules": false }],
[
"env",
{
"modules": false
}
],
"stage-2"
],
"plugins": ["transform-runtime"],
Expand Down
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "https://github.com/epicmaxco/vuestic-admin.git"
},
"license": "MIT",
"dependencies": {
"amcharts3": "github:amcharts/amcharts3",
"ammap3": "github:amcharts/ammap3",
Expand All @@ -28,26 +33,27 @@
"normalize.css": "7.0.0",
"vee-validate": "2.0.0-rc.7",
"vue": "2.5.2",
"vue-bulma-expanding": "0.0.0",
"bulma": "^0.6.1",
"vue-bulma-expanding": "0.0.1",
"vue-chartjs": "^2.8.1",
"vue-router": "3.0.1",
"vue-router": "^3.0.1",
"vue-slider-component": "2.3.3",
"vue2-circle-progress": "^1.0.3",
"vuetable-2": "1.6.6",
"vuex": "3.0.0",
"vuex-router-sync": "4.0.2"
"vuetable-2": "1.7.0",
"vuex": "^3.0.1",
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"autoprefixer": "7.1.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "7.1.1",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-env": "1.3.2",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.22.0",
"babel-register": "6.22.0",
"chalk": "2.0.1",
"chalk": "2.3.0",
"connect-history-api-fallback": "1.3.0",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.0",
Expand All @@ -58,7 +64,7 @@
"eslint-plugin-html": "3.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "3.0.1",
"eventsource-polyfill": "0.9.6",
"express": "4.14.1",
Expand Down

0 comments on commit c83f121

Please sign in to comment.