@@ -77,18 +77,18 @@ module.exports = async (api, options, rootOptions) => {
7777 'clean:ios' : 'rimraf platforms/ios'
7878 } ,
7979 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 '
8282 } ,
8383 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 ' ,
8787 'node-sass' : '^4.11.0' ,
8888 'string-replace-loader' : '^2.1.1' ,
8989 rimraf : '^2.6.3' ,
9090 webpack : '^4.29.6' ,
91- 'webpack-cli' : '^3.2.3 '
91+ 'webpack-cli' : '^3.3.0 '
9292 }
9393 } ) ;
9494
@@ -126,7 +126,7 @@ module.exports = async (api, options, rootOptions) => {
126126 api . extendPackage ( {
127127 dependencies : { } ,
128128 devDependencies : {
129- 'fork-ts-checker-webpack-plugin' : '^0.4.15 ' ,
129+ 'fork-ts-checker-webpack-plugin' : '^1.0.0 ' ,
130130 'terser-webpack-plugin' : '^1.2.3'
131131 //'tns-platform-declarations': '^4.2.1'
132132 }
@@ -137,7 +137,7 @@ module.exports = async (api, options, rootOptions) => {
137137 api . extendPackage ( {
138138 dependencies : { } ,
139139 devDependencies : {
140- '@babel/types' : '^7.1.3 '
140+ '@babel/types' : '^7.4.0 '
141141 }
142142 } ) ;
143143 }
@@ -147,10 +147,10 @@ module.exports = async (api, options, rootOptions) => {
147147 if ( api . hasPlugin ( 'babel' ) ) {
148148 api . extendPackage ( {
149149 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 ' ,
152152 'babel-loader' : '^8.0.5' ,
153- '@babel/traverse' : '^7.3.4 '
153+ '@babel/traverse' : '^7.4.0 '
154154 }
155155 } ) ;
156156
0 commit comments