Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffan committed Mar 8, 2019
1 parent dfd4977 commit 677fbc4
Show file tree
Hide file tree
Showing 3 changed files with 1,786 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion .storybook/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');

module.exports = (baseConfig, configType, config) => {
module.exports = ({config}) => {

// add fields alias
config.resolve.alias['vue-fields'] = path.resolve(__dirname, '../src')
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"storybook": "start-storybook -c .storybook -p 9001"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@storybook/addon-actions": "^4.1.11",
"@storybook/vue": "^4.1.11",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@storybook/addon-actions": "^5.0.0",
"@storybook/vue": "^5.0.0",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"eslint": "^5.13.0",
"eslint": "^5.15.1",
"eslint-plugin-vue": "^4.7.0",
"replace-in-file": "^3.4.3",
"replace-in-file": "^3.4.4",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-vue": "^3.0.0",
"uglify-js": "^3.4.9",
"vue": "^2.6.6",
"vue-loader": "^15.6.2",
"vue-template-compiler": "^2.6.6"
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.8"
}
}
Loading

0 comments on commit 677fbc4

Please sign in to comment.