Skip to content

Commit

Permalink
Vue 2.5 to 2.6
Browse files Browse the repository at this point in the history
Bootstrap 4.1 to 4.3
Babel 6 to 7
  • Loading branch information
jkazama committed Feb 13, 2019
1 parent 89d8cfa commit 32c0c99
Show file tree
Hide file tree
Showing 3 changed files with 1,190 additions and 1,077 deletions.
11 changes: 8 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"presets": ["env"],
"plugins": [
["transform-runtime", {"polyfill": true, "regenerator": true}]
"presets": [
[
"@babel/preset-env",
{
"targets": { "ie": 11 },
"useBuiltIns": "usage"
}
]
]
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-ui-vue",
"version": "2.5.22",
"version": "2.6.6",
"description": "Vue.js / VueRouter Boilerplate",
"main": "src/js/app.js",
"scripts": {
Expand All @@ -14,25 +14,25 @@
"url": "https://github.com/jkazama/sample-ui-vue.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "~5.3.0",
"@fortawesome/fontawesome-free": "~5.6.0",
"axios": "~0.18.0",
"bootstrap": "~4.1.0",
"bootstrap": "~4.3.0",
"flatpickr": "~4.5.0",
"jquery": "~3.3.0",
"lodash": "~4.17.0",
"moment": "~2.22.0",
"popper.js": "~1.14.0",
"vue": "~2.5.0",
"popper.js": "~1.14.7",
"vue": "~2.6.0",
"vue-router": "~3.0.0"
},
"devDependencies": {
"babel-core": "~6.26.0",
"babel-loader": "~7.1.0",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-env": "~1.7.0",
"babel-runtime": "~6.26.0",
"browser-sync": "~2.24.0",
"css-loader": "~1.0.0",
"@babel/core": "~7.2.0",
"@babel/preset-env": "~7.3.0",
"@babel/runtime": "~7.3.0",
"@babel/register": "~7.0.0",
"babel-loader": "~8.0.0",
"browser-sync": "~2.26.0",
"css-loader": "~2.1.0",
"del": "~3.0.0",
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
Expand All @@ -42,17 +42,17 @@
"gulp-rev-all": "~1.0.0",
"gulp-sass": "~4.0.0",
"html-loader": "~0.5.0",
"node-sass": "~4.9.0",
"node-sass": "~4.11.0",
"pug": "~2.0.0",
"pug-plain-loader": "~1.0.0",
"run-sequence": "~2.2.0",
"sass-loader": "~7.1.0",
"vue-hot-reload-api": "~2.3.0",
"vue-loader": "~15.4.0",
"vue-loader": "~15.6.0",
"vue-style-loader": "~4.1.0",
"vue-template-compiler": "~2.5.0",
"webpack": "~4.19.0",
"vue-template-compiler": "~2.6.0",
"webpack": "~4.29.0",
"webpack-bundle-analyzer": "~3.0.0",
"webpack-stream": "~5.1.0"
"webpack-stream": "~5.2.0"
}
}
Loading

0 comments on commit 32c0c99

Please sign in to comment.