@@ -77,18 +77,18 @@ module.exports = async (api, options, rootOptions) => {
77
77
'clean:ios' : 'rimraf platforms/ios'
78
78
} ,
79
79
dependencies : {
80
- 'nativescript-vue' : '^2.0.2 ' ,
81
- 'tns-core-modules' : '^5.2.1 '
80
+ 'nativescript-vue' : '^2.2.0 ' ,
81
+ 'tns-core-modules' : '^5.2.2 '
82
82
} ,
83
83
devDependencies : {
84
- 'nativescript-dev-webpack' : '^0.17.0 ' ,
85
- 'nativescript-vue-template-compiler' : '^2.0.2 ' ,
86
- 'nativescript-worker-loader' : '~0.9.1 ' ,
84
+ 'nativescript-dev-webpack' : '^0.20.3 ' ,
85
+ 'nativescript-vue-template-compiler' : '^2.2.0 ' ,
86
+ 'nativescript-worker-loader' : '~0.9.5 ' ,
87
87
'node-sass' : '^4.11.0' ,
88
88
'string-replace-loader' : '^2.1.1' ,
89
89
rimraf : '^2.6.3' ,
90
90
webpack : '^4.29.6' ,
91
- 'webpack-cli' : '^3.2.3 '
91
+ 'webpack-cli' : '^3.3.0 '
92
92
}
93
93
} ) ;
94
94
@@ -126,7 +126,7 @@ module.exports = async (api, options, rootOptions) => {
126
126
api . extendPackage ( {
127
127
dependencies : { } ,
128
128
devDependencies : {
129
- 'fork-ts-checker-webpack-plugin' : '^0.4.15 ' ,
129
+ 'fork-ts-checker-webpack-plugin' : '^1.0.0 ' ,
130
130
'terser-webpack-plugin' : '^1.2.3'
131
131
//'tns-platform-declarations': '^4.2.1'
132
132
}
@@ -137,7 +137,7 @@ module.exports = async (api, options, rootOptions) => {
137
137
api . extendPackage ( {
138
138
dependencies : { } ,
139
139
devDependencies : {
140
- '@babel/types' : '^7.1.3 '
140
+ '@babel/types' : '^7.4.0 '
141
141
}
142
142
} ) ;
143
143
}
@@ -147,10 +147,10 @@ module.exports = async (api, options, rootOptions) => {
147
147
if ( api . hasPlugin ( 'babel' ) ) {
148
148
api . extendPackage ( {
149
149
devDependencies : {
150
- '@babel/core' : '^7.3.4 ' ,
151
- '@babel/preset-env' : '^7.3.4 ' ,
150
+ '@babel/core' : '^7.4.0 ' ,
151
+ '@babel/preset-env' : '^7.4.1 ' ,
152
152
'babel-loader' : '^8.0.5' ,
153
- '@babel/traverse' : '^7.3.4 '
153
+ '@babel/traverse' : '^7.4.0 '
154
154
}
155
155
} ) ;
156
156
0 commit comments