Skip to content

Commit 8f9c96a

Browse files
committed
test: demo
1 parent ec61fbb commit 8f9c96a

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

demo-vue/package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,24 @@
2828
"category-general"
2929
],
3030
"dependencies": {
31-
"@nativescript-community/gesturehandler": "^0.1.27",
32-
"@nativescript-community/ui-carto": "^1.4.8",
33-
"@nativescript-community/ui-collectionview": "^4.0.9",
31+
"@nativescript-community/gesturehandler": "^0.1.42",
32+
"@nativescript-community/ui-carto": "^1.5.0",
33+
"@nativescript-community/ui-collectionview": "^4.0.29",
3434
"@nativescript-community/ui-persistent-bottomsheet": "../plugin",
3535
"@nativescript/core": "~7.0.13",
36-
"@nativescript/theme": "~3.0.0",
37-
"nativescript-vue": "~2.8.1"
36+
"@nativescript/theme": "~3.0.1",
37+
"nativescript-vue": "~2.9.0"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "~7.1.6",
41-
"@babel/preset-env": "~7.1.6",
40+
"@babel/core": "~7.13.16",
41+
"@babel/preset-env": "~7.13.15",
4242
"@nativescript/android": "7.0.1",
4343
"@nativescript/ios": "7.0.4",
44-
"@nativescript/webpack": "~3.0.8",
45-
"babel-loader": "~8.1.0",
46-
"cross-var": "^1.1.0",
47-
"nativescript-vue-template-compiler": "~2.8.1",
48-
"node-sass": "^4.14.1",
49-
"vue-loader": "~15.9.4"
44+
"@nativescript/webpack": "~4.1.0",
45+
"babel-loader": "^8.2.2",
46+
"nativescript-vue-template-compiler": "~2.9.0",
47+
"sass": "^1.32.11",
48+
"vue-loader": "~15.9.6"
5049
},
5150
"gitHead": "f282c57dc05817a655bca5e81ce9d7228ae70d4c",
5251
"private": "true",

demo-vue/webpack.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,11 @@ module.exports = env => {
306306
verbose: !!verbose
307307
}),
308308
// Copy assets
309-
new CopyWebpackPlugin({
310-
patterns: [
309+
new CopyWebpackPlugin( [
311310
{ from: 'assets/**', noErrorOnMissing: true, globOptions: { dot: false, ...copyIgnore } },
312311
{ from: 'fonts/**', noErrorOnMissing: true, globOptions: { dot: false, ...copyIgnore } },
313312
{ from: '**/*.+(jpg|png)', noErrorOnMissing: true, globOptions: { dot: false, ...copyIgnore } }
314-
],
315-
}),
313+
]),
316314
new nsWebpack.GenerateNativeScriptEntryPointsPlugin("bundle"),
317315
// For instructions on how to set up workers with webpack
318316
// check out https://github.com/nativescript/worker-loader

0 commit comments

Comments
 (0)