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

Commit 677fbc4

Browse files
author
Steffan
committed
update deps
1 parent dfd4977 commit 677fbc4

File tree

3 files changed

+1786
-1062
lines changed

3 files changed

+1786
-1062
lines changed

.storybook/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22

3-
module.exports = (baseConfig, configType, config) => {
3+
module.exports = ({config}) => {
44

55
// add fields alias
66
config.resolve.alias['vue-fields'] = path.resolve(__dirname, '../src')

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@
3333
"storybook": "start-storybook -c .storybook -p 9001"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "^7.2.2",
37-
"@babel/preset-env": "^7.3.1",
38-
"@storybook/addon-actions": "^4.1.11",
39-
"@storybook/vue": "^4.1.11",
36+
"@babel/core": "^7.3.4",
37+
"@babel/preset-env": "^7.3.4",
38+
"@storybook/addon-actions": "^5.0.0",
39+
"@storybook/vue": "^5.0.0",
4040
"babel-loader": "^8.0.5",
4141
"babel-preset-vue": "^2.0.2",
42-
"eslint": "^5.13.0",
42+
"eslint": "^5.15.1",
4343
"eslint-plugin-vue": "^4.7.0",
44-
"replace-in-file": "^3.4.3",
44+
"replace-in-file": "^3.4.4",
4545
"rollup": "^0.68.2",
4646
"rollup-plugin-babel": "^4.3.2",
4747
"rollup-plugin-replace": "^2.0.0",
4848
"rollup-plugin-vue": "^3.0.0",
4949
"uglify-js": "^3.4.9",
50-
"vue": "^2.6.6",
51-
"vue-loader": "^15.6.2",
52-
"vue-template-compiler": "^2.6.6"
50+
"vue": "^2.6.8",
51+
"vue-loader": "^15.7.0",
52+
"vue-template-compiler": "^2.6.8"
5353
}
5454
}

0 commit comments

Comments
 (0)